Answer Posted / vikas
select top 100 max(field name) from Table Name
| Is This Answer Correct ? | 12 Yes | 17 No |
Post New Answer View All Answers
What does the update command do?
What are basics of policy management?
What can be used instead of trigger?
What is the filtered index?
How do you know if sql server is running on your local system?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Can group functions be mixed with non-group selection fields in ms sql server?
What is a scheduled job or what is a scheduled task?
What are the main sources of data?
How to query multiple tables jointly?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Explain nested trigger in sql?
What is dbcc command in sql server?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks