How can I create a new template for import ? : sql server management studio
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum size of column in sql server?
What is a view and what are its advantages?
What is the difference between varchar and varchar types?
Is it possible to replicate data from sql server to oracle? : sql server replication
Are all views updatable ?
What is difference between restoration and recovery in SQLServer?
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.
When I delete any data from a table, does the sql server reduce the size of that table?
what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?
What is a view?
What kind of problems occurs if we do not implement proper locking strategy?
What is the difference between coalesce() & isnull()?