Viewing 15 posts - 1 through 15 (of 109 total)
MaintPlans are tough to troubleshoot when they don't work, never proper err logging. For something as important as backups I'd switch to the well vetted backup database command in a...
August 13, 2018 at 10:22 pm
Run profiler on your subscriber to see what command it falls asleep on.. create index??
What version is publisher, you w/in 2 versions? When service packing - you need to...
August 13, 2018 at 10:16 pm
Sorry I meant first drop subscription, then drop publication at one node, do same at other. All under the Replication folder in SSMS
August 13, 2018 at 10:06 pm
Expand replication node and drop subscription at one node, then drop publication at other. Then run the below which will blow away all publications in your db, careful if you...
August 13, 2018 at 10:05 pm
This will not work with replication. Network & name issues that is..
Maybe once you failover you can change the name and IP to match your primary.
You should...
August 13, 2018 at 9:59 pm
Customer dims get big, you need something to roll-up customers before showing as an attribute, no-one likes 20,000 columns in a dashboard or report.
I look for things to group...
August 13, 2018 at 9:48 pm
We discovered root cause of issue. Due to poorly planned and tested code, a IsChanged bit column was getting updated to 1 for every row. Interestingly it was already 1...
September 19, 2017 at 8:09 pm
Additional info - it looks like SQL2008 was installed at one time because tools are still available. I presume it was the default instance.
Server admins installed named 2012 instance, probably...
February 24, 2015 at 12:09 pm
Thank you. Query returns:
local_tcp_port
1433
port is_dynamic_port
0 1
It is the local firewall on db server. We turn fw off, remote connect by instance name ok. Turn it back on,...
February 24, 2015 at 12:01 pm
You typically do not show Net Income on a Balance Sheet. This rolls up on a P&L or Income Statement. I'm not an accountant, just a humble dba w/ acctg...
November 27, 2013 at 5:26 pm
Sorry should have include. Ins & Upd sps are from code generator (DooDads), inserts 1 row via sp call, update 1 row by PK. 1 row passed into sps
February 22, 2013 at 11:52 am
Trigger yes, but I disabled and deadlocks continue. Table has about 2.7Mill rows, 1 clustered index on a PK column that is a varchar(50) - values are generated with a...
February 21, 2013 at 11:37 am
I have yet to find a reasonable solution when it comes to DR for a distributor. Unfortunately there are many exe's outside of SQLServer.exe, ie each repl agent has its...
December 26, 2012 at 6:27 pm
What keys? PK/FK? Look at properties of any article in gui.
If you are sure this is set properly, make sure there is no other table on subscriber with same constraint...
December 26, 2012 at 6:12 pm
Create at both pub & sub. I personally do not like repl as a DR tool, esp merge, as this is slow over a wan link and not scaleable. Also,...
December 10, 2012 at 5:37 am
Viewing 15 posts - 1 through 15 (of 109 total)