Viewing 3 posts - 1 through 3 (of 3 total)
Based on your "Absolutes", here is the logic that you may try:
Declare @SiteID varchar(15)
Set @SiteID = '3000AA'
Select Case when Len(@SiteID)> 4 then
...
January 31, 2013 at 1:22 pm
You need to modify the system created Stored Proc sp_MSupd_MyTable in the subscriber database by remove the key columns from updating.
Hope this will help.
September 5, 2012 at 1:29 pm
I am using SQL Server 2000, and the script for creating the Trigger doesn't work. I got "Incorrect syntax near the keyword 'Database'.". Is there any way I can apply...
October 2, 2008 at 8:30 am
Viewing 3 posts - 1 through 3 (of 3 total)