L
Learner
Hi there,
I have installed Sql server 2005 developer on my machine which
already has a Sql server 2000 installed on. Now i am trying to query
the Sqlserver 2005 data(Ex: from Person.Address located in
AdventureWorks database) in Sqlserver 2000 query analyzer:
When i try as
Select * from Address it said invalid object.
But when i explored AdventureWorks database in the Management studio i
see it as Person.Address!!! i don't understand what is a Person in
Person.Address??? any clues on this?
So as a test when i ran
select * from Person.Address it did work and i saw the results in query
analyzer.
Can any one help me understand about this confusion?
Thanks
-L
I have installed Sql server 2005 developer on my machine which
already has a Sql server 2000 installed on. Now i am trying to query
the Sqlserver 2005 data(Ex: from Person.Address located in
AdventureWorks database) in Sqlserver 2000 query analyzer:
When i try as
Select * from Address it said invalid object.
But when i explored AdventureWorks database in the Management studio i
see it as Person.Address!!! i don't understand what is a Person in
Person.Address??? any clues on this?
So as a test when i ran
select * from Person.Address it did work and i saw the results in query
analyzer.
Can any one help me understand about this confusion?
Thanks
-L