Hi,
I'm new to SQL Server programming. Trying to run a query just to get a feel how this thing runs.
I went to SQL Query Analyzer, picked my SQL Server (machine name) and finaly type the following in the Query Design box: "SELECT * FROM RTUC;" I parsed it and parsed okay, when I run it I get the following error:"Server Msg 208, Level 16, State 1, Line 1 Invalid object name RTUC"
RTUC is the name of one of my tables. I also tried going to access, made a query there, Clicked on SQL View and copied the following code from there, but still same results: "SELECT RTUC.STATION FROM STUC".
Anyone knows anything about this?? thanks in advaced!!
Dennis
I'm new to SQL Server programming. Trying to run a query just to get a feel how this thing runs.
I went to SQL Query Analyzer, picked my SQL Server (machine name) and finaly type the following in the Query Design box: "SELECT * FROM RTUC;" I parsed it and parsed okay, when I run it I get the following error:"Server Msg 208, Level 16, State 1, Line 1 Invalid object name RTUC"
RTUC is the name of one of my tables. I also tried going to access, made a query there, Clicked on SQL View and copied the following code from there, but still same results: "SELECT RTUC.STATION FROM STUC".
Anyone knows anything about this?? thanks in advaced!!
Dennis