Hi everyone!
I have a problem working with my table uploaded to SQL Server DW.
When I launch the SQLSERVER 2005 session, on the very top of the object Explorer I can see the line comrep01(SQL Server ****-COMDOMAIN\irenl) where comrep01 is the server name (Server type is Database Engine)
The very First Directory is Databases under which there are a number of subdirectories.
My concern is COMUserReporting which contains users tables among which I see my own recently uploaded table named "testNewTable" which I uploaded from my local PC( it looks like "COMDOMAIN\irenl.testNewTable")
I am trying to submit the following query based on my uploaded table:
select
ID
,NameFirst
,NameLast
FROM [COMDOMAIN.irenl].testNewTable
....However I receive the following error message:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'COMDOMAIN.irenl.testNewTable'.
What I am doing wrong? Could you, please, help me with the syntax of the object name?
Thank you in advance,
Iren
I have a problem working with my table uploaded to SQL Server DW.
When I launch the SQLSERVER 2005 session, on the very top of the object Explorer I can see the line comrep01(SQL Server ****-COMDOMAIN\irenl) where comrep01 is the server name (Server type is Database Engine)
The very First Directory is Databases under which there are a number of subdirectories.
My concern is COMUserReporting which contains users tables among which I see my own recently uploaded table named "testNewTable" which I uploaded from my local PC( it looks like "COMDOMAIN\irenl.testNewTable")
I am trying to submit the following query based on my uploaded table:
select
ID
,NameFirst
,NameLast
FROM [COMDOMAIN.irenl].testNewTable
....However I receive the following error message:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'COMDOMAIN.irenl.testNewTable'.
What I am doing wrong? Could you, please, help me with the syntax of the object name?
Thank you in advance,
Iren