Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,243 total)

  • RE: Today's Random Word!

    Letter

  • RE: The Last Job

    djackson 22568 (12/12/2014)


    BWFC (12/12/2014)


    John Mitchell-245523 (12/12/2014)


    BWFC (12/12/2014)


    that could be we TUPE straight out through the door.

    I'm no lawyer, but as I understand it, TUPE protects you from any changes that...

  • RE: Query table

    You're welcome.

    http://www.sqlservercentral.com/blogs/lynnpettis/2009/03/25/some-common-date-routines/ has a lot of useful date things if you need more.

  • RE: Query table

    Try using this

    declare @ThisDate datetime;

    set @ThisDate = getdate();

    select dateadd(wk, datediff(wk, 0, @ThisDate), 0)

  • RE: SSIS Double quote text qualifiers

    What's the actual error message?

    We had problems importing files using ~ as a separator because one of the records had a ~ in the text itself. This knocked everything...

  • RE: The Last Job

    I think we're in scope automatically, from what we've gathered it doesn't matter whether there's a job a the other end, the incoming company has to take you on. ...

  • RE: The Last Job

    John Mitchell-245523 (12/12/2014)


    BWFC (12/12/2014)


    that could be we TUPE straight out through the door.

    I'm no lawyer, but as I understand it, TUPE protects you from any changes that are made as...

  • RE: Today's Random Word!

    Ed Wagner (12/12/2014)


    crookj (12/12/2014)


    djj (12/12/2014)


    BWFC (12/12/2014)


    Ed Wagner (12/12/2014)


    SQLRNNR (12/12/2014)


    BWFC (12/12/2014)


    Ed Wagner (12/12/2014)


    richxs (12/12/2014)


    SQLRNNR (12/11/2014)


    Stuart Davies (12/11/2014)


    Ed Wagner (12/11/2014)


    Stuart Davies (12/11/2014)


    SQLRNNR (12/11/2014)


    curmudgeon

    Scrooge

    Humbug

    Mint

    Forge

    Steel

    Panther

    Pink

    Purple

    Deep

    Smoke

    Water

    Fire

    Sky

  • RE: The Last Job

    I'm looking at this from a very different angle. This is my first tech job, to which I came 18 months ago on a long route through tourism, retail,...

  • RE: Today's Random Word!

    Ed Wagner (12/12/2014)


    SQLRNNR (12/12/2014)


    BWFC (12/12/2014)


    Ed Wagner (12/12/2014)


    richxs (12/12/2014)


    SQLRNNR (12/11/2014)


    Stuart Davies (12/11/2014)


    Ed Wagner (12/11/2014)


    Stuart Davies (12/11/2014)


    SQLRNNR (12/11/2014)


    curmudgeon

    Scrooge

    Humbug

    Mint

    Forge

    Steel

    Panther

    Pink

    Purple

    Deep

  • RE: Today's Random Word!

    Ed Wagner (12/12/2014)


    richxs (12/12/2014)


    SQLRNNR (12/11/2014)


    Stuart Davies (12/11/2014)


    Ed Wagner (12/11/2014)


    Stuart Davies (12/11/2014)


    SQLRNNR (12/11/2014)


    curmudgeon

    Scrooge

    Humbug

    Mint

    Forge

    Steel

    Panther

  • RE: NO COUNT

    D'OH!!!!!!!!!!!!!!!! :pinch:

  • RE: NO COUNT

    Carlo Romagnano (12/11/2014)


    Extremely easy!

    The answer is in the title!

    😀

    The answer might be in the title, but as a newbie I went through my usual process of reading the question, picking...

  • RE: how to get data from last two month to current date

    Have a look at this page[/url] it'll point you in the right direction. We can't do much else without some input from you though. Can you post some...

  • RE: Comparing Report World Database using Red Gate Data Compare

    The script file works fine and exporting to a csv works fine for the other columns I tried it on, it just seems not to like the binary data for...

Viewing 15 posts - 781 through 795 (of 1,243 total)