Interlude: Troubleshooting for 'Invalid object name'

来源:互联网 发布:数字规律软件 编辑:程序博客网 时间:2024/06/05 17:03

When you login, and enter your first script,  

you may see this: 

Msg 208, Level 16, State 1, Line 1 

Invalid object name 'ONE'. 

 

For some reason, database may not recognize the appropriate database to link. 

When this happen, please use this script: 

 

Use /*your database name*/ 

GO 

 

For example, for database like  


Please enter  

 

Use LinkStart 

GO 

 

Then go on your script which you were working on . 

0 0
原创粉丝点击