there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What are out-of-range errors with date and time literals?

0 Answers  


How can I enforce to use particular index?

1 Answers   Symphony,


How do I start sql server agent automatically?

0 Answers  


wat is mean by normalization?......programing defination i need...(i know basic defination)

4 Answers   Wipro,


What are different types of database indexes?

0 Answers  


What is the basic difference between clustered and a non-clustered index?

9 Answers   Infogain,


What does the not null constraint do?

0 Answers  


What is a DBMS, query, SQL?

0 Answers   Maveric,


Define cursor locking

0 Answers  


Can we install sql server 2016 on windows 7?

0 Answers  


difference between select column name from table name where serviceid=2; and select max(column name) from table name where serviceid=2; IN ORACLE

3 Answers   Intel, Wipro,


What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security

0 Answers  


Categories