Viewing 15 posts - 46 through 60 (of 167 total)
CREATE TABLE [dbo].[TONYS_v2](
[customerfileid] [int] NULL,
[ID] [int] NULL,
[Ship to Customer] [nvarchar](10) NULL,
[sh Long Description] [nvarchar](40) NULL,
[Item Number] [varchar](25) NULL,
[Brand Code] [nvarchar](20) NULL,
July 25, 2017 at 9:31 am
I am wanting to do this with the least hands on as possible, I have OK?? ssis skills. Also will be doing some transformation on the data when inserting it...
May 10, 2017 at 1:47 pm
Ok so I have similar problem.
I have a package that reads a file processes it and inserts the data into a table, very simple.
I have all that...
April 28, 2017 at 1:34 pm
I haven't been able to get this to work, I get an error when using the variable method.
SSIS package "C:\Users\cbrammer\Documents\Visual Studio 2015\Projects\AWG_SalesData\AWG_SalesData\Package.dtsx" starting.
Error: 0xC001C012...
March 24, 2017 at 8:48 am
If I hadn't looked up different ways to do it, I wouldn't have posted to here in the first place. These are always the type of responses I see and...
February 7, 2017 at 10:37 am
That fixed it, I was trying to use a copy of LIVE_OPERATIONS, which is used to refresh data on LIVE_OPERATIONS_BA. So I thought I could use the LIVE_OPERATIONS_BA to use...
November 10, 2016 at 10:11 am
So the reason there is duplicate data because there are 2 barns and there is always placement_dates and kill_dates for both. Each are placed on the same date and killed...
October 6, 2016 at 7:44 am
The dba before me has a backup process running, network guys are killing the current server and if we manually do a backup and restore it breaks the chain off...
September 22, 2016 at 12:40 pm
--===== Create the test table with
CREATE TABLE #vb
(
[BoxOnPallet] [int] NULL CONSTRAINT [DF_Boxes_BoxOnPallet] DEFAULT (0),
[BuffID] [varchar](50) NOT NULL,
[DateTime] [datetime] NULL...
July 20, 2016 at 1:23 pm
Viewing 15 posts - 46 through 60 (of 167 total)