How can you insert null values in a column while inserting the data?
What will happen when a Rollback statement is executed inside a trigger?
1 Answers Flextronics, Hexaware,
What is instead of trigger sql server?
How to get a list of columns in a view using the "sp_columns" stored procedure?
What is the difference between functions and stored procedures?
tell me the disaster recovery plan
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?
how to copy only distinct data into another table which is not already exist in database?
What is the security model used in sql server 2005?
Explain error and transaction handling in sql server?
What is an entity-relationship diagram (erd)?
Why do we use trigger?
What is an extended Stored Procedure?