Hello
I would like to copy several stored procedures from one database to another, using T-SQL. I will run this periodically to refresh my current database.
I don't want to script the individual stored procedures because they change periodically and I would have to re-script it every time I copy them. I would also prefer not to use replication at this point.
Any ideas how quickly write a T-SQL statement in query analyzer?
Thank you for your help in advance,
Steve S
sms@hmbnet.com
I don't want to script the individual stored procedures because they change periodically and I would have to re-script it every time I copy them. I would also prefer not to use replication at this point.
Any ideas how quickly write a T-SQL statement in query analyzer?
Thank you for your help in advance,
Steve S
sms@hmbnet.com