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 |
What is the difference between drop table and truncate table?
What is the main difference between ‘between’ and ‘in’ condition operators?
What are joins in sql and what are the different types of joins?
How to list all stored procedures in the current database using ms sql server?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How to insert a new row into a table with "insert into" statements in ms sql server?
Differentiate between a primary key and a unique key.
Explain log shipping?
How to connect to a sql server using odbc_connect()?
What is plan freezing?
What is 3nf normalization?
What is attribute? : sql server analysis services, ssas
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)