Hey guys,
so while doing a normal rolling restart today, our SQL server logged into windows rather fast and I was like wow that reboot fixed stuff then I got curious and I look in memory and the memory in the task manager was only 2.15 GB's for a server that normally caches the SQL database.
Now I checked all of the services in the SSCM for SQL 2008 R2, and the Shared Memory, TCP/IP, Named Pipes are all enabled and I've done the typical troubleshooting with turning them off and restarting the 'SQL Server Services' but no matter what I do I keep getting this popup:
I've found this well known script to resolve this issue becasue it seems I have too many active connections, but the problem is, with the error above, I can't gain access to a 'New Query' (since I can't login) in order for me to run the following script:
EXEC sys.sp_configure N'show advanced options', N'1'RECONFIGUREWITHOVERRIDE GO
EXEC sys.sp_configure N'user connections', N'0' GO
RECONFIGUREWITHOVERRIDE GO
EXEC sys.sp_configure N'show advanced options', N'0'RECONFIGUREWITHOVERRIDE GO
So I'm curious if anyone ever ran into this issue before or knows how to access the sp_configure parameter in like say a PowerShell script so I could gain access to our database and see what the hell happened.
Any insight would be appreciated, I've google the crap out of this error and they all point ot the obvious of turning off the objects is the SQL 2008 R2 SSCM so now I'm staying here all night if I have too to figure out what in gods creation happened.
...Figures the Friday night I was going to do the tail end of my CCENT and this happens.... it just doesn't want me to take the exam....