Viewing 13 posts - 16 through 28 (of 28 total)
Wayne West (2/24/2016)
February 24, 2016 at 5:19 pm
Wayne West (2/24/2016)
February 24, 2016 at 4:57 pm
Did you ever resolve this?
Since this is the 2014 forum, I'll assume you're on SQL 2014 and suggest looking at the new system function:
sys.fn_hadr_is_primary_replica
https://msdn.microsoft.com/en-us/library/dn249345.aspx
it might ease your coding and/or...
February 22, 2016 at 6:37 am
SQL!$@w$0ME (2/20/2016)
I was not able to find a script to troubleshoot this particular issue.http://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-january-2016/
@ around like 164 in the 2014 script, there's this:
-- SQL Server Process Address space info ...
February 22, 2016 at 6:18 am
If you don't mind me throwing my $.02 in here, the specs sound fine, but spend a little extra money and make sure you get an SSD in it. ...
February 22, 2016 at 6:07 am
SQLBlimp (2/18/2016)
Joe O'Connor (2/18/2016)
February 18, 2016 at 9:14 am
I did some more experimenting with this, and noted one omission that might be useful - including "is_disabled' in the output. As it doesn't appear to come back when...
February 18, 2016 at 8:26 am
Hugo Kornelis (2/18/2016)
Carlo Romagnano (2/18/2016)
That's easy!But, try to answer this:
"What's the resut?"
SELECT TRY_CONVERT(VARCHAR(1), {D'2011-MAY-01'})
:-D:-D:-D
The correct answer to this question is "it depends".
Now my question to you is if you can...
February 18, 2016 at 7:35 am
Wow! Thank you for this! As the "New" DBA at my company (aka the only one), noone has any idea what most databases are for or who uses...
February 18, 2016 at 5:57 am
amicusbabu (2/17/2016)
always data will sends from node1 to third party server.
Node1 is primary,if primary is healthy no...
February 17, 2016 at 8:32 am
Great script, thank you for sharing!
On top of the Remote DAC concerns others posted, there's one small typo I spotted:
linie 1071 has "XP_fixdrdrives Enabled for PUBLIC".
Your...
February 4, 2016 at 6:30 am
I thought you had asked if you should use the Network service account, which would never be recommended.
for answering this question
December 23, 2015 at 12:49 pm
Shouldn't the recommendation be to use a local server service account if it does not need access to network resources?
December 23, 2015 at 12:36 pm
Viewing 13 posts - 16 through 28 (of 28 total)