Viewing 15 posts - 91 through 105 (of 122 total)
Thanks Dick. I have plans for all those items you mentioned in the pipe line. Hopefully, I'll have it all done tomorrow.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
April 14, 2008 at 11:44 pm
well, my replication was working correctly last night until I stopped the subscription and used a new profile which has:
maxDeliveredTransaction = 70000
I read multiple places about this parameter. The...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
April 10, 2008 at 10:47 pm
no open tran on the subscribers. when I run dbcc opentran() on the published database, I see:
Transaction information for database 'dbName'.
Replicated Transaction Information:
...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
April 10, 2008 at 2:17 pm
hi,
not sure if this is the answer you are looking for or you have found your own solution.
In my environment, I take backups from one server and restore it to...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
April 9, 2008 at 7:41 pm
man, this forum used to give me my information faster than I can figure it out.
Declare @db varchar(50)
select @db = 'db1'
declare @Sel nvarchar(120)
set @Sel = 'Select * from ' +...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
February 22, 2008 at 6:19 pm
Okay, after looking into this some more ... I found out that the problem is when joining on sys.indexes.
if I'm on the master database, sys.indexes will only return the indexes...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
February 22, 2008 at 5:30 pm
I've tried to create a new alert but which of the severity should I be using?
nevermind, I see how it is done.
**
Still if someone knows how to do this...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
February 14, 2008 at 3:09 pm
hey, where did you read that it was a bad practice to have database owned by 'sa' ? Can I get a link?
thx
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
February 14, 2008 at 12:01 am
hi,
I was wondering if there's a white paper that address the question posted by the OP. In the past, I've always set the database owner to sa, but at...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
February 13, 2008 at 11:25 pm
Thanks to both of you!
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
December 12, 2006 at 2:11 am
Thanks for all the explaination and feedback. It got me mad because he brought it up during an all project meeting and argued it with in front of everyone ... wasted...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
November 1, 2006 at 9:21 am
lol, yeah, I'm gonna send him the BOL info for schedule and job.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
October 31, 2006 at 1:59 pm
I did this morning, he's still debating it but I'm not responding to any of his emails.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
October 31, 2006 at 11:15 am
thanks, that's what I thought except this idiot co-worker keeps whinning about how the scheduled portion of the job will still run even if the job itself is disabled.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
October 31, 2006 at 10:29 am
ninja, thanks for the response.
does that apply to all jobs because the job that's in question is a merged replication job. personally I know he setup the replication job incorrectly...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
October 31, 2006 at 8:51 am
Viewing 15 posts - 91 through 105 (of 122 total)