how can i view structure of table in sql server? tell me
that query.
Answer Posted / erwin suryana
sp_columns <table_name>
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
what are user defined datatypes and when you should go for them? : Sql server database administration
What is the use of RDBMS?
What does REVERT do in SQL Server 2005?
What is sql language?
What are subqueries in sql server? Explain its properties.
Explain sql server authentication modes?
How to insert stored procedure result into temporary table?
Does windows server 2016 come with sql server?
What is mean by candidate key?
Define cursor locking
Difference between group by clause and having clause in SQL?
Explain “@@rowcount” and “@@error” in sql server?
What is the use of keyword with encryption. Create a store procedure with encryption?
What is the sql profiler?
Why do we use sql limitations? Which constraints can we use while making a database in sql?