Zabbix templates

Since I started to work with GitHub (better late then never) I’ve uploaded couple of my Zabbix templates to Github. lukagros/Zabbix-templates: For my custom Zabbix templates (github.com) I’ve created couple of Zabbix templates for monitoring IBM Storwize and IBM TS3200 tape librarySystem Center Orchestrator Runbooks via MSSQLSystem Center Service Manager DWH jobs and WorkflowsWindows Updates …


Activate Windows 8 Enterprise

I recently installed Windows 8 Enterprise in my company. During the installation, setup does not require input of serial number/key. So when Windows installs, you must go through procedure of changing the key, and activating Windows. So here it goes. On Desktop, go with your mouse to bottom left corner. When Start icon pops up, …


SQL SMSS connect as another Windows NT user

I tried to find out how to connect through SMSS to SQL server as another domain user. You must run SMSS as “RUN AS..” so the code is as follows: runas /netonly /user:domain\user “C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe”   EDIT:!! Due to version changes: %windir%\System32\runas.exe /netonly /user:domain\user “C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe -S SERVER” EDIT!! When …


T-SQL: Get number from string

Mail merge from SQL Database mail

E-mails in MSSQL– How to setup Database Mail

Teamviewer – a great ad-hoc support

As I wrote earlier in my blog post Working with Batch, we had a problems connecting to all computers in our branch offices. Since we live on VPN, provided by ISP on his modems/routers, there was always war with theirs technicians. First of all, we had an old software Symantec PCAnywhere 11 which we used …


Setup Win7 or Win8 from USB drive

Space, the final frontier….

TSQL – working with folders and output to file

Rename SQL Server 2008 – standalone