Viewing 15 posts - 4,846 through 4,860 (of 6,216 total)
So far there is no direct support for modifying a column of a replicated table in SQL2K, rumored for Yukon.
Andy
February 28, 2002 at 5:14 am
Sorry - I have an article posted here that explains a work around.
Andy
February 28, 2002 at 5:14 am
You'd have to weigh the extra overhead of XML to get it back to the client vs the ease of working with it. If the shaped provider will work (and...
February 27, 2002 at 9:20 pm
I'd go with transactional. Easy enough to send over a new snapshot at any time if you run into problems. Less work than DTS. I've used replication for a while,...
February 27, 2002 at 9:17 pm
I'd vote replication,though I think Im in the minority.
Andy
February 27, 2002 at 3:31 pm
For 10g I think one mdf will be fine. I'd say start there and if you have performance issues, then consider filegroups as one of many possible solutions. My reasons...
February 27, 2002 at 1:20 pm
Im not sure if Nicole monitors the forum. I'd recommend that for any job posted you just email the person directly. But do let us know if you ended up...
February 27, 2002 at 5:18 am
Using 'Not in' will usually result in a slower query plan, avoid it when you can. I find it to be faster to just tag the records as deleted rather...
February 27, 2002 at 5:16 am
Always try to write it as well as you know how the first time - odds are no one will ever look at your code until it breaks.
Good code is...
February 26, 2002 at 11:39 am
Shouldnt be a problem - the MSDE db is on one machine, correct? If that is the case you can run a backup there by using either TSQL or DMO,...
February 25, 2002 at 4:54 am
Maybe the column type is different in the other db? Could you post the change script plus DDL for the db where it fails?
Andy
February 24, 2002 at 6:24 am
Hardware will probably end up being a more critical decision that which version of SQL. All depends on the number of concurrent users and how complex your transactions are. You...
February 23, 2002 at 6:39 pm
Hey Jamie, got a couple already:
1) No support for including images? Deal breaker for me, being able to see a screenshot or series of screenshots is tremendously helpful when trying...
February 23, 2002 at 9:31 am
I'll be taking a look at in the next week or so, probably have some questions then.
Andy
February 23, 2002 at 9:22 am
Viewing 15 posts - 4,846 through 4,860 (of 6,216 total)