Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update scripts for SQL Server
Message
From
29/09/1999 20:01:43
 
 
To
29/09/1999 11:20:55
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00270539
Message ID:
00270806
Views:
24
>I need to update a database running on a SQL Server engine. I've never used SQL Server, but I've been told to prepare the scripts to make the change.
>
>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!
That will work fine.
Brad
Previous
Reply
Map
View

Click here to load this message in the networking platform