Viewing 15 posts - 22,711 through 22,725 (of 39,824 total)
Just a note, and not to impact performance any more, but R0 is asking for trouble. One failure and everything is lost. You might have to reinitialize the subscribers and...
August 15, 2009 at 10:12 am
I assume you mean database and not table. A table uses the space allocated to it, +/- an extent. A database should always have reserved space. The table might...
August 15, 2009 at 9:35 am
That works if the logins are new. If there is an existing login, you would need to use sp_change_users_login. As to auto or one, it depends. Auto should fix all...
August 15, 2009 at 9:29 am
I'd agree with Seth. You don't need an identity, but you need a unique way to identify rows, otherwise you're likely have have similar issues in the future.
August 15, 2009 at 9:28 am
I sometimes think people are trying hard to build a reputation by answering, and don't want to read. They want to just throw something out there.
August 15, 2009 at 9:27 am
I'm not sure WMI is easier, or even more foolproof. We had issues in W2K with the service. Not sure about W2K3 or @2k8
However, I agree that posting the...
August 14, 2009 at 10:21 am
IAN has stated it well, but I tend to like combining apps on one server. Hate instances because of the memory issues, but I do like sharing stuff.
I'd dig in...
August 14, 2009 at 8:33 am
Attila (8/14/2009)
-Can I have a SQL2000 and SQL2008 default instances (with different ports, of course) in the same time on a box?
-What are the drawbacks of using SQL2008...
August 14, 2009 at 8:30 am
I don't think you can mentor yourself, but what I would do is contact people, ask questions, see if you bond with someone and can build a relationship. You might...
August 14, 2009 at 8:28 am
I'm kind of with Adam here.
I might go with mirroring, perhaps using an asynchronous mirror so you don't interrupt production if you have issues with the link. However I'd also...
August 14, 2009 at 8:25 am
I'd look at SSIS. If you put the tasks on designer without precendence constraints, they'll run in parallel.
August 14, 2009 at 8:23 am
They are used for different purposes. both copy data at periodic intervals, but they work differently.
snapshot - copy all the data at the interval as one batch. It's essentially an...
August 14, 2009 at 8:22 am
I'd agree with Mr. Moden and Mr Young on using lookup tables. And I'd encourage one of them to write something up on this.
Josh, If you have a URL, we'd...
August 14, 2009 at 8:09 am
I like the first suggestion from Jack, if that fits your business need. You want to be sure you won't have issues if the data grows to 5 (or more)...
August 14, 2009 at 8:07 am
Viewing 15 posts - 22,711 through 22,725 (of 39,824 total)