Forum Replies Created

Viewing 15 posts - 76 through 90 (of 110 total)

  • RE: PatReplace8K

    Hi Alan, great thanks for very useful function.

    Please, fix variables names for Case Sensitive instance: change @String on @string (or vice versa) and @Pattern on @pattern.

    I...

  • RE: Enable Trace Flags in SQL Server

    Hi, Steve, thanks for very useful article (especially for screenshots). Please, add to Enable Trace Flags at Startup section remark:

  • When specifying a trace flag with the -T option,...
  • RE: Using Trace Flags

    chudman - Friday, March 17, 2017 7:52 AM

    Just chiming in to reiterate what t.franz has already mentioned.  -T1117 and -T1118  so that...

  • RE: Using Trace Flags

    t.franz - Friday, March 17, 2017 1:44 AM

    beside the "default" (at least before SQL 2016) Trace Flags 1117 / 1118 (Grow all...

  • RE: SQL Server Trace Flags - Complete list

    admin 31599 - Wednesday, March 1, 2017 10:14 PM

    Link to github seems to be broken.
    But the one you posted in this thread...

  • RE: SQL Server Trace Flags - Complete list

    Ed Wagner - Sunday, February 26, 2017 4:44 PM

    That's quite a list - and very useful.  I especially like the links for...

  • RE: Dynamic sql procedure for bulk insert

    VladB - Friday, February 24, 2017 7:48 AM

    Konstantin,

    Your script is absolutely great.  Thank you very much.  And your GitHub server-kit is fantastic!!!!   ...

  • RE: SQL Server Trace Flags - Complete list

    SQL Guy 1 - Thursday, February 23, 2017 7:47 AM

    Excellent! Very useful info. Thanks a lot.

    Thanks!

  • RE: SQL Server Trace Flags - Complete list

    Jeff Moden - Thursday, February 23, 2017 5:45 AM

    VERY useful.  Thank you for taking the time to put it together.

    On TF 8666......

  • RE: SQL Server Trace Flags - Complete list

    Br. Kenneth Igiri - Thursday, February 23, 2017 2:19 AM

    Mr. Taranov this is an amazing article. Very very useful.

    Thank you for your...

  • RE: Query details about objects allocated in TEMPDB.

    Hi, Eric. Great thanks for updated script - really good work.

    But for CS instance still exist error: Msg 207, Level 16, State 1, Line 56

    Invalid column name 'spid'.

    Please, change on...

  • RE: Query details about objects allocated in TEMPDB.

    Case sensitive server is not real pain - it is question about discipline. I don't criticize your code (conversely, I add your script - https://github.com/ktaranov/sqlserver-kit/blob/master/Scripts/tempdb_Information.sql, to compare it with...

  • RE: Query details about objects allocated in TEMPDB.

    Hi, Eric nice query.

    But one pull request: replace USE TEMPDB; on USE tempdb; for case sensitive instance.

  • RE: Equivalent Oracle's INSTR Function in SQL server

    Hi, Hannan. Great thanks for your function.

    I modify it to work on Case Sensitive Instance (be careful with variable names - use equal cases, in your function I have problem...

  • Viewing 15 posts - 76 through 90 (of 110 total)