Paweł Sztuk IT Services – blog, knowledge share | Paweł Sztuk Usługi Informatyczne – blog, udostępnianie wiedzy

  • PL: mySql pierwsze kroki, relacyjne bazy danych

    Założenia: zainstalowałeś sobie XAMPP (na windowsie, jako usługa), kliknąłeś Przycisk Windows / Start>XAMPP Control Panel > Kliknięto start w rzędzie obok MySql Klikamy przycisk Windows / Start > cmd > a następnie cd \; cd xampp\mysql\bin; Klikamy następnie w cmd w c:\xampp\mysql\bin > mysql -u root -p # wpisujemy hasło roota lub enter jeśli puste…

  • EN: is „ping” the only tool used for checking connectivity? 🙁 – blogMigration

    So again this week a fellow IT guy approached me and said „the service does not respond to ping so it is probably dead and we have some errors on our dashboard. Should we restart the server?” – sad thing: he had a snr position What ping tool does: What ping tool does not do:…

  • EN: Long running queries – Sql Server – blogMigration

    Oftenly relational database is the bottleneck or an IT project or an administrative burden. Diagnosing the root cause of a problem may take some time – especially if the number of integrations, stored procesures is significant. Each integration, stored procedure called numerous times takes a quantum of cpu time, a portion of IO, some RAM…