How to enter binary string literals in ms sql server?
What is the sql case statement used for?
can you instantiate a com object by using t-sql? : Sql server database administration
What happens if null values are involved in boolean operations?
Do you know spatial data types - geometry and geography in sql server 2008?
What is the difference between DTS and SSIS?
How to create a simple user defined function in ms sql server?
select names starts with a,b,c
8 Answers Scope International,
What is the order in which the sql query is executed?
What is the difference between inner join and equi join?
How to check if a table is being used in 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.
Where are magic tables stored ? Is it in the same database where it is created ?