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 23785If 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 7348
Explain trigger and trigger types?
Tell me what is use of except clause? How it differs from not in clause?
What should be the fill factor for indexes created on tables? : sql server database administration
Determine how to use the inserted and deleted pseudo tables?
How can you stop stored procedures from recompiling?
What do you mean by authentication modes in sql server?
What is faster join or union?
What is db stored procedure?
What is the sql case statement used for? Explain with an example?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
What does this statement do @@rowcount?
What are the parts of a function?
What are the components of sql server service broker?
What are the differences between DDL, DML and DCL in SQL?
How does recursive cte works in sql server?