JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Microsoft Tutorials & Guides

Practical Microsoft tutorials, troubleshooting notes and implementation guides from real projects.

Advanced search

91 entries / Microsoft

Clear filters
Excel: convert degrees minutes seconds to decimal
Excel

Excel: convert degrees minutes seconds to decimal

A quick article on how to get the value of 40°4′20″N 116°35′51″E into 40.079857, 116.603112. How? Let's pretend all the names are in column A, in Column B I have the coordinates that I want to convert: A B ------------------------------------- ---------------------- Beijing Capital International Airport 40°4′20″N 116°3...

Read note 23,462 hits
Excel: Extract hyperlink from link
Excel

Excel: Extract hyperlink from link

A quick article on if you want to extract the link from some text you have copied off the web and into an MS Excel document. How? Open up a new workbook. Get into VBA (Press Alt+F11) Insert a new module (Insert > Module) Copy and Paste the Excel user defined function belowSub ExtractHL() Dim HL As Hyperlink For Each HL...

Read note 11,897 hits
SSIS Multiple Lookups in one
SQL Server Integration Services

SSIS Multiple Lookups in one

A quick article on an alternative to multiple lookups in SSIS. For any SSIS developer trying to create packages that need to decode a number of values into their full name/description (eg. "M" to "Male", "Prof" to "Professor").

Read note 43,597 hits
Include a carriage return in a column heading
SQL Server

Include a carriage return in a column heading

A really quick note on how to insert a carriage return or new line into the column name/alias (the header). It might seem trivial but these little aesthetic changes done at the database level can save some time.

Read note 40,335 hits
SSIS: How to loop through multiple flat files as data sources
SQL Server Integration Services

SSIS: How to loop through multiple flat files as data sources

This is an article to demonstrate a quick step-by-step on having an SSIS package loop through a directory/folder of files in order to populate a database table. We could add each file as a separate connection manager but this is inefficient and not versatile enough to accommodate files that get added later.

Read note 55,227 hits
SSIS: Add Reference Microsoft.SqlServer.TxScript
SQL Server Integration Services

SSIS: Add Reference Microsoft.SqlServer.TxScript

This article is so that I don't spend so long in googling what the TxScript referenced assembly is when creating an SSIS custom component. How? This is simply the "Script Component" under "Extensions". No MSDN website said this... obvious to Microsoft staff so why should their documentation include it?

Read note 23,232 hits

Working principle

Our Purpose

This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.

27 Years in IT
1021 CRM clients
810 Site articles
29.7m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.