Viewing 15 posts - 406 through 420 (of 7,168 total)
What we did was deploy all jobs on all instances from TFS in a disabled state. Then a "controller job" was implemented on both instances that would run once a...
January 27, 2016 at 6:56 am
When you say all is fine after starting the primary what do you mean? What state is each database immediately after that point and which ends up primary?
January 27, 2016 at 6:48 am
vsamantha35 (1/26/2016)
Thanks for the response. I am basically looking for 2 clarifications here.
In AG, does Primary replica will be sending log records constantly to secondary and applied on...
January 26, 2016 at 2:57 pm
Thanks for posting back. I wanted to rule out a local connection attempt because that will always use NTLM.
There are specialized tools to debug Kerberos issues and sometimes it's...
January 26, 2016 at 2:34 pm
Sounds like you have a job that is trying to access a database participating in an AlwaysOn AG while that database is a secondary replica and not otherwise available. You...
January 26, 2016 at 7:19 am
wisl (1/26/2016)
Now that I've read this post I...
January 26, 2016 at 7:05 am
How much free memory does Windows have right now? How high or low does that go during the course of a normal business cycle?
January 26, 2016 at 6:46 am
This likely won't be an explanation that completely satisfies your technical curiosity but I will make an attempt. If we could drag an SSIS Team developer and an ACE Driver...
January 26, 2016 at 3:08 am
In your scenario is SERVERNAME a remote machine from where you are running SqlCmd or are you testing this by running SqlCmd on the same server where the database instance...
January 26, 2016 at 2:45 am
In SQL 2008 it means 12GB is allocated to the Buffer Pool of that instance but the setting does not cover any non-Buffer Pool memory the instance (i.e. SQL Server...
January 26, 2016 at 2:40 am
From Integration Services (SSIS) in a Cluster- SQL Server 2014:
Clustering Integration Services is not recommended because the Integration Services service is not a clustered or cluster-aware service, and does not...
January 26, 2016 at 2:34 am
genuiforex (1/25/2016)
Can't send dbmail with attachment as per below script.
if exists (select distinct 1 from xxxx.dbo.owtr where U_STN_Ref = 'POSNegINVCorr' and convert(varchar(10),docdate,112) = convert(varchar(10),getdate() - 1,112))
begin
declare @EmailList nvarchar(max)
declare @html...
January 25, 2016 at 6:39 pm
Tallboy (1/25/2016)
I have to call a stored procedure from within another procedure.
I have to pass the proc 2 parameters
@ClientID int,
@StartDate date
But I dont know which is the correct syntax for...
January 25, 2016 at 6:36 pm
VegasL (1/23/2016)
On a side note, I'm still not understanding why even if column in excel is larger than 255, why in sql when changing to nvarchar(max) doesn't fix issue,
Because...
January 24, 2016 at 12:55 am
Would it benefit you to improve in the 43 minutes? 5 million rows is more than your average data load but it is possible to process that many rows a...
January 23, 2016 at 7:28 pm
Viewing 15 posts - 406 through 420 (of 7,168 total)