Forum Replies Created

Viewing 15 posts - 3,676 through 3,690 (of 9,399 total)

  • RE: Today's Random Word!

    ThomasRushton (3/7/2016)


    whereisSQL? (3/7/2016)


    Ed Wagner (3/7/2016)


    Ray K (3/7/2016)


    Ed Wagner (3/7/2016)


    Grumpy DBA (3/7/2016)


    Ed Wagner (3/4/2016)


    Osteopathic

    Allopathic

    Pill

    Injection

    Theft

    Insurance

    write-off

    Taxes :sick:

  • RE: Today's Random Word!

    Ray K (3/7/2016)


    Ed Wagner (3/7/2016)


    Grumpy DBA (3/7/2016)


    Ed Wagner (3/4/2016)


    Osteopathic

    Allopathic

    Pill

    Injection

    Theft

  • RE: Today's Random Word!

    Grumpy DBA (3/7/2016)


    Ed Wagner (3/4/2016)


    Osteopathic

    Allopathic

    Pill

  • RE: Saving Time Through Automation

    Gary Varga (3/7/2016)


    seebert42 (3/7/2016)


    You've never run out of work?...

    Never. Only budget.

    Agreed. Never. There's always something to automate or improve.

  • RE: how to loop without endless joins

    He changed the data type to allow extra space for the concatenation to occur. Try changing both VARBINARY(1000) to a BINARY(4) and run it to see the difference.

  • RE: SQL query

    The way SQL treats NULLs is sometimes fun. Thanks.

  • RE: Query/Performance Tuning Steps without help of profiler

    Performance tuning is a pretty big topic. To boil it down to a set number of steps, I guess they would be something like this:

    1. Measure performance.

    2. Make an...

  • RE: Saving Time Through Automation

    Boy, what a great editorial. It speaks to something I firmly believe in - automating the tasks that are boring, tedious or error-prone. Automating repetitive tasks frees up...

  • RE: Report / Query performance problems...

    Nice catch on the implicit cast, Hugo.

    Biker Dad, when you make this change, the impact on performance is going to be incredible. However, please don't discount Hugo's first suggestion....

  • RE: Selecting data from GUI in msdb

    Jeff Moden (3/5/2016)


    Ed Wagner (3/4/2016)


    This has nothing to do with the question that's already been answered.

    Actually, I wonder if the question has been answered. 🙂

    I wonder if it's a "security"...

  • RE: error during shrink file after restore on test

    Sorry, I forgot to address your other point. Yes, you could shrink the production database. However, you should first ask yourself why. It's the size it is...

  • RE: error during shrink file after restore on test

    I know this is reaching, but was there another process already shrinking the database on test?

  • RE: Issue with copied database

    In addition to what Hugo suggested, don't forget to check any synonyms for ones that refer to a three-part name. You could have some that refer to database A.

  • RE: programming within SELECT statement

    Hope you agree there is no adversely influencing RBAR situation here (we are talking about 31 max records)

    Like Phil said, with no code, it's impossible to say one way or...

  • RE: Copy some data from one table to another

    RV16 (3/4/2016)


    Hello,

    I have two existing tables: Table 1 and Table2.

    Both tables have some data.

    So I want to copy some data from one table to another not all and if both...

Viewing 15 posts - 3,676 through 3,690 (of 9,399 total)