Forum Replies Created

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

  • 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...

  • RE: SQL Job is getting failed in half the way

    Can't even start to help you. Please post the complete error message you are receiving when the SSIS package is run as a scheduled job.

  • RE: Brain Fried

    I have to agree, it looks like you are doing well. All you can do is learn what you need when you need it, and know where to look...

  • RE: Why use N before any string

    The N in front of a string like this, N'A String Constant', is a UNICODE string. You can find more about these in Books Online, the SQL Server Help...

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