|
-
Apr 10th, 2007, 11:25 AM
#1
Thread Starter
Addicted Member
[RESOLVED] MS SQL Error
I get this error:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'Test.Oyle'.
When I try to use this query:
SELECT * FROM Test.Oyle
It is such a simple query so I tried to test is it working or not and it doesnt work. It says Invalid object name!
Database 2Test' and table 'Oyle' are existing.
Why am I gtting this error? Any ideas?
-
Apr 10th, 2007, 11:32 AM
#2
Thread Starter
Addicted Member
Re: [RESOLVED] MS SQL Error
I solved it with this:SELECT * FROM [Test].[dbo].[Oyle]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|