Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update vs. Delete and Insert
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00338772
Message ID:
00339715
Views:
15
Kevin,

Try using the SQL Profiler to find out what commands are being sent to SQL Server. If it looks like a Delete/Insert combination are being sent, enable ODBC logging and check to see what's happening there.

Also be wary: if your table does not have a clustered index, SQL Server will decide where to place the new row. It will not always so up at the bottom of the table.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform