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 stored by the tempdb ? : sql server database administration
How to disconnect from a sql server using mssql_close()?
How to check table values in sql server?
What is snapshot parameter in ssrs?
what are candidate key, alternate key and composite key? : Sql server database administration
How to optimize stored procedures in sql server?
What is the recommended total size of your memory optimized tables?
How do I find the query plan in sql server?
Explain what stored procedure sp_replcounters is used for? : sql server replication
What is the difference between update lock and exclusive lock?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is a coalesce function?
Can two tables have the same primary key?
Explain mixed authentication mode of sql server?
Data table as parameter in sql server?