What is the query and subquery?
What is tablesample?
Who developed sql server?
How to insert a new row into a table with "insert into" statements in ms sql server?
Describe and explain about SQL native client?
what information is maintained within the msdb database? : Sql server administration
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.
Differentiate between delete and truncate.
What is difference between inner join and full join?
Explain transaction server isolation?
what is the maximum size of a row in sql server 2000 and 2005
Which index created when Create Index on table(col), Why
What is the difference between a stored procedure and a user defined function in sql server?