Viewing 15 posts - 1,696 through 1,710 (of 6,216 total)
It's scriptable from DMO. Under the table object there is a collection of userdefineddatatype objects, you can iterate through those and call the script method of each individual object.
You can...
September 1, 2003 at 8:20 am
I dont think its your MMC version. Which line causes it to break? Nothing wrong with your code, I'd guess something junked up in the dmo libraries. One fix might...
September 1, 2003 at 8:12 am
Sorry, Im just catching up on posts from last week. Think you had one or two other questions posted I'm just about to look at.
Andy
September 1, 2003 at 8:09 am
20 minutes to figure that one out! Snitz, gotta love it. You have to insert rows into the subscripion table. Why would it be an attribute of the category or...
September 1, 2003 at 8:01 am
You would have to pass the primarykey as well, right?
You could create one massive lookup table that consisted of tablename, column, primarykey, value. Create triggers on all tables to maintain...
September 1, 2003 at 7:32 am
Looks like you could use a cursor to break it up, then either loop through the rows to do the replace. First thought was a cross join if you trully...
September 1, 2003 at 7:23 am
Yes, recursion can be done. Doesn't mean it always a good idea! Before we dive into this, is there a reason not to put it all one table? The standard...
August 31, 2003 at 2:52 pm
Not sure I understand, so bear with me if this doesnt answer it entirely. The location of the logs doesnt matter, as long as you have a full backup and...
August 26, 2003 at 7:18 pm
The book is (and has been) at the printer, as of last Friday they were due to ship to me this coming Friday. They've had some equipment problems that set...
August 26, 2003 at 7:16 pm
There is an option at the db level I think that configures the text limit, that might be it. The 16 bytes is a pointer to the real data.
Andy
August 26, 2003 at 7:11 pm
Depends on whether you need to have the subscriber offline and whether you wil be updating the subscriber. In general I recommend transactional until you find that you need something...
August 26, 2003 at 7:10 pm
There is a proc that will create the replication procs for you - I apologize for not having the name handy. If no posts it I will look for it...
August 26, 2003 at 7:08 pm
I'll check on it tonight, I think something went wrong in the loading process. Bear with me!
Just guessing, I think scaling wouldnt be bad as long as the docs werent...
August 26, 2003 at 5:36 am
I keep meaning to try the product, keep getting sidetracked. Lockwood advertises with us, so all things being equal, give them bonus points for that!
Reporting is hard. You can use...
August 26, 2003 at 5:26 am
Viewing 15 posts - 1,696 through 1,710 (of 6,216 total)