What is your recommendation for a query running very slow? : sql server database administration
SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES
plss anybody specify tha constrian management system in dbms
Explain the categories of stored procedure?
What is the difference between indexing and hashing?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
Explain about Normalization?
If i am handling 150 servers then how to check the active jobs of all the servers?
What is log cache in sql server?
Wht is SQL Injection Attack ?
What is the most common trace flags used with sql server?
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.
What is a partition function in sql server?