March 3, 2010 at 11:59 am
Hello
I have just a rudimentary knowledge of SQL
We have an app that is SQL 2000 based
Sometimes I read a tech doc and ofcourse - i run into many questions
for now, i just would like someone to explain what the
SYSOBJECTS and SYSCOLUMNS tables represent
please break it down in simple terms if that is possible
thx
March 3, 2010 at 12:08 pm
Try the following:
Open Query Editor (or whatever the name was back in SQL 2000... I simply forgot). Highlight the word "sysobjects" and press {F1}. IIRC it will open the SQL Server help system (aka BooksOnline) with the related section.
March 21, 2010 at 10:41 am
I believe normal hotkey usage is that F1 just opens BOL, SHIFT+F1 opens it and goes to the section you have a word highlighted from.
[Edit] OOps, didn't realize how old this post was.
March 21, 2010 at 11:29 am
Manny Cruz (3/3/2010)
HelloI have just a rudimentary knowledge of SQL
We have an app that is SQL 2000 based
Sometimes I read a tech doc and ofcourse - i run into many questions
for now, i just would like someone to explain what the
SYSOBJECTS and SYSCOLUMNS tables represent
please break it down in simple terms if that is possible
thx
Boy does this sound like a homework question.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
March 21, 2010 at 3:23 pm
ya but from 18 days ago... so maybe not a bad idea to answer it now :-D.
March 21, 2010 at 3:35 pm
Late for the homework or not, here are some links to the topics
http://msdn.microsoft.com/en-us/library/aa260447(SQL.80).aspx
http://msdn.microsoft.com/en-us/library/aa260398(SQL.80).aspx
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply