Forum Replies Created

Viewing 15 posts - 21,346 through 21,360 (of 22,202 total)

  • RE: Odd Identity Question

    Yep. Works. Thanks.

  • RE: Odd Identity Question

    Actually, no, I hadn't thought of that, but since our internally developed applications are never allowed to work under a security model that would provide them with DDL, it's not...

  • RE: Performance Problem when using Caching

    The fact that copying everything to a new database resulted in a working query strongly points out that something on the old database was different.

  • RE: Adding a column in middle of a table

    Yeah, that's part of our best practices check list too.

  • RE: How to improve SET-BASED Logic?

    The only suggestion I can make is to assume that every problem has a set based solution up front. Then work on finding it. RBAR becomes a crutch. You just...

  • RE: Adding a column in middle of a table

    Seriously, why would physical column order matter? You can always get the columns out in any order that you want through views, procedures and functions.

  • RE: SQL Server Management Studio - Standard Reports

    My own experience and what I've been able to find, there isn't any way to directly access the reports themselves. They're not stored as .rdl files, which is what you'd...

  • RE: When You're Out of the Office

    It's brain candy, but tasty, John Birmingham's Final Impact. It's the third book in a trilogy (I truly hate that phrase, but they must be some kind of marketing thing,...

  • RE: XQuery vs. OPENXML

    Excellent. Thanks. I'll work it in (if I still do it).

  • RE: XQuery vs. OPENXML

    I finally got around to testing some more. I created three copies of an XML structure with almost identical data (I changed some of the key values between the three...

  • RE: Performance Problem when using Caching

    I'm not terribly up on the service broker, but a query is a query. If you've got the same query executing on both databases and everything else is equal, you'll...

  • RE: Does size really matter?

    Size is absolutely a major factor in determining experience. In addition to what Steve mentioned about backups, how you seperate out file storage, indexes, DBCC checks, data loads, reporting, statistics,...

  • RE: Performance Problem when using Caching

    The plan is showing missing statistics on columns. Are you sure auto-update & auto-create statistics are set to on in the bad database?

    To get two different plans, something is not...

  • RE: Help! I have an interview for a DBA job tomorrow !

    Best of luck.

    Just remember, you don't have to be the best DBA in the world, just the best DBA in the room. If you know stuff and no one else...

  • RE: varience in performance

    You should also check silly things like the minimum or maximum memory configurations to be sure that something isn't different there. Also check the parallelism threshold and number of cpu's...

Viewing 15 posts - 21,346 through 21,360 (of 22,202 total)