Viewing 15 posts - 331 through 345 (of 496 total)
But why updating on a clustered index would cause a lot of page splitting and updating on a non-clustered index does not? The field has a varchar data type...
March 30, 2004 at 10:50 am
The plan also shows a split operation, where update is divided into delete and insert. Can this be a problem if all indexes have 100% fill factor or should it...
March 29, 2004 at 8:55 am
This is transactional replication... And this is all about MS SQL 2000 Ent Ed + sp3...
March 18, 2004 at 11:30 pm
Just the same problem... The only difference is that I upgraded from 32bit MS SQL2000 to 64bit version...
March 11, 2004 at 6:40 am
There is no disk compression. Cluster size is 64k on both mirrors.
March 4, 2004 at 2:31 am
Noone ever tried to use this feature in Yukon?
February 26, 2004 at 12:42 am
2Frank Kalis:
The article tells:
--------------------------------------------------------------------------------
"By placing all of your temporary table creation statements together,
SQL Server can create plans for those temporary tables when one of them
is referenced for the...
February 6, 2004 at 1:51 am
Thanks, just found it:
IF (SELECT enabled FROM msdb..sysjobs(nolock) WHERE name = '[Job Name]')=0
PRINT 'OK'
ELSE PRINT 'Job [Job Name] is NOT disabled'
February 3, 2004 at 6:26 am
Just found a couple of SPs and wonder if this will work:
1. You create a publication with N - articles
2. Subscribe all servers that need at least one article from...
January 27, 2004 at 2:06 am
quote:
the databases must have the same collation between the publisher and the subscriber.Change the collarion with :
ALTER DATABASE DBName
SET COLLATE SQL_Latin1_General_CP1251_CS_AS
December 23, 2003 at 9:12 am
ALL data in theses databases is replicated (via transactional replication) from other servers, so I guess export/import has no use.
December 23, 2003 at 8:15 am
quote:
Did you verify under Task Manager that SQL was using more than you alocated and check the Event Viewer logs for potential...
December 2, 2003 at 5:56 am
quote:
From what I understand, above 8GB, you need to leave the OS 1GB for PAE.
From...
December 2, 2003 at 2:29 am
Just another issue: after restarting SQL Server service it did not take any memory above 2GB! Now it has huge disk queues and slow erformance...
December 2, 2003 at 2:00 am
But it did work fine for several months without disk queues and paging. I always had ~200MB of available memory...
December 1, 2003 at 11:59 pm
Viewing 15 posts - 331 through 345 (of 496 total)