Forum Replies Created

Viewing 15 posts - 31 through 45 (of 49 total)

  • RE: Best Guideline or Strategy when dealing with records

    I have looked into it. I need buy in from Sr. Mgmt. Also I'll need to integrated on the web via .NET? Do you have any links...

  • RE: Best Guideline or Strategy when dealing with records

    I'm talking about the final table generating about 1,000 records per day. I didn't want to describe the entire process but I pre-load to a staging table as you...

  • RE: Using Identity fields For the First time

    A solid way of what you are trying to accomplish is to create a SQL Script that inserts the data for all fields:

    Such AS

    -- Record 1

    INSERT INTO [YourDB].[dbo].[YourTable]([Id], [Field2], [Field3])

    VALUES(1,...

  • RE: How to Handle this process

    Hi All,

    Thanks for you input. This is how I handle this (due to time constraints) Within the sproc that loads the new data.

    I created a quick check against...

  • RE: How To Get this done

    The link between the hierarchy is the id which has the invoice then the transactions for that invoice. The table structure looks something like this

    A ...

  • RE: How To Get this done

    I'm using a MacBook Pro so I don't have all the formatting tools. Anyway the purpose of the cursor function in this case is to:

    1. Get the new Invoices...

  • RE: How To Get this done

    I'm still trying to figure out the table structure myself. This is what I have so far: using the NWIND as a model

    I would get the new data...

  • RE: How To Get this done

    Actually you're partially right. This is an import to a financial system call Solomon (which is a MS product). I can't use XML because the import function doesn't...

  • RE: How To Get this done

    The dates represent invoice date for the invoice and line item date(entry date for a line item).

    I have two tables an Invoice table that looks something like this:

    Invoice Table

    InvoiceNo. ...

  • RE: How To Get this done

    Sorry about that, my session drop. The purpose of this to export to a flat file, separated by comma delimited. However this data is coming from two data...

  • RE: Best Practices - Financial Reporting Database

    I'm looking to design a financial reporting database which can the accomplish some of the following:

    1. Be able to distinguish the different product services that are being billed and revenue...

  • RE: Eliminate carriage return in data

    Thanks for the quick respond.  I also need to evaluate my design because I've been told that this file is going away and we'll be using some type of service...

  • RE: Eliminate carriage return in data

    First of all thanks for the code.  To answer your question, no.  I'm not using http://FTP.  The user downloads the file from this company's website and stores the...

  • RE: Eliminate carriage return in data

    Unfortunately I don't have a say in how this file is formatted.  The file is downloaded by the users and they manipulate the file in Excel and then create a...

  • RE: Eliminate carriage return in data

    Wow it's been yrs since I've done anything in VBScript(ActiveX).  You're saying within the DTS package you would load the text file then check the text file with the ActiveX...

Viewing 15 posts - 31 through 45 (of 49 total)