Import XML File to Excel Part 2
This blog post continues from the previous one called Import XML File to Excel. Now, assume we have […]
This blog post continues from the previous one called Import XML File to Excel. Now, assume we have […]
If you type a lot of HTML code undoubtedly you will have types ordered and unordered lists. There […]
In this blog post we follow the instruction at the MSDN website’s article Creating an XML Mapping Schema […]
Sometimes you want to be able to easily work with two or more files at one time. You […]
In Sublime Text you can set up a “project” that has more than one folder and more than […]
Do you need to convert some text from one case to another? Perhaps you left the Caps lock […]
Here we have a couple of code examples that work with dates. The first one gets today’s date […]
In SQL Server you can run a SELECT query that shows you all of the records that have […]
As mentioned earlier, the Transact-SQL statements have three categories: DDL statements, DCL statements, and DML statements. Each of […]
In SQL Server, user-defined functions (UDFs) are similar to stored procedures, except that they do not support OUTPUT […]
We need to back to basics in our Transact SQL (T-SQL) studies and look at programming with variables. […]
You may to date and time stamp every row/record that you add to your table. You may want […]