IT Solutions

Office

Helpful articles for anyone working in an office

Programming

Articles related to programming and code snippets

IT Handbook

Articles regarding anything related to IT

Code

TSQL TRY CATCH

Here is a script on how to handle errors in TSQL.


Code

Select missing dates within a date range

Here is a script to find the missing dates within a given date range.


Code

Concatenate rows

Here is a script to concatenate the values of different rows with a same Id.