您的位置:首页 > 移动开发 > Objective-C

Interlude: Troubleshooting for 'Invalid object name'

2016-12-02 12:47 405 查看
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 . 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  sql server it
相关文章推荐