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.
2925my problem is tempdb tempdb(dbname) 77752.95 MB(db size) 25345.03 MB (unallocated size) suppose i increased temp db size 10 gb . after increase the temp db showing 87 gb (dbsize) 25346.03MB(unallocated size)--unallocated size is showing same .please clarify.
1 3450can you any body tell me while running BCP Out in instance in sql server 2000 is getting error. Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.?
1 5130
What is key attribute?
What is 5nf in normalization form?
How to use values from other tables in update statements in ms sql server?
What are diverse clauses that form a part of sql?
What is the largest component inside a field?
What are sql azure firewall rules?
What are out-of-range errors with date and time literals?
What is difference between views and tables?
How to create new tables with "create table" statements in ms sql server?
How to maintain a fill factor in existing indexes?
Define cross join in sql server joins?
What are the extra roles available in msdb? : sql server security
What are logical/boolean operations in ms sql server?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
what is blocking? : Sql server database administration