Forum Replies Created

Viewing 15 posts - 16,591 through 16,605 (of 26,489 total)

  • RE: Primary Keys

    Personally, I think every table should have a surrogate key as either a Primary Key (PK) or Alternate Key (AK). Especially when using a natural key for the PK....

  • RE: t-sql help

    I won't (but someone else might). You need to try writing it first and if you have problems, show us what you have done and we will help you...

  • RE: Removing Blank Fields

    Paul_Harvey (3/10/2010)


    Hi All,

    Hopefully an easy one for somebody in "the know".

    I have a table with some 75 fields, that acts as a staging table for incoming data feeds.

    I want to...

  • RE: Are the posted questions getting worse?

    Paul White (3/10/2010)


    Lynn Pettis (3/10/2010)


    Actually, the last 10 minutes or so of the game was quite exciting compared to the first 70 minutes. It took that save on the...

  • RE: Are the posted questions getting worse?

    tstaker (3/10/2010)


    Paul White (3/10/2010)


    When I get my next data warehouse, I'm gonna carpet it :w00t:

    Mmm, nice warm floors...

    Lol. I saw that thread. You all cracked me up. ...

  • RE: t-sql help

    Going to need more dynamic SQL for this. Here is a start on your search for the answer. the following code will help you identify the primary key....

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (3/10/2010)


    Lynn Pettis (3/10/2010)


    Okay, brief synopsis of last nights soccer game, Coronado ...

    Zzzzzzzzzzzzzzzzzzzzzzzzz

    Actually, the last 10 minutes or so of the game was quite exciting compared to...

  • RE: using replication in development environment?

    Paul White (3/10/2010)


    Lynn Pettis (3/10/2010)


    Actually, I'd carpet the office area in the warehouse, just not the warehouse area itself.

    C'mon guys, think outside of the box! Ok, so warehouses aren't...

  • RE: Administration

    Sounds to me like an active database with many changes occurring after the snapshot is created.

  • RE: Are the posted questions getting worse?

    Okay, brief synopsis of last nights soccer game, Coronado at Widefield. At the end of the first half, the score was Coronado 7, Widefield 0. Coronado scored 2...

  • RE: using replication in development environment?

    Actually, I'd carpet the office area in the warehouse, just not the warehouse area itself.

  • RE: GETDATE in WHERE Clause

    I'd be curious to know why this where clause didn't work:

    WHERE ( ord.OrderDate >= DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 0) AND

    ...

  • RE: SSIS Interview Questions -COMPLEX 1ne

    GilaMonster (3/10/2010)


    I'll give my standard answer here.

    Memorising questions will not help you in an interview. An experienced interviewer can easily tell the difference between someone who knows the material and...

  • RE: Primary Keys

    nargade 3404 (3/10/2010)


    Paul Randal,

    When you ask\ write any question mention your assumption.

    No assumptions needed. If you look at the syntax for creating a PRIMARY KEY, the default may be...

  • RE: Check Duplicate

    Please provide the DDL (CREATE TABLE statement) for the table, sample data (as a series of INSERT INTO statments) to populate the table and is representative of the problem, expected...

Viewing 15 posts - 16,591 through 16,605 (of 26,489 total)