how can i view structure of table in sql server? tell me
that query.
Answer Posted / r.rajesh
sp_columns table_name
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is snapshot replication?
List some major differences between triggers and stored procedures?
What structure can you implement for the database to speed up table reads?
How global temporary tables are represented and its scope?
Explain the properties of a relational table?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What is difference between join and natural join?
What are the advantages of sql azure?
What is sql server used for?
What is cross join in sql server joins?
Explain error and transaction handling in sql server?
How do I find the sql server instance name?
What is data modification?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
write an SQL query to list the employees who joined in the month of January?