SQL Server Exporting a Table to a Text File Part ...
This post continues from the first part. In this example the directory has a space in it so […]
This post continues from the first part. In this example the directory has a space in it so […]
This post describes how to export a SQL Server table to a text file using a stored procedure. […]
Julian Date Calendar for Regular Years (not leap years) (2013-2015, 2017-2019, 2021-2023, 2025-2027, 2029-2031…) Jan Feb Mar Apr […]
CHAR is a fixed-length, non-Unicode string data. n defines the string length and must be a non-fractional value […]
The right() function returns the right part of a character string with the specified number of characters. It […]
The UNION, EXCEPT and INTERSECT operators are relational operators that combine rows from the results sets of two […]
CLR stands for Common Language Runtime. This blog post is about writing SQL Server stored procedures and functions […]
Windows PowerShell is the command and scripting language from Microsoft built into all versions of Windows since Windows […]
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 […]