how can i view structure of table in sql server? tell me
that query.
Answer Posted / murli manohar
sp_tables @table_type = "'TABLEName'"
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
When do you think a developer should use sql server-based cursors?
What is optimistic concurrency?
What are different types of table joins?
Do you know clustered and non-clustered index?
How to generate create function script on an existing function?
What is the need for group functions in sql?
What is the security principal at the database level that represents your session?
How to create a new schema in a database?
What is table value parameters (tvp)?
What is a database table?
How to achieve Paging of records in SQL SERVER?
What is data modeling and Reterminal integrity?
Is ssrs support other database except ms sql server?
What is a primary index?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.