Viewing 10 posts - 1 through 10 (of 10 total)
ALTER PROCEDURE [dbo].[GetLogShippingStatus]
WITH
EXECUTE AS CALLER
AS
DECLARE @pErr varchar(256);
DECLARE @pErrVal int;
DECLARE @pTargetDate datetime2;
BEGIN TRY
INSERT INTO dbo.LogShippingStatus
SELECT
primary_server,
primary_database,
backup_threshold,
...
March 31, 2016 at 8:43 am
Tried all of the following:
ProdB
ProdB,1433
ProdB.my.dom
ProdB.my.dom,1433
AliasToProdB
AliasToProdB,1433
AliasToProdB.my.dom
AliasToProdB.my.dom,1433
Nothing works. Keep in mind, as I stated in my OP, all this works fine if I am logged into the DevC server (RDS or physically),...
July 9, 2013 at 10:07 am
Thanks to @opc.three for all the input. If this is the case, it seems rather ridiculous that all the ducks must be in a perfect row for this to work....
July 9, 2013 at 9:39 am
Did that. Even ran setspn with the -X option and no duplicates exist for any of the affected servers or accounts. I'm not quite sure what you mean by "perfect"....
July 9, 2013 at 8:02 am
The double hop issue is the direction I am leaning as well. But, all instances are using the same domain account to run their services, and all three servers are...
July 9, 2013 at 7:37 am
Index fragmentation is 85% on 7 tables.
Indexes are rebuilt weekly.
October 16, 2009 at 10:23 am
Me'thinks that the whooshing sound you hear is the heads of some people flying about in the clouds with nothing serious to think about. Me also thinks that, while Sean...
October 17, 2005 at 8:53 am
This article is really a joke, isn't it? Is anybody really taking this guy seriously? He is obviously talking to the drunks out over the right field wall I guess....
October 17, 2005 at 7:52 am
Just out of curiosity, why does Sybase return 20?
August 22, 2005 at 8:14 am
This bears a frightening resemblence to the Microsoft Exams. Choose the answer that appears most obvious, and, "buzz...., your wrong!"
July 15, 2005 at 7:25 am
Viewing 10 posts - 1 through 10 (of 10 total)