SQL Server Import Data from a Text File Part 3
This post is a continuation of the previous post, Part 2. While the code in Part 2 works, […]
This post is a continuation of the previous post, Part 2. While the code in Part 2 works, […]
This post is a continuation of the first post. In this example we are working with a text […]
This post is the first part of a multi-part series. First we will look at what we need […]
You may wish to install a sample database from Microsoft called Adventure Works 2014. The reason you may […]
If you have an XML document that uses attributes only, you can easily transform that document into a […]
This post shows you how to run a SELECT query in a stored procedure that takes as a […]
Microsoft’s T-SQL has a global variable called @@ROWCOUNT that returns the number of rows affected by the last […]
You may get the following error while running a SQL Server command xp_cmd. Please refer to the previous […]
Many times you may find that you need to take some data in a table or tables and […]
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. […]
CHAR is a fixed-length, non-Unicode string data. n defines the string length and must be a non-fractional value […]