Viewing 15 posts - 17,221 through 17,235 (of 22,214 total)
No, I'm sorry. I didn't mean upgrade to SQL Server 2008. I meant upgrade to the GDR. I don't think there's any cost associated there. The functionality improvements in the...
June 11, 2009 at 9:15 am
The GDR is for 2008, but it changes the tool pretty radically in terms of deployment. It works great with 2005. I'd go for it if I were you.
I just...
June 11, 2009 at 9:04 am
Yeah, I'd make sure you've got the SP for VS installed, but also, I'd strongly recommend getting the GDR version, which I think also has a service pack. It eliminates...
June 11, 2009 at 8:42 am
Without knowing what your query is doing and what your structure looks like, it's just not possible to answer this question.
If you can, please post the query, the actual execution...
June 11, 2009 at 8:26 am
Well, you can also see if a lock has an outstanding convert request inside sys.dm_tran_locks. That's an indication of lock escalation. Once the lock is escelated though, you won't see...
June 11, 2009 at 8:23 am
I'd use a server-side trace. If you're unsure how to put them together, you can use Profiler to build the scripts for you after you use the GUI to define...
June 11, 2009 at 6:52 am
I have to agree with Hans here. You may need to maintain logic in more than one location simply because you can't have a single solution for all problems. As...
June 11, 2009 at 6:32 am
You're going to have to implement a code solution, not try to control locking. Here's a rough outline of an approach. You add two columns, call them InUse and UserID...
June 11, 2009 at 6:28 am
WayneS (6/10/2009)
A reader of my article today asked a very good question that I'm not sure what the answer would be. I'm hoping that someone along the likes of...
June 11, 2009 at 6:20 am
t_king (6/11/2009)
June 11, 2009 at 6:15 am
Based on the research and testing I've done with it, it's unlikely to cause much negative impact. It's also unlikely to cause much positive impact except in special circumstances. I'm...
June 11, 2009 at 6:11 am
YSLGuru (6/10/2009)
June 10, 2009 at 1:27 pm
RBarryYoung (6/10/2009)
June 10, 2009 at 8:21 am
kladibeeto (6/10/2009)
Thank you for your effort I also find this on Microsoft site, but I am still not sure 🙂
How you can not be sure? Microsoft may be a large,...
June 10, 2009 at 7:49 am
A dump is just a backup. They're EXACTLY the same thing. Dump is just old terminology. I wouldn't do it for them. I get really, really, pissy when people demand...
June 10, 2009 at 7:46 am
Viewing 15 posts - 17,221 through 17,235 (of 22,214 total)