How check triggers in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
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
how to get 25th row in any table in sqlserver can u tell me syntax
Do you know what are the differences between lost updates and uncommitted dependencies?
What is the default Port No on which SQL Server listens?
how you can move data or databases between servers and databases in sql server? : Sql server administration
what is IDE,DMV in sql server?
How column data types are determined in a view?
What is transaction server consistency?
What is the difference between executequery () and executeupdate ()?
when we use function instead of procedure? plz tell me the situation with ex?
how to create a scrollable cursor with the scroll option? : Sql server database administration
Will sql server 2005 allow you to reduce the size of a column?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)