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
How do I get to sql server configuration manager?
What is indexed view?
what is the difference between Delete and Truncate command in SQL
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
why would you call update statistics? : Sql server database administration
Determine when an index is appropriate?
What is sql server schema compare? How we can compare two database schemas?
Can you explain about buffer cash and log cache in sql server?
What command is used to rename the database?
What happens if null values are involved in boolean operations?
What are the restraints imposed on the table design by a merge replication?
What are the basic features of a trigger in ms sql server?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
what types of replication are supported in sql server? : Sql server database administration