How you can change the database name in SQL SERVER?
What is the difference between constraints and triggers?
what are the main differences between ms access and sqlserver
How to get number of days in a given year?
In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2
Can you leave a union at any time?
What are the filtered indexes?
can an automatic recovery be initiated by a user? : Sql server administration
What is difference between joins and subqueries?
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?
Explain Normalization and DE normalization
How to view existing indexes on an given table using sp_help?
How to set a database state to offline in ms sql server?