what are different types of backups available in sql server? : Sql server database administration
986if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
1041as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
952what type of index will get created after executing the above statement? : Sql server database administration
1028explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
1111
Differentiate between SQL and ORACLE joins and write their syntax.
What are the difference between clustered and a non-clustered index?
What is the maximum size of sql server database?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What is set nocount on?
How to create a new schema in a database?
How to enter unicode character string literals in ms sql server?
What is the difference between deallocate cursor and close cursor?
Can you explain what are various ways to enhance the ssrs report?
What happens if strings are casted into wrong code pages in ms sql server?
What is use of except clause? How does it differ from not in clause?
What is the use of set nocount on/off statement?
What is an expression in ms sql server?
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.
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?