November 7, 2008 at 9:36 am
I'm running SSMS , SQL Server 2005. Was running this query on a DB which has a backend on SQL Server 2000. Could that be it?
--
:hehe:
November 7, 2008 at 9:40 am
Yes it is.
Management Studio is just a client tool. Your queries are going towards the actual server which in your case is of version 2000
Regards,Yelena Varsha
November 7, 2008 at 9:48 am
Cool.. so then.. how can I pull of this same trick while having SQL Server 2000 as the backend DB ? I know sys.objects does not exist...but can't think of a work-around..hmm..
--
:hehe:
November 7, 2008 at 9:59 am
In 2000 all objects are in sysobjects and the definitions are in syscomments in the text column
Regards,Yelena Varsha
November 7, 2008 at 10:04 am
Great, Thanks! Will try it out..:D
--
:hehe:
Viewing 5 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy