Viewing 15 posts - 1 through 15 (of 333 total)
GilaMonster (12/6/2013)
Please note: 3 year old thread.
Thanks for the comment. I didn't realize that. Apologies if its incorrect to add a solution to old thread.
One of my customer opened ticket...
December 6, 2013 at 8:05 am
I agree with earlier answers. we can't use 32 bit SQL Instance to create In-Memory optimized tables. Here is the error message if you attempt to do so.
http://msdn.microsoft.com/en-us/library/dn232521(v=sql.120).aspx
December 6, 2013 at 2:33 am
Have you looked at logon trigger feature?
December 6, 2013 at 2:20 am
There is a small trick which can be used http://sqlserver-help.com/2013/12/06/help-how-to-fix-error-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/
December 6, 2013 at 2:19 am
There is a small trick which can be used http://sqlserver-help.com/2013/12/06/help-how-to-fix-error-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/
December 6, 2013 at 2:17 am
any other error in iis logs?
This error should generally have one more error after this.
I would try to test connectivity from IIS box to SQL box.
July 8, 2008 at 3:51 am
The log shipping tlog filename has the UTC time embedded in it and uses this value for propagating tlog files to the secondary. UTC time is used in case...
July 5, 2008 at 11:00 am
you should connect using SQL Virtual server name not windows cluster name.
July 5, 2008 at 10:55 am
you should connect using SQL Virtual server name not windows cluster name.
July 5, 2008 at 10:55 am
You need to find if any application is using this or not.
If yes, its not best practice and you have to change the connection string
July 3, 2008 at 7:03 am
right now, the SQL is set to use dynamic memory. SQL will use memory when it feels it should be used.
Try AWE enabled to 1 and set min and max...
July 2, 2008 at 2:02 am
Are you saying that SQL is used heavily and still SQL is not using the memory?
July 2, 2008 at 1:48 am
Viewing 15 posts - 1 through 15 (of 333 total)