Name few endpoints exposed by ssrs 2012?
List out different types of normalizations in sql server and explain each of them?
If a stored procedure is taking a table data type, how it looks?
What is a unique index?
What is the maximum size per database for sql server express?
What happens if null values are involved in datetime operations?
How many types of keys are there?
how you can list all the tables in a database?
Does any body please help me what question's have asked for SSRS in the interview?
What are different types of raid levels?
What is a cursor, index in sql?
What is difference between group by and having?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
What is cached report?
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.