Viewing 15 posts - 76 through 90 (of 97 total)
firstly why you need to create index on system tables for CDC , it may not be relevant .
Secondly yes you can create index on system tables
September 9, 2013 at 11:02 am
Something below will help to find relveant information .
SELECT SUM (internal_object_reserved_page_count) AS internal_pages ,
( SUM (internal_object_reserved_page_count) * 1.0 / 128...
September 9, 2013 at 10:14 am
Re boot the box , try installing from command prompt
September 5, 2013 at 10:18 am
Have you tried SQL profiler including the execution plan
and also you can add object id of that specific index in the filter .
September 3, 2013 at 9:56 am
August 30, 2013 at 10:49 am
Run the below and paste the results .
Select * from sys.dm_clr_loaded_assemblies
select * from sys.dm_clr_task
Most of the CLR issues causes due to memory spike, .net DLLs supporting SQL to run...
August 30, 2013 at 10:46 am
MyDoggieJessie (7/8/2013)
I am wondering even stopping the distribution job some batch of transactions was still in progress can cause this or not .
This was my original thought. Perhaps...
July 8, 2013 at 2:40 pm
We used the below script to set the replication . I am wondering even stopping the distribution job some batch of transactions was still in progress can cause...
July 8, 2013 at 2:02 pm
Hi ,
I changed the security context and tried it fails again . any other pointers please .
June 24, 2010 at 7:33 pm
even with local its failing : --
The complete code is :
-------------------------------------------------------------------------------------
create Proc [dbo].[usp_ReplicationLatency_n]
as
...
June 24, 2010 at 2:36 pm
same error replaced local with servername/instance
June 24, 2010 at 2:25 pm
the distribution server is named istance ... xxxx/dist1..
All linked server looks good
June 24, 2010 at 2:20 pm
Viewing 15 posts - 76 through 90 (of 97 total)