User Activity

  • Modified a comment on discussion Bugs & Issues on Maintenance Trident

    Stored Procedure "ssi_indexrebuild": - Added hardcoded LOCKTIMEOUT of 10 seconds; line 277 - Improved TRY CATCH part; lines 276 - 292

  • Posted a comment on discussion Bugs & Issues on Maintenance Trident

    Added hardcoded LOCKTIMEOUT of 10 seconds; line 277 Improved TRY CATCH part; lines 276 - 292

  • Posted a comment on discussion Bugs & Issues on Block Rec

    BTW: You could monitor the tempdb-size with such an Alert, for example: USE [msdb]; GO EXEC msdb.dbo.sp_add_alert @name = N'Warning: Size [tempdb]', @enabled = 1, @delay_between_responses = 60, -- dealy between responses, 1 minute, change on demand @include_event_description_in = 0, @performance_condition = N'Databases|Data File(s) Size (KB)|tempdb|>|1024000', -- size threshold, here 1024000 KB = 1 GB; change as applicable @job_id = N'00000000-0000-0000-0000-000000000000'; GO EXEC msdb.dbo.sp_add_notification...

  • Posted a comment on discussion Bugs & Issues on Block Rec

    Bloody hell, that happens when you copy & paste too much ... mea culpa ... The Analysis was actually NOT grouping <facepalm emoji=""> ... I fixed that ... (I think) <shame emoji=""> ...</shame></facepalm>

  • Posted a comment on discussion Bugs & Issues on Block Rec

    One tester reported a brutal load on "tempdb" - the Job "SSI: Block Recording" ran for more than an hour (?) and dramatically increased the size of the "tempdb" (??) ... Not sure what happened here, since the stuff is just recoding to its own table, by default in "msdb" ... My current guess is: Technically lots of micro-blocks happen which possibly also trigger that Alert, thus it might be (now: have been?) somewhat "hyper-nervous" and recording all this nonsense ... The affected server (above) runs...

  • Posted a comment on discussion General Discussion on Block Rec

    <<For a moment, nothing happened. Then, after a second or so, nothing continued to happen.>> (Douglas Adams) "Blocked Queries" are most annoying in SQL Server; stalling, delaying or even cancelling transactions. To thoroughly investigate and analyze these conflicts it is necessary to automatically record these issues. That's what this stuff is about ...

  • Posted a comment on discussion General Discussion on Ix Adder

    Thanks! Looking forward to getting your feedback!

  • Posted a comment on discussion General Discussion on Ix Adder

    Added two templates to create the SQL Agent Jobs for "Auto Indexing" (one to EXECUTE, one for "Script Only"). So far "Ix Adder" is doing in 100% of all customer-cases exactly what it is supposed to do! I guess I'll soon put it from status "Beta" to "Production/Stable" ...

View All

Personal Data

Username:
jstryk
Joined:
2019-08-01 09:39:08
Location:
Nürnberg / Germany / CEST
Gender:
Male
Web Site:
  1. http://www.stryk.info

Projects

This is a list of open source software projects that Jörg Stryk is associated with:

  • Project Logo Block Rec Some features to automatically record blocks in SQL Server Last Updated:
  • Project Logo Ix Adder 2 smart Stored Procedures to handle "Missing Indexes" in SQL Server Last Updated:
  • Project Logo Magic 7 7 Generic TSQL Scripts to Troubleshoot SQL Performance Problems Last Updated:
  • Project Logo Maintenance Trident 3 Stored Procedures for SQL Server Database Maintenance Last Updated:
  • Project Logo NAV/SQL Performance Field Guide Legacy Edition 2020, based on Edition 5 (2014) - DISCONTINUED! Last Updated:

Skills

This is a list of skills that Jörg Stryk possesses:

  • Microsoft SQL Server
  • Database Engines/Servers
  • Python
  • C
  • PL/SQL

Personal Tools