Viewing 15 posts - 5,461 through 5,475 (of 6,216 total)
Steve, I disagree about the smaller drives. Larger the better. Not because you want to fill them, just the opposite, you want to keep a lot of free space. I...
November 9, 2001 at 2:11 pm
Sounds like your DTC isn't running.
Andy
Andy
November 9, 2001 at 7:23 am
Only if you control the data yourself. It's just like putting XML or a word doc in a blob - it's structured, but SQL doesn't know that. You could just...
November 9, 2001 at 7:22 am
Just a swag, I don't see how you could help it. SQL would have to pick up the entire page in order to read the rows to get the pieces...
November 9, 2001 at 7:20 am
I havent tried it, but Im pretty sure it's all stored in tables in msdb. Probably can just DTS the rows over. I'll see if there isnt any easier way...
November 8, 2001 at 7:18 pm
Thats a good tip Brendan. There are some cases where the compiled query plan is good in one situation, bad in another - forcing the recompile ends up making it...
November 8, 2001 at 5:38 pm
I would expect it to be faster - but like Steve, I don't use it often! Profiling is a good idea. How long does the report (the query or queries)...
November 8, 2001 at 5:37 pm
I agree that using NT groups (AD or not) is a good way to hand off administration to someone who has the time. You'd still want to map the NT...
November 8, 2001 at 5:34 pm
Sure. Just restore the backup, then detach!
Andy
November 8, 2001 at 5:29 pm
Time bomb isnt bad, but depending on how skillfully done is sometimes easy to beat. Registry storage isn't bad, but again, it's easy to profile registry access and see where...
November 8, 2001 at 5:27 pm
I've got several fairly specialized articles about replication posted. Other than reading BOL, I haven't seen anything really great about it. MS does have a few whitepapers. I recommend that...
November 8, 2001 at 5:19 pm
Yes, it is possible. In SQL2k you can add/drop columns without a lot of work. In SQL 7 you have to do it the hard way! See if these articles...
November 8, 2001 at 5:12 pm
I agree with Steve, reinstalling MDAC can't hurt, I'd apply the latest (2.6). In addition, you need to look at what statement is failing - do you get the same...
November 8, 2001 at 5:06 pm
You will have to make the change manually. Easiest way is to drop the affected articles from the publication, make the change on both publisher and subscriber, then add the...
November 7, 2001 at 2:23 pm
I think I saw this once, when something happened during the upgrade. I was in a hurry, so I just moved all the mdf's to a different folder, uninstalled then...
November 7, 2001 at 2:21 pm
Viewing 15 posts - 5,461 through 5,475 (of 6,216 total)