Viewing 15 posts - 61 through 75 (of 101 total)
BOL states that the only editions of SQL Server 2000 than can run on Win98 are Personal and Desktop (MSDE 2.0).
The only editions of SQL Server 7.0 that can run...
Jay Madren
January 16, 2003 at 1:31 pm
The ctsv_... is a view. One is created for each table in the publication. It is supposed to be created by the initial snapshot job, along with the...
Jay Madren
January 15, 2003 at 8:49 pm
All editions of SQL Server support replication, even MSDE, which is free since you already have a full SQL Server license. But...to use MSDE 1.0 (same as SQL Server...
Jay Madren
January 15, 2003 at 3:20 pm
BOL states that the column must either allow NULLS or have a default value. It is just enforcing the implicit contraint for existing rows (either has to have a...
Jay Madren
January 15, 2003 at 9:41 am
I would think they would be equal since the getdate functions should be evaluated during the "compiling" of the query. But to be sure, I would create a variable...
Jay Madren
January 10, 2003 at 12:37 pm
I don't have access to a NT machine right now, but check the switches for the del command (del /?). NT has most of the same switch options as...
Jay Madren
December 11, 2002 at 5:42 am
In response to your second question, you need to use different identity ranges on each server, so that there will never be "duplicate" IDs. Search for "Managing Identity Values"...
Jay Madren
November 21, 2002 at 10:19 am
Hmm. I understand that rationale when used in context of enforcing contraints. But this was caused by an error. Either way though, the process should notify the original...
Jay Madren
November 18, 2002 at 7:49 pm
You need to use the trigger_nestlevel() function to either test if your trigger is already running, or if the replication trigger is running, or has run. There's several ways...
Jay Madren
November 18, 2002 at 7:17 am
No, MSDE 1.0 (SQL 7) subscribers will not work with publishers that are licensed in per server mode. It's just a licensing thing that they put in there to...
Jay Madren
November 13, 2002 at 8:25 pm
If you haven't done so already, run the "Configure Publishing, Subscribers, and Distribution..." wizard in EM for your database. This will ensure that everything is configured correctly, including the...
Jay Madren
November 8, 2002 at 3:36 pm
Yes, it's a huge range. If I ever have to assign a new range, I'd do it during one of the reinitializations by recreating the tables. But I...
Jay Madren
November 4, 2002 at 4:24 pm
Actually, I am NOT using 'Auto Range Management' because of the problems I mentioned. I assigned the ranges to each subscriber manually (well, sort of - I built a...
Jay Madren
November 4, 2002 at 3:23 pm
quote:
Thanks, I'd be interested to see how you implemented it. If I understood you correctly, you have a script that you...
Jay Madren
November 4, 2002 at 2:02 pm
I had a similar but different problem with merge replication. I have a central publisher and a couple dozen subscribers. I tried letting replication manage the identity ranges,...
Jay Madren
November 4, 2002 at 11:55 am
Viewing 15 posts - 61 through 75 (of 101 total)