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)
 Compile Procedures

Author  Topic 

joni
Yak Posting Veteran

50 Posts

Posted - 2006-12-12 : 13:33:48
Hi Gurus,

I would like to know how can I do to compile Stored Procedures in SQL Server 2000?

Thank very much

Joni

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-12 : 13:39:14
Just run the Stored Procedures script in Query Analyzer.


Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

sql_er
Constraint Violating Yak Guru

267 Posts

Posted - 2006-12-13 : 10:06:30
Or sp_recompile 'procedure_name'
Go to Top of Page
   

- Advertisement -