Answer Posted / babu
The question is not clear.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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.
Explain about temporary stored procedure?
What is the difference between functions and stored procedures?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
Explain Normalization and DE normalization
What does Master database contains?
What is spid in sql server profiler?
How to change the data type of an existing column with "alter table" statements in ms sql server?
How to use wildcard characters in like operations in ms sql server?
How to reaname table name without using sp_Rename in sql server..?
Describe how to use linked server?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
what is a deadlock? : Sql server database administration
How to concatenate two strings in SQL Server.
Where do we use trace frag?