How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / aashish arora
SELECT top 5 * from information_schema.columns where
table_name = 'varTableName'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create a stored procedure with a statement block in ms sql server?
Define the one-to-one relationship while designing tables.
how to overcome kernel isssues
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Can two tables have the same primary key?
How to download and install sql server 2005 books online?
What is temporal data type?
Tell me can we use custom code in ssrs?
How to get the definition of a trigger back?
What is store procedure?
How to delete database objects with "drop" statements in ms sql server?
What is service broker?
What are horizontal and vertical scaling?
Can we call future method from trigger?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration