Forum Replies Created

Viewing 15 posts - 136 through 150 (of 264 total)

  • RE: VIEW - 9

    Would there also be a difference between dbo.c_view and dbo.C_view if you had case sensitive collation set?

  • RE: SELECT

    I made the same mistake as the question setter, hence got it right! 😀

  • RE: GO Part 1

    I looked at the first option and was disappointed that the second one wasn't

    Collect $200 for parsing GO.

  • RE: Deleting duplicate record

    Eugene Elutin (9/6/2012)


    That was just an example. In production you would do:

    1. SELECT DISTINCT * FROM MyTable INTO staging.tmpMyTable

    2. TRUNCATE TABLE MyTable

    3. (Power outage)

    4. Er.....

    5. Server Restart

    6. INSERT...

  • RE: Deleting duplicate record

    Approach can also depend on whether this is a one-off repair or something that needs to happen on a regular basis. It's also wise to avoid the following scenario:

    1. SELECT...

  • RE: Express Edition

    Not something I'd know instinctively but was easy to look up. Had to read the options carefully too!

  • RE: Commenting in Dynamic query

    Nice to have an easy one after yesterday!

  • RE: "Question of the Day" is about:

    By not choosing the option which said

    This is an easy and quick way to earn points and get recognized on a widely known forum.

    I earned points quickly and easily and...

  • RE: Searching Database for spesific column in all tables

    ...or INFORMATION_SCHEMA.COLUMNS

    I'd also recommend installing SQL Search which is a free tool from Redgate. That will find things quickly, even if you don't know exactly what type of object they...

  • RE: Independence Day 2012

    I'd be tempted to have a celebratory "moment" if I managed to interface a Mac to anything. 😛

  • RE: DateFormat

    Well, I'm British and I don't know anybody who has ever used YDM format. We go for DMY or YMD.

  • RE: INTERSECT 2

    All looked good to me - thanks for the question!

    Any ideas on the performance differences between the INTERSECT and INNER JOIN methods?

  • RE: Policies

    Remember that a lot of us aren't administrators but developers. We have other people to sort out that sort of thing for us 🙂

  • RE: VIEWS 2

    Nice "real world" question today. Thanks.

  • RE: Taking Notes – Paper or Keyboard?

    A decent notebook and a Parker Flighter 45 (fountain pen) have served me well for many years 🙂

Viewing 15 posts - 136 through 150 (of 264 total)