how can i view structure of table in sql server? tell me
that query.
Answers were Sorted based on User's Feedback
Answer / sathish
how can i view structure of table in sql server? tell me
that query.
Select * from information_schema.columns where table_name =
xyz
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sagar
Select TableName and then press ALT+F1 means highlight tablename
| Is This Answer Correct ? | 0 Yes | 0 No |
how to get the rowid/rownumbes of a table in sqlserver
What is a NOLOCK?
How do I clean up sql server transaction log?
Do you know what are pages and extents? : SQL Server Architecture
What Are Three Rules to UseĀ UNION IN SQL SERVER
What happens if null values are involved in string operations?
What is a periodical index?
What is self contained sub query?
What do you mean by authentication modes in sql server?
Explain about temporary stored procedure?
Explain the properties of a relational table?
Define the term DML, DDL and DTL?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)