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.
what are file groups?
What are the differences between local and global temporary tables?
How do you simulate a deadlock for testing purposes
Explain about builtinadministrator?
What value could be assigned to Varchar Type?
What is used to replicate sessions between instances in coldfusion clusters?
Where do you find the default Index fill factor and how to change it?
What is postgresql server?
Does the unique constraint create an index?
How do I determine how many instances of sql server are installed on a computer?
What is Schema? and why we use schemas?
What is resultset concur_updatable?