Forum Replies Created

Viewing 15 posts - 5,506 through 5,520 (of 22,211 total)

  • RE: Find the cause for blocking

    CREATE PROCEDURE, and nothing else, should not be placing locks on tables. Further, CREATE PROCEDURE, and nothing else, should complete on most systems in an extremely fast fashion.

    Are you certain...

  • RE: DBA - Where in your organization?

    That totally varies by company.

    My last employer had four levels: Junior, DBA, Senior, Principal

    We were part of the overall IT organization, under a VP responsible for Server Administration, SAN Administration...

  • RE: How to move some of the database data from environment to environment?

    If it's only a small chunk of the overall database, you might look into building an Integrations Services (SSIS) package to do the move. Otherwise, for a subset, it's probably...

  • RE: Are the posted questions getting worse?

    jasona.work (9/22/2015)


    I think I need an intervention...

    I keep going back to the "Jet" topic, it's like watching a train wreck and I can't stop...

    Absolutely NO intention of posting and feeding...

  • RE: Use of SQL database

    Alina.Sotnikova (9/22/2015)


    Hi guys.

    Please, help me with this question.

    Give an example of a business use case where the knowledge you need to store would be best stored in an SQL database....

  • RE: DR and licensing

    BL0B_EATER (9/22/2015)


    Interesting, thanks for sharing your experiences. Deciphering the licensing document(s) is tough.

    Yep. Pretty sure that's intentional.

  • RE: DR and licensing

    BL0B_EATER (9/22/2015)


    Grant with your SA can you leave your production server up and running during a DR test (and bring up your SQL Server over at your DR site too)?

    We...

  • RE: DR and licensing

    We just had Software Assurance. Made things easier when dealing with a large(ish) enterprise, especially DR, etc.

  • RE: Similar quires produce different output !! why ?

    Wayne's explanation is excellent.

    Just remember, similar is not same. Just because a query has similar structures doesn't mean it has the same structures. Those differences really do matter.

  • RE: Query disappears before it completes

    Sounds like it might be hitting a timeout on the DataStage side of things. I don't know how to adjust that in DataStage. But the description is how a client-side...

  • RE: omit rows that have NULL value

    I'd use Kristen's approach for showing data without NULL values. Just don't use the same thing in the WHERE, HAVING or ON clauses because you'll cause table scans since that's...

  • RE: SQLSERVER Agent AlwaysOn

    Shelley Allen (9/21/2015)


    yes,

    But if it's set to 'secondary'. How do I just exit? I don't want the job to run if the DB is marked 'secondary'

    (Sorry. ...

  • RE: Error while rebuild indexes

    Assuming it's a trigger, because that makes the most sense. It has to exist somewhere on the system. It's attempting to make calls to the missing database.

  • RE: Error while rebuild indexes

    I'm with NJ-DBA. What is AHCAuditAllObjects?

    That procedure seems to be giving you issues. I can't find it in a search, so it looks like it's something you've created locally.

  • RE: SqlDiag

    For more on sqldiag, check out this information from Microsoft.

    It's a monitoring tool. Like all monitoring tools, it will cause additional overhead on your system. I would only turn it...

Viewing 15 posts - 5,506 through 5,520 (of 22,211 total)