Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
2521Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?
2 4723
What are the disadvantages of merge replication?
What will be the maximum number of index per table?
What stored by the tempdb ? : sql server database administration
Can a table be moved to different filegroup?
Mention the differences between substr and charindex in sql server.
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
How to create stored procedures with parameters in ms sql server?
How do I save a stored procedure in sql server?
How to delete existing rows in a table?
What is difference between sql and sql server?
List the various tools available for performance tuning?
How to get the definition of a user defined function back?
What does set rowcount do?
What are subqueries in sql server?
What is a non equi join?