Forum Replies Created

Viewing 15 posts - 46 through 60 (of 167 total)

  • RE: Next row begins


    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,

  • RE: Best practice

    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...

  • RE: Using a parameter in a procedure for sp_send_dbmail, the mail never gets received

    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...

  • RE: SSIS timestamp into a derived column

    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...

  • RE: SSIS timestamp into a derived column

    Thank You, I will try this.

  • RE: SSIS Delete rows in EXCEL workbook

    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...

  • RE: SSIS Delete rows in EXCEL workbook

    You're funny

  • RE: SSIS Delete rows in EXCEL workbook

    Can you give an example?

  • RE: TLOGS

    Thank You, that was it..

  • RE: TLOGS

    Yes it is in SIMPLE RECOVERY MODE

  • RE: TLOGS

    I know the backups are being created, however only the diff and full is being backed up, there are no tlogs for some of the DB, I would like to...

  • RE: DB Restore Error

    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...

  • RE: DATE DIFF from previous row

    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...

  • RE: SQL xel file

    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...

  • RE: Current product being ran

    --===== 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...

Viewing 15 posts - 46 through 60 (of 167 total)