You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
1146After removing a table from database, what other related objects have to be dropped explicitly?
1068
How to create a view using data from another view?
What is the difference RDBMS and Graph Database?
How to loop through result set objects using mssql_fetch_array()?
Why use “nolock” in sql server?
What are the database objects? : SQL Server Architecture
What stored by the msdb? : sql server database administration
Where are SQL server users names and passwords are stored in sql server?
Do comments need to go in a special place in sql server 2005?
How to change the name of a database user?
how you can move data or databases between servers and databases in sql server? : Sql server administration
How can you ensure that the database and sql server based application perform well?
How to optimize stored procedure optimization?
Explain the Ways to improve the performance of a sql azure database?
What is SQL Azure?
How to use the inserted and deleted pseudo tables?