Forum Replies Created

Viewing 15 posts - 17,221 through 17,235 (of 22,214 total)

  • RE: sql2005 and Datadude

    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...

  • RE: sql2005 and Datadude

    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...

  • RE: sql2005 and Datadude

    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...

  • RE: cpu utiliziation

    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...

  • RE: Lock Escalation

    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...

  • RE: SQL Monitoring

    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...

  • RE: multiple single updates locking table and causing timeouts

    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...

  • RE: Row level read-lock in SQL Server 2005

    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...

  • RE: Are the posted questions getting worse?

    WayneS (6/10/2009)


    Hey gang,

    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...

  • RE: SQL tuning

    t_king (6/11/2009)


    So if I have 3 tables with the following number of rows 7949, 837, 1848 and their respective logical reads in the query are 52, 58, and 144. So...

  • RE: Looking into Forced Parameterization

    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...

  • RE: How To Delete Files based on some condition (like age) using SQL Server

    YSLGuru (6/10/2009)


    Thanks for the input but after spending a couple of hours (yet again) on Powershell, persuing the Microsoft PS specific sites & Googleing on PowerShell for sample code on...

  • RE: Are the posted questions getting worse?

    RBarryYoung (6/10/2009)


    Oh my, no. At StackOverflow the correct answer is to psychically determine what the OP meant and what their actual situation is and what their goals are. ...

  • RE: No join predicate problem

    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,...

  • RE: DUMP Database

    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...

Viewing 15 posts - 17,221 through 17,235 (of 22,214 total)