Viewing 15 posts - 31 through 45 (of 76 total)
Hello again , as posted in the past I bought SQL Server 2000 Transactional and Snapshot Replication by Hilary Cotter ISBN 0-9749736-0-2. I found it a brilliant...
June 21, 2006 at 5:39 am
Hi Ian, First of sincere all apologies in relation to Homebrew01. When I am busy I reply to this newsgroup sometimes in a hurry !! Apologies once again.
Our current...
June 20, 2006 at 7:56 am
Hi Addict, indeed everything you say is correct. However in our case we run a service ( not SQL Server replication ) which selects from a production database and inserts...
June 19, 2006 at 2:15 am
Hi are you replicating between 2 boxes, ie is the distribution database on the publisher ( you do not use a central distributor ). Also you can specify where to place...
June 16, 2006 at 8:08 am
Hi, we have a similar setup here. I scripted our replication setup and set @del_cmd = N'NONE'. Similar if you enter NONE in the commands Tab for deletes it should work....
June 16, 2006 at 7:30 am
Hi, The maintenance plans ultimately create a job in SQL Server agent. First of all go to the Reporting Tab for the maintenance plan for the transaction log backup and...
June 16, 2006 at 5:42 am
Hi, I'll certainly test this against one our servers. Thanks a million and I'll update the thread later with how I got on. Thanks again, Derek
June 15, 2006 at 4:37 am
Hi, open Query Analyser and try this and see how you get on. Rgds Derek
DECLARE @InstallPath NVARCHAR(128),
@DatabaseName NVARCHAR(128),
@parms NVARCHAR(256),
@Report NVARCHAR(128),
@returncode INT,
@cmd NVARCHAR(4000)
SET @DatabaseName = 'YourDataBase'
SET @Report = 'Where you want to put the output'
SELECT @parms =
'-D '...
June 15, 2006 at 2:34 am
Hi here is an extract of what I use. I still need to amend it to report available space. Hope it's of use. Any suggestion most welcome etc and I...
June 15, 2006 at 2:18 am
Hi, I am the dba for a large site, clustered SQL etc, etc. We don't intend moving to SQL 2005 until may next year or later. I get a little...
June 15, 2006 at 2:12 am
Ah your very welcome. I've got lots of help from people on this forum. Even on this thread the tip from veteran was great. Best of luck in the future...
June 12, 2006 at 8:39 am
Hi, below is the T-SQL I run to resync logins. You need to run it against each user database as required etc. In this case your suspect database. Hope it...
June 9, 2006 at 2:12 am
Hi, this works for me when replacing the database.
-- Get locations of existing mdf and ldf
use <database>
select * from sysfiles
GO
-- Get LOGICAL and PHYSICAL names from a .BAK file.
-- --------------------------------------------------------------------
use...
June 7, 2006 at 2:25 am
I would agree with Prakash, despite my comments on DBCC CHECKDB. Rgds Derek
May 30, 2006 at 7:59 am
Hi, I find SQL Server Query and Performance Tuning Distilled by Sajal Dam a very good resource. isbn 1-59059-421-5. Rgds Derek.
May 30, 2006 at 4:04 am
Viewing 15 posts - 31 through 45 (of 76 total)