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 |
|
vicki
Posting Yak Master
117 Posts |
Posted - 2002-04-18 : 16:02:40
|
| if I have the storeprocedure, how I run it in entirprise?thanks |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-04-18 : 16:12:09
|
| create a jobcreate a t-sql steptype <database>.<owner>.<procname>save the jobright-click the job and select executeorcreate a dts packagecreate a execute sql tasktype <database>.<owner>.<procname>run the dts package<O> |
 |
|
|
|
|
|