Viewing 15 posts - 1 through 15 (of 28 total)
SET NOCOUNT ON
DECLARE @DBName nvarchar(50), @INName nvarchar(50)
DECLARE @ODBName nvarchar(50), @OINName nvarchar(50)
Declare @execstr nvarchar(200)
--PRINT '-------- Vendor Products Report --------'
DECLARE Index_cursor CURSOR FOR
Select A.Name as InName,ob.Name as DBName from sys.indexes A
left...
June 3, 2010 at 9:19 am
ALTER TABLE [dbo].[TableName] ADD [ColumnName] bit NOT NULL
CONSTRAINT Default_ColumnName DEFAULT 0
GO
March 3, 2006 at 8:25 am
I couldn't get it to popup consistently. Has anyone that has tried the product with mixed results been able to fix that?
January 18, 2006 at 6:45 am
ALL,
I finally figured it out. There was an update trigger on a parent table that was causing the missing rows! This was the only trigger in the whole database (aside...
December 7, 2005 at 2:53 pm
Steve,
Thank you for your reply. I checked my join filters again to make sure that they are accurate. In this regard, one thing I should point out is that the...
November 30, 2005 at 9:10 am
Update:
After observing the replication monitor, it seems that the limit setting took effect and is being enforced EVEN THOUGH it is not checked in the publication properties window when I...
November 30, 2005 at 8:21 am
Steve,
Thank you for your reply! If I understand the knowledge base article correctly, no hotfix is required if you have Service Pack 4 installed (which I do). Did I misunderstand?
P.S....
November 28, 2005 at 6:58 am
Update:
Unfortunately, changing the @compensate_for_errors parameter value back to True did NOT help.
Please assist me with your brainstorming!
Nate
November 25, 2005 at 11:25 am
By the way, Dan, are you using pull or push subscriptions? I am actually trying to do what you have already done using the instructions provided in the link that...
November 23, 2005 at 11:55 am
Dan,
I'm not the authority on this by any means...but this guy is:
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1119737,00.html
Item # 7 on this lists suggests doing exactly what you have done I think. So it...
November 22, 2005 at 8:03 am
Reviving an old thread...
Does anyone know if this (merge replication conflict notification) is possible without code in SQL Server 2005? This will affect our business...
November 2, 2005 at 2:43 pm
Thanks for your reply Troy! I was under the impression that subqueries in parametized filters are a "bad" thing. But how else are we supposed to accomplish certain types of filters?
November 2, 2005 at 11:31 am
Cool. Thanks, I'll check these suggestions out.
Nate
August 25, 2005 at 7:09 am
Cool. Thanks. You guys are awesome.
Nate
August 23, 2005 at 11:40 am
Viewing 15 posts - 1 through 15 (of 28 total)