Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)

  • RE: SQL71502 Error in SSDT when referencing STRING_SPLIT function.

    Thanks for your thoughts Dixie.

    I think you may be right and I need to look elsewhere for an answer.


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: SQL71502 Error in SSDT when referencing STRING_SPLIT function.

    Thanks for the reply Dixie.

    We are running SQL2016 and the project target platform is SQL2016.

    I've checked the Compatibility level and it is 130.

    The SP deploys and executes without issue...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: Hard Data v Gut Feel

    Good article. Something I read once that has stuck with me is "the plural of anecdote is not data" - I find myself reminding myself of that quite regularly (see...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: Which Versions of SQL Server Do You Have?

    I am sure by the middle of 2010, we will have some DBAs supporting five versions of SQL Server in their companies, going back to SQL Server 2000.

    Ahh... the benefit...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: Version Control your Stored Procedures

    We use RedGate SQL Compare to create all the scripts for a DB and this structure is then held in Subversion.

    We then develop using QA (or whatever suits the...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: SSIS issue with creating tables in xls

    I have just had a similar problem with the same error message.

    I got around it by changing the name of the sheet that I was trying to create to something...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: Data Dashboards

    I think that authentication issues and concerns will limit remote access to potentially sensitive data held by Drs, Banks, etc.


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: Numeric or Not Numeric

    Good Question:

    Also

    DECLARE @PrincipalAmount VARCHAR(15)

    SET @PrincipalAmount = '£700,000'

    SELECT ISNUMERIC(@PrincipalAmount)

    returns 1 as does

    DECLARE @PrincipalAmount VARCHAR(15)

    SET @PrincipalAmount = '$700,000'

    SELECT ISNUMERIC(@PrincipalAmount)

    See http://msdn.microsoft.com/en-us/library/ms188688.aspx for other recognised currency symbols


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: The Afternoon Whistle

    I might be wrong, but I think that this is one of the practices advocated in GTD (Getting to Done).

    It has been something I've tried to get into the...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: A Frank Exchange of Views

    The grass is always greener...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: SSC Level List?

    Did the distribution graph of members at each level ever get published?

    I've recently being trying to get more involved in this site and I'd like to be able to...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: QOD unanswered filter

    Thanks Steve!


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: QOD unanswered filter

    Could I add my vote to this suggestion.

    I find the QOTD section great for testing my knowledge during a lunch break - being able to find questions I've yet to...


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: ISNULL

    I find these questions great training - thanks!


    RedLlewy
    "The Plural of Anecdote is not Data"

  • RE: A Strange issue with the REPLACE Function

    Thank you very much for your help.


    RedLlewy
    "The Plural of Anecdote is not Data"

Viewing 15 posts - 1 through 15 (of 17 total)