Dec 31, 2007 #1 skp12 Programmer Dec 31, 2007 2 US Can any one help me in sending the' desc 'command in SQL Server. Thanks in advance
Dec 31, 2007 #2 ca8msm Programmer May 9, 2002 11,327 GB Umm send it to where? Code: order by myfield desc Is that what you mean? ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url] Upvote 0 Downvote
Umm send it to where? Code: order by myfield desc Is that what you mean? ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
Dec 31, 2007 Thread starter #3 skp12 Programmer Dec 31, 2007 2 US I need description (data type ) of whole table. Example in ORACLE DESC <tablename> I need the same in SQL Server Upvote 0 Downvote
I need description (data type ) of whole table. Example in ORACLE DESC <tablename> I need the same in SQL Server
Dec 31, 2007 #4 ca8msm Programmer May 9, 2002 11,327 GB Look up the Information Schema views in your help files. ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url] Upvote 0 Downvote
Look up the Information Schema views in your help files. ------------------------------------------------------- Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions [URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
Dec 31, 2007 #5 ptheriault IS-IT--Management Aug 28, 2006 2,699 US To get the table description plus a whole lot more. use sp_help table name - Paul - If at first you don't succeed, find out if the loser gets anything. Upvote 0 Downvote
To get the table description plus a whole lot more. use sp_help table name - Paul - If at first you don't succeed, find out if the loser gets anything.