In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
5 23546If you are working on a SQL database and if suddenly a developer changes the code and your queries results start giving errors,how will you check using a T-SQL query (on system tables) that what has changed in the database.
2 7195
Difference between primary key and clustered index?
How to use transact-sql statements to access the database engine?
What are the benefits of filtered indexes?
How to optimize stored procedures in sql server?
What are the filtered indexes?
Mention a few common trace flags used with sql server?
How to change the name of a database user?
what are defaults? : Sql server database administration
How to Check if table exists in sql server?
Which are the new data types introduced in sql server 2008?
whats new about truncate in sql server 2008?
What are window functions in sql server?
How to enter binary string literals in ms sql server?
What stored by the master? : sql server database administration
What is the difference between local and global temporary tables?