Viewing 15 posts - 16 through 30 (of 473 total)
I've done that. And even tried "Collation Compatible = True" just for fun, with no change in behavior.
I've found that setting "Enable Promotion of Distributed Transactions" = false causes...
March 21, 2016 at 12:58 pm
I've only been in a position to interview candidates for the past few years or so, but in that short time I've been amazed at how many people I've seen...
March 19, 2016 at 9:57 pm
Not particularly related to your problem I don't think, but another interesting tidbit I didn't realize...
I don't know when exactly, but somewhere between SQL 2005 and SQL 2012 SSMS can...
March 10, 2016 at 9:51 am
Steve Jones - SSC Editor (3/10/2016)
In a cluster, you might need...
March 10, 2016 at 9:41 am
I think logon triggers don't fire when you use DAC (I could be wrong on that), so I'm wondering if you have some other problem going on as well.
You might...
March 10, 2016 at 8:33 am
I'm not sure how "good" of a solution it is, but we've had success by creating a SQL Server Agent alert on Error number 1480 (Database replica role change) on...
March 3, 2016 at 3:22 pm
Maybe a silly question, but are you able to spin up a test SQL 2012 box, put a copy of your data on it, and test against that for awhile?...
January 27, 2016 at 7:16 am
We deployed all jobs to both servers, and for jobs we only wanted to run when it's the primary, we added a wrapper around it like this:
IF (SELECT MASTER.DBO.FN_AG_IsPrimary('<AG_NAME>')) =...
January 27, 2016 at 7:06 am
bhattpranav (4/9/2015)
This code executes several 1000 times a...
April 9, 2015 at 2:40 pm
bhattpranav (4/9/2015)
Not Really. you mean a DISTINCT right after INSERT?I am inserting into temp table taking values from the select distinct.
But as was pointed out above, you don't have DISTINCT...
April 9, 2015 at 9:49 am
Perhaps draw attention to standard maint. stuff DBAs do to keep the databases healthy?
I.E. Index Rebuilds, statistics updates, DBCC checks, making sure there are no missing/unused indexes, performing...
April 8, 2015 at 12:42 pm
You mention you have a mixture of SQL versions, which you would have to upgrade to SQL 2012 to use this feature.
Is it specifically using AlwaysOn Availability Groups...
March 31, 2015 at 7:29 am
Eirikur Eiriksson (3/17/2015)
The Redneck DBA (3/17/2015)
Msg 9020, Sev 16, State...
March 17, 2015 at 3:03 pm
I don't know what the "standard" way to do it is, but we are looking into a similar scenario with our upcoming AlwaysOn implementation.
What I think I'm going to end...
March 17, 2015 at 2:51 pm
Brandie Tarvin (1/12/2015)
January 12, 2015 at 10:55 am
Viewing 15 posts - 16 through 30 (of 473 total)