Quantcast
Channel: SQLServerScribbles » MSSQLWIKI
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

sp_send_dbmail blocked and waittype is preemptive_os_getprocaddress

This will happen if you use user transaction when calling sp_send_dbmail. Do not call sp_send_dbmail with in user transaction.If you open a transaction and send a mail with some attachment in first...

View Article


Image may be NSFW.
Clik here to view.

Can high number of connection cause SQL Server to refuse connection?

sp_configure “user connections” will decide the maximum number of simultaneous user connections allowed on SQL Server.Default value for user connections is 32767. So unless we hange the value it...

View Article


Image may be NSFW.
Clik here to view.

The user instance login flag is not supported on this version of SQL Server

“The user instance login flag is not supported on this version of SQL Server. The connection will be closed.” When we use “UserInstance=TRUE” in connection string on instances which is not SQL Server...

View Article

Image may be NSFW.
Clik here to view.

How to bring the database online when one or more data files is accidentally...

How to bring the database online when one or more data files is accidentally deleted. Follow the steps below when you don’t have other options like restoring from backup. This has to be the last step...

View Article
Browsing all 4 articles
Browse latest View live