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 2005 Forums
 Transact-SQL (2005)
 creating stored procedure

Author  Topic 

99pShop
Starting Member

1 Post

Posted - 2009-08-02 : 03:46:25
I created a stored procedure in Management studio 2005 but reference a non existing table and columns. On execution, it completed successfully and appeared in the list. I have always used 3rd party application for this process but had to do this on a client's server.

Is this normal functionality? I remember in sql2000, the procedure would be validated first

SQL Matrix

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-08-03 : 13:26:22
This is normal functionality. Even in SQL 2000, the stored procedure would be created successfully.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -