Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,250 total)

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

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

    Grant Fritchey (12/5/2014)


    You should be able to set a switch that outputs as a report. Here's the documentation showing how that works. You would want /Report.

    I didn't know we had...

  • RE: SQL Date Parameters not working

    It all makes total sense now. The biggest problem I had was missing the bit about setting the date one day forward. As soon as I spotted that...

  • RE: SQL Date Parameters not working

    Thanks Don, I'm completely with you now. We do a lot of date\time queries here and most of the time we either include the time or cast values as...

  • RE: SQL Date Parameters not working

    I'm really not following you here.

    declare @startdate datetime = '2014-12-04'

    declare @enddate datetime = '2014-12-05'

    create table #EventHeader(

    HistoryIDint primary keynot null

    ,DateTimeHappened datetimenot null

    )

    insert into #EventHeader

    select 100001, '2014-12-01' union all

    select 100002, '2014-12-01'...

  • RE: Stored procedure creation

    Thanks Grant. It's not massively obvious but you need to generate an interactive html report to see the differences. It's actually pretty straightforward when you know that!

  • RE: Stored procedure creation

    I've just returned to a project I was working on some months ago about comparing stored procs and everything I found brought me to Red Gate Compare.

    @Grant, seeing...

  • RE: SQL Date Parameters not working

    ScottPletcher (12/3/2014)


    BWFC (11/27/2014)


    You're welcome.

    One other thing, be careful using BETWEEN for date range queries. You're usually better using

    where

    [Date] >= @startdate

    and

    [Date] <= @enddate

    Have a look at ...

  • RE: Your Best Work

    Gary Varga (12/3/2014)


    ccd3000 (12/2/2014)


    I put a premium on passion but not over talent. Take Joe DiMaggio for example, he hated baseball and never liked it, but was one of it's...

Viewing 15 posts - 796 through 810 (of 1,250 total)