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 2000 Forums
 SQL Server Administration (2000)
 transaction

Author  Topic 

sqldba2k6
Posting Yak Master

176 Posts

Posted - 2007-01-31 : 14:09:48
i need to send a scripts where needs to be executed on the sqlserver 2000 db.
could you please suggests me which is better way to send the scripts.
OSQl
creating procedures
etc..

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-01-31 : 14:14:09
I prefer having stored procedures on the server.
With the predefined parameters, I can tweak the algorithm within controlled limits.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

sqldba2k6
Posting Yak Master

176 Posts

Posted - 2007-01-31 : 14:23:26
Thanks peter
Go to Top of Page
   

- Advertisement -