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
 General SQL Server Forums
 New to SQL Server Programming
 Invalid object name

Author  Topic 

jylland
Starting Member

27 Posts

Posted - 2014-06-25 : 08:08:57
Hi

I have made a stored procedure, it makes successfully when created, but when I open it in modify, there is a red underscore under the procedure name. so what do I wrong.

When I place the courser over the red underscore, the massage is
"Invalid object name"

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2014-06-25 : 08:35:41
Try Edit->Intellisense->Refresh Local Cache to clear the cache.
Go to Top of Page
   

- Advertisement -