Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Function - Word count in a sentence

    Thank you for script.

    But it's need to SqlServer 2012 because of lag function.

    why not just split & count?

    CREATE FUNCTION dbo.kg_ifn_StrToTable

    (

    @List NVARCHAR(MAX),

    ...

  • RE: SQL Server Performance Base Line Script

    david.wright-948385 (3/12/2013)


    ercument_eskar (3/12/2013)


    david.wright-948385 (3/12/2013)


    Just a few tweaks (repeat quotes in strings, handle non-default instance name) and it works well on 2008R2. A few changes to dmv field names and it...

  • RE: SQL Server Performance Base Line Script

    david.wright-948385 (3/12/2013)


    Just a few tweaks (repeat quotes in strings, handle non-default instance name) and it works well on 2008R2. A few changes to dmv field names and it works on...

  • RE: SQL Server Performance Base Line Script

    Hi David, i tried too, but when i execute

    exec master.[dbo].[InstanceAnalysis_PerformanceBaseLine]

    Msg 16924, Level 16, State 1, Procedure InstanceAnalysis_PerformanceBaseLine, Line 3679

    Cursorfetch: INTO listesinde bildirilen degiskenlerin sayisi, seçilen sütunlarla uyusmalidir. (Turkish :-)...

Viewing 4 posts - 1 through 4 (of 4 total)