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 happens if null values are involved in boolean operations?
Can we call future method from queueable?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
How to connect of datebase with sql express.?
What is difference between getdate and sysdatetime in sql server 2008?
List some advantages and disadvantages of stored procedure?
What does it mean to be in union?
How you can get the list of largest tables in a database?
How to bind a view to the schema of the underlying tables?
What is transaction server consistency?
What is the return type of executeupdate ()?
Explain the difference between delete,drop and truncate in SQL Server?
What is a performance monitor?
Is mysql better than sql server?
What is a cache in ssrs?