Forum Replies Created

Viewing 15 posts - 9,991 through 10,005 (of 22,213 total)

  • RE: Can anyone know deployment of spotlight

    You should be able to get all the answers to your questions from the Quest web site. It's all there.

  • RE: advice on how to promote my skillset?

    The blog can show the stuff you're learning too. It doesn't just have to be "look at me, I'm awesome." In fact the posts that say "Hey, I ran into...

  • RE: Better Way of XQuerying

    Jeff Moden (2/22/2013)


    I've been up to my eyes with work and they only have SQL Server 2005 so I haven't even broken the surface on Extended Events. That explains...

  • RE: Better Way of XQuerying

    Instead of running XML queries against the server, a relatively high process event, I'd output the Extended Events to a file, then you can read that file from another server...

  • RE: How Can we do Detach and Attach a Live database in sql 2005

    You can't detach a database with users actively connected to it. You'll have to kick them off first. No choice there.

  • RE: SQL Server Data Tools and Visual Studio

    While those tools do have the VS shell, you'll still have to do a Visual Studio install to get the ASP.NET aspects installed.

  • RE: SQL Developer to SQL DBA

    ScottPletcher (2/15/2013)


    I haven't been required to do a point-in-time recovery or tail-log backup for MONTHS. Depending on the environment, that may never be required of your job as DBA.

    Certainly...

  • RE: SQL Server 2012 Licensing Question

    Always, always, always, contact Microsoft directly for licensing questions. It's a constantly shifting target. Plus you can negotiate deals. There's just no way a random stranger, even ones as informed...

  • RE: Severe performance degradation between servers

    Also check the ANSI connection settings on the two servers.

    Let's see, cost threshold for parallelism, the max degree of parallelism, umm... The stuff already mentioned.

  • RE: Does a CASE statement execute all cases?

    The entire query is compiled when you execute it. But the path through the actual data will follow the CASE statement.

    But, this example shows the problem with using this approach....

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/14/2013)


    anthony.green (2/14/2013)


    Brandie Tarvin (2/14/2013)


    Does Ask SSC require a different user login than SSC? I'm logged in here, but it won't let me post an answer to someone else's...

  • RE: Indexed View

    Ratheesh.K.Nair (2/13/2013)


    Thanks Anthony.

    They want real time data..Any way??

    Wait, they want real time static data? That doesn't make any sense.

  • RE: SQL Developer to SQL DBA

    Brad's books is extremely good. You should also check out Thomas LaRock's book DBA Survivor. It covers the job from a different point of view.

  • RE: Are the posted questions getting worse?

    rodjkidd (2/14/2013)


    Grant Fritchey (2/13/2013)


    Dave Ballantyne (2/13/2013)


    rodjkidd (2/13/2013) Remember stitting there with a bad, bad hangover, just hoping I didn't throw up 🙂

    That sums up the sqlbits experience 😉

    God I hope...

  • RE: Worktables & Hash Tables

    SQLSACT (2/13/2013)


    GilaMonster (2/13/2013)


    Why would you see a tempDB allocation when something's not spilling to TempDB?

    From Grant:

    All temporary tables (hash/work tables, temp tables, table variables) are written to disk as well...

Viewing 15 posts - 9,991 through 10,005 (of 22,213 total)