how to know description of a table in sqlserver 2000
Answer Posted / srinivas
desc <table_name>
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between functions and stored procedures in sql server?
How you can change a cross join into an inner join?
How many instances per computer are there in sql server 2000?
What is the syntax to execute the sys.dm_db_missing_index_details?
Do you know what is difference between index seek vs. Index scan?
Give me a SQL Query to find out the second largest company?
How to convert a unicode strings to non-unicode strings?
Explain for xml explicit mode?
What type of locking occurs during the snapshot generation? : sql server replication
What is the process of indexing?
Explain intellisense for query editing
Explain about builtinadministrator?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Explain the different types of joins?