Forum Replies Created

Viewing 15 posts - 9,316 through 9,330 (of 26,490 total)

  • RE: Fantasy football 2012

    Lynn Pettis (11/12/2012)


    Steve Jones - SSC Editor (11/12/2012)


    My luck that Bowe won't get me 2 pts tonight. Probably pop a hammy on the first play, where he'll catch a 10...

  • RE: problem with GETUTCDATE in SP

    Looking at this:

    ALTER PROCEDURE [dbo].[procDBMailInsertAndSendEmail]

    -- Add the parameters for the stored procedure here

    @datetimesent datetime = GETUTCDATE,

    Remove the @datetimesent parameter. You aren't even using it in your procedure. ...

  • RE: Fantasy football 2012

    Steve Jones - SSC Editor (11/12/2012)


    My luck that Bowe won't get me 2 pts tonight. Probably pop a hammy on the first play, where he'll catch a 10 yard pass...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (11/9/2012)


    Koen Verbeeck (11/9/2012)


    The Dixie Flatline (11/9/2012)


    Hey, does anyone realize that in 8-9 days, The Thread will have been running strong for 4 consecutive years now?

    Will there be cake?

    There...

  • RE: Reg: Date Requirements

    vs.satheesh (11/8/2012)


    Hi

    In my requirement

    For example,

    From date : 01-01-2012

    To date : 30-12-2012

    Intervel : 2 or 3 or...

  • RE: Setting a max date range?

    Really can't help you based on what you have posted as there is simply not enough information. We can't see what you see from here.

    Please take the time to...

  • RE: Fantasy football 2012

    It all comes down to Monday Night Football to determine the standings after week 9. If I hold on to win tomorrow I will still be in 7th position....

  • RE: Database Mirroring

    What were you doing when you received this error? Have you checked the error logs on both systems to determine if they could provide you with additional information, and...

  • RE: quickly parse the query for the problem

    It would also help if we could see the DDL (CREATE TABLE statement) for the table involved.

  • RE: union with order by is not working

    I have to agree, we really need to have the DDL (CREATE TABLE statements )for the tables, some sample data (INSERT INTO statements) for each of the tables, expected results.

    Looking...

  • RE: union and order by

    Duplicate post, please post any responses here.

  • RE: Storing Files greater than 8000 bytes

    Depending on your DR/HA requirements, you could also look at using the filestream to store the files, sice it looks like you are using SQL Server 2008 based on the...

  • RE: Previously well-behaved query is now causing tempdb to choke up

    Can you add additional disks to your server? I would highly recommend moving tempdb to its own drive, and preferably a large one just in case.

    If this has been...

  • RE: Is there an accurate script for datediff format in years:months:days?

    Added Scott's sample data to the mix:

    /****** Object: UserDefinedFunction [dbo].[fn_datediff] Script Date: 10/30/2012 00:05:42 ******/

    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[fn_datediff]') AND...

  • RE: Is there an accurate script for datediff format in years:months:days?

    Are we looking for something like this?

    /****** Object: UserDefinedFunction [dbo].[fn_datediff] Script Date: 10/30/2012 00:05:42 ******/

    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[fn_datediff]') AND...

Viewing 15 posts - 9,316 through 9,330 (of 26,490 total)