how can i view structure of table in sql server? tell me
that query.
Answer Posted / 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 |
Post New Answer View All Answers
What is index fragmentation in ms sql server?
How do you create type- insensitive operator?
How to get the definition of a stored procedure back?
What is the maximum row of a size?
What is scheduled job and how to create it?
Why we should not use triggers?
What is report rendering ?
What is triggers in ms sql server?
What is the simplest way to create a new database in ms sql server?
What is the difference between dbcc indexdefrag and dbcc reindex?
Do you know nested transaction?
Can we hide the definition of a stored procedure from a use?
Explain mixed authentication mode of sql server?
What causes index fragmentation?
How do I open a .db file?