Viewing 15 posts - 1 through 15 (of 28 total)
mmattson (4/12/2011)
* 20-30 million rows in each 3-5gb CSV file
* SQL Server 2008 SP2
* 4 environments (dev, test, pre-prod, prod)
* All environments running win 2008 ent...
April 12, 2011 at 9:23 am
I prefer to use OLEDB Destination, so I will show an example in that.
The SQL Statement is:
Exec mis.dbo.update_loadlog ?,?,?,?,?
In the 'Parameter Mapping', set the first 'Parameter Name' to 0, the...
March 1, 2011 at 5:56 am
If you are importing the data from a flat file a source external to SQL Server, you can use SSIS to do that.
January 5, 2011 at 1:24 pm
Are you loading this via SSIS? Third party? Bulkcopy? Does the data already exist in a 'temp' table and you need a strict SQL solution?
January 5, 2011 at 11:27 am
Rob Schripsema (11/18/2010)
sqlrunner (11/18/2010)
November 18, 2010 at 12:24 pm
I have a script component that watches 1 or more directories for a file mask i.e. (log*), when it finds it, the information is passed to the rest of the...
November 18, 2010 at 11:02 am
Rob,
I have a question. How many different transformations do you have? That is to say, of the '100' different incoming files, how many SSIS packages would...
November 18, 2010 at 10:13 am
In most cases normalization is the proper way to design your system. It used to be that normalization was too resource intensive on database systems, but that is no...
July 27, 2010 at 4:08 pm
These are all rather complex questions with no simple answers. I suggest you start looking at SQL Server books to build up your knowledge. Once you do that,...
July 16, 2010 at 6:40 am
carl.anderson-1037280 (2/11/2010)
February 11, 2010 at 9:36 am
I start with some advice from my maternal grandmother 'If you can't fix it, don't worry about it, otherwise (paraphrase here) crap or get off the pot".
-- Fight hard to...
January 21, 2010 at 6:52 am
I installed the 2005 version THEN the 2008 version and I have had no issues. Not sure if that matters, but since I never had the issue, I cannot...
January 4, 2010 at 4:42 pm
You are getting this from your workstation? Do you have 2005/2008 installed on the same system? If so, you have to make sure it is installed in the...
January 3, 2010 at 7:08 pm
- Get my MCITP for 2005 database developer
- Write my first Erlang program
- Try to be nomiated for MVP
- Continue to blog
- Continue to mentor
- Continue to learn
January 3, 2010 at 12:59 pm
rahulsony111 (12/21/2009)
So in Derived Columns i wrote LAST_UPDT_DT_KEY_NO...
December 21, 2009 at 12:49 pm
Viewing 15 posts - 1 through 15 (of 28 total)