Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server -- I screwed up!
Message
From
29/09/1999 10:59:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQL Server -- I screwed up!
Miscellaneous
Thread ID:
00270527
Message ID:
00270527
Views:
56
My records have a compound primary key.

I need to do a bunch of SQL scripts (or one script) that replaces part of the key (lookup_key) with a different value for ONE practitioner.

Is this ok for SQL Server SQL scripts?

* fix_lookup.sql
update master_cred set lookup_key = '2974' where lookup_key = '[974'
update group_detail set lookup_key = '2974' where lookup_key = '[974'
* etc

Will that work? Is all the puncuation correct for multiple update commands in a single file?

Thanks!
--Todd Sherman
-Wake Up! Smell the Coffee!
Next
Reply
Map
View

Click here to load this message in the networking platform