Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 1,988 total)

  • RE: Not Excited by Linux

    GeorgeCopeland - Thursday, January 12, 2017 1:36 PM

    Revenant - Thursday, January 12, 2017 1:19 PM

    I see...

  • RE: Today's Random Word!

    Ed Wagner - Thursday, January 12, 2017 12:32 PM

    djj - Thursday, January 12, 2017 11:28 AM

  • RE: BCP issues ...

    dvprao - Thursday, January 12, 2017 12:40 PM

    We have a BCP job that exports few tables to a bcp file and is archied...

  • RE: SSD Drive

    Just curious but what other databases are on that server? That sounds like a lot of hardware for only a 50GB database.

    Not that that would be related to bad...

  • RE: Not Excited by Linux

    My reaction is totally "Meh". It might be fun to spin up a linux VM and install express to mess around with or do some minor website things.

    I'm sure...

  • RE: foreign key w/o constraint

    There's certainly nothing stopping you from using columns in one able to reference another table without making it an official foreign key. You would just have to rely on...

  • RE: SQL Server is Getting More Popular

    dranostaj (1/10/2017)


    In recent years, justifying the cost vs the benefit of Oracle is becoming increasingly harder, which is why I believe MS SQL is taking off. If I was...

  • RE: Today's Random Word!

    Revenant (1/10/2017)


    Ray K (1/10/2017)


    djj (1/10/2017)


    Ed Wagner (1/10/2017)


    crookj (1/10/2017)


    djj (1/10/2017)


    Kaye Cahs (1/10/2017)


    djj (1/10/2017)


    Grumpy DBA (1/10/2017)


    Ed Wagner (1/10/2017)


    Truth

    (or) Dare

    Care

    Bear

    Hair

    Cowsills

    Band (and yes, I had to look it up :-P)[djj](youngster):-D[/djj]

    Head

    Tail

    Comet

    Bowl

  • RE: Date logic

    Is this more what you're looking for? This will keep the first set of records within the earliest hour for each Id on one day.

    WITH TEMP_CTE AS(

    SELECT *,...

  • RE: How to catch the record into exception/error table

    mcfarlandparkway (1/4/2017)


    we have a job(ssis package) where it load data from different source and destination is temp table. from temp table I have to move to main table.

    selecting rec from...

  • RE: How to catch the record into exception/error table

    Just out of curiosity why are you doing this,

    insert into main table( col1,col2)

    select col1,col2 from temp table

    In a cursor where you're setting from the same temp table?

  • RE: Technology Guilt

    Eric M Russell (1/4/2017)


    The key to job security is insuring that you're never just a cog in a process. If you're just a cog in a specific process, then your...

  • RE: Today's Random Word!

    Revenant (1/4/2017)


    Ray K (1/4/2017)


    djj (1/4/2017)


    whereisSQL? (1/4/2017)


    Manic Star (1/4/2017)


    djj (1/4/2017)


    whereisSQL? (1/3/2017)


    Ed Wagner (1/3/2017)


    Revenant (1/3/2017)


    whereisSQL? (1/3/2017)


    Ed Wagner (1/3/2017)


    djj (1/3/2017)


    Grumpy DBA (1/3/2017)


    Kaye Cahs (1/3/2017)


    Repent

    End (is near)

    Finally

    Done

    Do

    Dodo

    Bird

    Word

    Communicate

    Obfuscate

    Simplify

    Nullify

    ISNULL

    COALESCE

    Terminator

  • RE: GetDate() in blocked sessions

    I find it hard to believe you could open a second session and start it at exactly 10 seconds after the first query was executed.

  • RE: Number Security

    Gary Varga (1/4/2017)


    I feel that security by financial institutions are not keeping pace. I can understand caution and not implementing every security idea that comes along, however, many of the...

Viewing 15 posts - 1,186 through 1,200 (of 1,988 total)