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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-10 : 08:37:48
|
| Ramesh writes "Hi,SQL Server procedures support deferred name resolution. Means A procedure can refer a non existent table and It still gets compiled with out erros. It throws an error at run time if the table doesn't exist at that time.Is there a way to turn off this default behaviour? In other words, Is there a way to find out the errors at compile time?I am looking for some option that saves me from executing the procs to find out these errors. Using UDF is not an option for me. Any help is appreciated.ThanksRamesh" |
|
|
|
|
|