Forum Replies Created

Viewing 15 posts - 256 through 270 (of 470 total)

  • RE: Regular activities of SQL DBA (L1 person).....

    It'll vary from company to company and position to position but I recommend picking up a copy of Thomas LaRock's DBA Survivor. It'll have the info you're looking for.

  • RE: How to run TSQL Job Step under different account

    Are there any errors in the error log that give a little more detail? Have you tried using execute as user instead? I doubt it'll work but it's...

  • RE: Index seek or Index scan

    It's trying to get you to create a covering index. Just because SQL reports an index as missing doesn't mean you need to create it. There is a...

  • RE: Global Temp Tables and RAM usage

    nawillia (7/22/2011)


    ...(he's using this in dynamic sql so a regular temp table doesn't work)...

    If you can create the temp table outside the dynamic SQL you can reference it inside. ...

  • RE: Running an SSIS Package - dtexec.exe

    Details on what the errors are would be good. Were there any issues during the upgrade?

  • RE: PBM Alert

    We don't use policies to manage SQL yet. I'm planning on testing it out and see if it's something we want to pursue but don't have time to do...

  • RE: PBM Alert

    Shark Energy (7/22/2011)


    Am I doing this wrong? (QotD) Even if its a subject I don't know about I try and come up with an answer as its a test of...

  • RE: PBM Alert

    Execute as user is made up? It actually does exist but my guess was that it couldn't be used when executing policies.

    BOL reference:

    Execute As (Transact-SQL)

  • RE: The Market

    I have a good feel for how much I'm worth. I did some research before leaving my last job. Straight salary I'm probably a little low where I...

  • RE: That case filter

    Ninja's_RGR'us (7/20/2011)


    :w00t: thanx for the chuckle!

    I think I've found your master plan. Keep our points low by putting a tricky question up while increasing your own by replying to...

  • RE: That case filter

    david.moule (7/20/2011)


    Strangely when I run this code and do a select on the table I get 8 rows.

    (SQL Server 2000)

    Code and execution plan would be good to see. I...

  • RE: That case filter

    Trevor Tinsley (7/20/2011)


    Ambiguous, and nothing to to with case whatsover. Is it me or is there a growing trend for such 'dodgy' questions posted with the sole intent of annoying...

  • RE: That case filter

    My first assumption was that the final union all was intentional and the test was that the union was being inserted into the same table that was being selected from....

  • RE: UDF performance - inline TVF vs multi-statement TVF vs SSMS query

    To know for sure we'll need the execution plan of both queries but my bet is that somehow this line is causing a table scan:

    ...

  • RE: Error encountered during creation of databases: CREATE FILE encountered operating system error 5(Access is denied.)

    I'm guessing that this isn't as simple as the file exists already and SQL can't overwrite it or the folder name being named wrong.

    I don't see a response to whether...

Viewing 15 posts - 256 through 270 (of 470 total)