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.
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.OSQlcreating proceduresetc.. |
|
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 LarssonHelsingborg, Sweden |
 |
|
sqldba2k6
Posting Yak Master
176 Posts |
Posted - 2007-01-31 : 14:23:26
|
Thanks peter |
 |
|
|
|
|