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 |
|
constantinos1987
Starting Member
25 Posts |
Posted - 2008-11-22 : 11:35:08
|
| i am trying to execute a query and the response is....Msg 208, Level 16, State 1, Line 1Invalid object name 'ergasia.transactions'.what is the problem??? |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-11-22 : 12:04:08
|
| Execute under correct database and correct schema. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-22 : 12:32:09
|
add this as first line to your codeUSE <yourdatabasenamehere>......your current code |
 |
|
|
constantinos1987
Starting Member
25 Posts |
Posted - 2008-11-22 : 14:19:30
|
quote: Originally posted by visakh16 add this as first line to your codeUSE <yourdatabasenamehere>......your current code thank you!!!!!!!!!
|
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-23 : 01:48:51
|
Welcome |
 |
|
|
|
|
|