SSIS Tutorial 1:Introduction.

I’ve been writing sometime now on Transact Sequel (TSQL) which is the microsoft version of SQL and I hope those posts help clarify some major tasks in SQL server programming. In this new tutorial which l’m starting today because of the numerous request that I’ve been getting to provide this lecture free online and due to my basic concept […]

Read More

TSQL Stored procedure to get factorial of a given number

This is one little stored procedure to get the factorial of a given number. Some of this little things make you very good in programming as you develop your logic building skills across different areas of computing. One important and good thing about programming is that, once you know the logic in accomplishing a task, […]

Read More

TSQL script to print the database ids and their corresponding names for all database on a server.

This is also some cool tool you can use to retrieve the database ids for all databases on your server. I like writing this type of scripts because they come in handy and can help stop someones headache one day. Now, the logic l’m going to use is to find the maximum database id on […]

Read More