News

Below is the script you can use to create a log table in the SQL Server database. CREATE TABLE [Log] ( [Id] int IDENTITY(1,1) NOT NULL, [Message] nvarchar(max) NULL, [MessageTemplate] nvarchar(max ...
1 shows a simple data flow that loads data from a flat file, called NewStores.txt, to a table in SQL Server called Stores ... (Click image to view larger version.) This is a pretty simple load ...