Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Changes on Database

Author  Topic 

kwikwisi
Constraint Violating Yak Guru

283 Posts

Posted - 2009-03-18 : 10:17:09
hello

I added some new cols in table and updated\added store procedures in existing database.

I just want to know what's the best way to make changes on that db existed on client.

users are currently using it.

Thanks

bklr
Master Smack Fu Yak Hacker

1693 Posts

Posted - 2009-03-18 : 10:20:20
i think generate scripts and run it on client system
Go to Top of Page

kwikwisi
Constraint Violating Yak Guru

283 Posts

Posted - 2009-03-18 : 10:23:43
Cannot be.
If i run the script again, all the records will be lost.

quote:
Originally posted by bklr

i think generate scripts and run it on client system

Go to Top of Page
   

- Advertisement -