Viewing 15 posts - 46 through 60 (of 98 total)
could be Yes, see index means physical ordering of the leaf level records on clustered index key, with maintaining fillfactor, that way if you have very few records with small...
June 5, 2009 at 2:49 pm
http://vinay-thakur.spaces.live.com/blog/cns!645E3FC14D5130F2!177.entry
Check replication sites...
HTH
Vin
June 5, 2009 at 1:30 pm
what is the output of this.
select * FROM sys.dm_db_index_physical_stats (DB_ID(), NULL, NULL, NULL, 'detailed')
June 5, 2009 at 1:26 pm
Have you ristrict the growth of tempdb. check property of data and log files.
June 5, 2009 at 1:17 pm
I have recently hosted ESXi 3.5 in a server with 6GB memory, 2 Intel Xeon 5400 series quad core processors in HP Proliant DL 380 G5 server. I have two...
June 3, 2009 at 8:29 pm
Express Edition is good only for Subsriber.
http://msdn.microsoft.com/en-us/library/ms143761(SQL.90).aspx
HTH
Vin
June 3, 2009 at 12:30 pm
Hi,
Somehow the replication features of our production sql2005 cluster have become problematic.
Publications and subscriptions seem to appear in parts of the system, and I'm finding it difficult to remove them...
June 3, 2009 at 12:19 pm
Do you know what is trace #
close/drop that trace it is still running with the following command and then try.
select * from ::fn_trace_getinfo(1) -- to see is trace...
June 3, 2009 at 9:33 am
Not tried... but MS says yes:
http://msdn.microsoft.com/en-us/library/aa237112(SQL.80).aspx
http://www.sqlteam.com/article/replicating-sql-server-2000-across-heterogeneous-databases
HTH
Vin
June 2, 2009 at 2:38 pm
June 1, 2009 at 12:27 pm
why you started snapshot agent....
What error are you getting?
what is failing in your replication, is sql server is working good. Disk drives are accessable.
Just try to restart the log reader...
May 28, 2009 at 8:31 am
Deadlock is something like suppose you have 2 sessions running. one session started and working on some tables(a,b,c,...) and other session(s) is also started and running DML on same tables...
May 27, 2009 at 9:19 am
For Deadlock you have to enable the Trace
http://msdn.microsoft.com/en-us/library/ms178104(SQL.90).aspx
And for trubleshooting:
http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/05/617960.aspx
HTH
Vinay
May 27, 2009 at 8:03 am
For Deadlock you have to enable the Trace
http://msdn.microsoft.com/en-us/library/ms178104(SQL.90).aspx
And for trubleshooting:
http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/05/617960.aspx
My opinion:
1. change the schedule for distributor so as to run could be after 1hr(if possible)
2. as you said its a...
May 27, 2009 at 8:02 am
Viewing 15 posts - 46 through 60 (of 98 total)