Viewing 15 posts - 61 through 75 (of 98 total)
you have to install the witness to a separate machine not the same two involved on mirroring
January 29, 2009 at 7:51 am
yes it's possible to have mssql 2005 as subscriber and mssql 7 as publisher
January 28, 2009 at 3:52 am
in msdb you can use sp_send_dbmail
January 28, 2009 at 3:45 am
check status in sysdatabases must be suspect for corrupted mdf files
January 22, 2009 at 1:53 am
it's the same setting like /3GB ,but it's for windows 2003 servers .
January 20, 2009 at 2:37 am
You can put almost all RAM that you have but put /USERVA and /PAE in boot.ini ,enable AWE and put 'max server memory' and 'min server memory' with...
January 20, 2009 at 1:51 am
check if you are using large objects,LOB and try to reduce the level of locking checking for indexes,denormalize the table.
January 14, 2009 at 3:11 am
check this http://support.microsoft.com/kb/323630
January 14, 2009 at 3:00 am
hello,
you have to upgrade to mssql 2000 and next to 2008
January 12, 2009 at 8:55 am
hi,
you can start a new trace and select filter afetr an objectID and in text data like delete,insert ,update.
November 3, 2008 at 3:24 am
INSERT INTO Table (ImageColumn)
SELECT * FROM OPENROWSET (BULK N'C:\YourPicture.bmp', SINGLE_BLOB)
October 21, 2008 at 7:26 am
I belive you could fliter the ObjectID and Text like insert,delete,update
October 21, 2008 at 5:12 am
October 20, 2008 at 6:53 am
there is FTP Tasks,also use XML Source Adapter in SSIS 2005. for xml files.
October 20, 2008 at 6:41 am
Viewing 15 posts - 61 through 75 (of 98 total)