Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 9th, 2003, 07:07 AM
Registered User
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benibell
Default SQL Server failing on certain rows of data

Running SQL Server 2000 with Access 2000 as front end. Access connects to the SQL Server via ODBC. I have a number of forms, queries, reports and VBA in Access and about 20 linked tables into SQL Server.

I was having no problems and performance was great but the other day a strange thing happened. I amended a trigger to play a sound when a record was created which failed first but then worked.

Now I am stuck, the server will not return the records requested from 1 particular table in both Access and the query analyser. If however I shutdown the server and wait and reboot, eventually it all comes back up and works again.

Sorry I probably have missed out loads of required info so please ask. Any thoughts.

Regards

Ben
 
Old December 10th, 2003, 11:29 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Take a look at Access Database Project (ADP)
is a feature that came out with Access 2000, is really a development environment dedicated to MS SQL Server and MSDB (Microsoft Database Engine). No other databases can be used in an Access Project. In an Access Project, you have design
privileges to SQL Server objects, such as Tables, Views and Stored Procedures. Of course, you also have the forms and reports and VBA code that exists in a normal MDB file. Also, there are no linked tables, and all data access to the SQL Server is done through OLEDB,
which is much faster than linked tables.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Import data from sql server using biztalk server kaushalparik Biztalk 0 July 22nd, 2008 06:16 AM
SQL server Inserting duplicate rows. shaileshmark SQL Server 2000 6 December 14th, 2006 11:09 PM
Sql loader failing to load into multiple tables amol_mudholkar Oracle 0 August 12th, 2004 03:32 PM
Using Access with SQL Server Data npepin Access 4 July 21st, 2004 03:36 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.