Viewing 15 posts - 31 through 45 (of 49 total)
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...
November 19, 2007 at 7:32 am
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...
November 17, 2007 at 8:56 pm
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,...
November 17, 2007 at 4:59 pm
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...
October 25, 2007 at 7:33 am
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 ...
August 28, 2007 at 11:49 am
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...
August 27, 2007 at 7:25 pm
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...
August 27, 2007 at 1:54 pm
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...
August 24, 2007 at 4:57 pm
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. ...
August 24, 2007 at 6:30 am
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...
August 23, 2007 at 3:49 pm
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...
July 9, 2007 at 12:16 pm
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...
June 27, 2007 at 5:10 pm
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...
June 27, 2007 at 2:05 pm
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...
June 27, 2007 at 10:55 am
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...
June 27, 2007 at 10:06 am
Viewing 15 posts - 31 through 45 (of 49 total)