Forum Replies Created

Viewing 15 posts - 4,411 through 4,425 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    Where have...

  • RE: Are the posted questions getting worse?

    David Burrows (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    Where have you found ESB on draught?

    Many many moons...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    Where have you found ESB...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    Where have you found ESB on draught?

    The Ale&Pie...

  • RE: Like Statement With Parameters

    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    Here is a quick solution that fits nicely for simple usage.

    😎

    Your plan shows a seek for a double-wildcarded parameter...must play with this at home. Thanks for posting,...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    Where have you found ESB on draught?

    The Ale&Pie on High...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

  • RE: Like Statement With Parameters

    Here is a quick solution that fits nicely for simple usage.

    😎

    Test data set for demonstration

    USE TEEST;

    /* Safe place to play in */

    GO

    SET NOCOUNT ON;

    IF OBJECT_ID(N'dbo.Person') IS NOT NULL DROP TABLE...

  • RE: Create Weeks Calendar from Date in SQL 2012

    Here is a quick solution

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    DECLARE @SAMPLE_SIZE INT = 365;

    DECLARE @FIRST_DATE DATE = CONVERT(DATE,'20141231',112);

    DECLARE @ZERO_DATE DATE...

  • RE: Incorrect Syntax Near 'Go'

    andy 61637 (9/30/2015)


    Can someone look over this script and tell me why I'm getting an "Incorrect syntax near 'Go'" error right at the line above the dashes

    (about line 18)?

    This...

  • RE: Are the posted questions getting worse?

    WayneS (9/30/2015)


    Luis Cazares (9/30/2015)


    ChrisM@Work (9/30/2015)


    Brandie Tarvin (9/30/2015)


    ChrisM@Work (9/30/2015)


    An unsolicited email has just dropped into my Hotmail inbox from a recruitment agency touting a permy dev DBA role in Soho (London)...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (9/30/2015)


    SQLRNNR (9/23/2015)


    Eirikur Eiriksson (9/23/2015)


    This made me giggle

    *cough*:cool:

    Grrr. The way he phrased his thank you. Yes, I piled on. But believe me, what I posted was far more polite...

  • RE: OVER clause with Insert very slow

    ignacio.jose (9/29/2015)


    This is odd. It's the first time I am using an aggregate with the OVER clause.

    Running the script is fast less than 1 second but when I say...

  • RE: Today's Random Word!

    Ed Wagner (9/29/2015)


    djj (9/29/2015)


    Ed Wagner (9/29/2015)


    DonlSimpson (9/29/2015)


    Eirikur Eiriksson (9/29/2015)


    Hair

    Follicle

    Shave

    Close

    Encounter

    Event

  • RE: How to Skip a FTP Task in a Foreach Loop Container

    joshdbguy (9/29/2015)


    I'm working on a complicated SSIS package in SSDT 2012. One of the final tasks requires me to send files to FTP locations. Unfortunately, the table that provides those...

Viewing 15 posts - 4,411 through 4,425 (of 8,761 total)