Viewing 15 posts - 3,736 through 3,750 (of 4,272 total)
I have a further question, is this connection string likely to be the same one that the rest of the package is using?
CEWII
August 27, 2009 at 4:03 pm
It can but I propose a different solution..
Using DNS create a name for the server and point it at the Prod server. You will need to be using a...
August 27, 2009 at 3:41 pm
What have you written? A custom control flow task or a DLL that is referenced by a Script task?
You could create a variable at the package level and use...
August 27, 2009 at 3:23 pm
I just wanted you to understand that even with a between operation you need to keep in mind time..
Start Date: 8/26/2009 00:00:00.000
End Date: 8/27/2009 00:00:00.000
Values: 8/26/2009 01:00:00.000 <-- Will be...
August 27, 2009 at 3:09 pm
Just off the top of my head..
1. You could add each column as nullable
2. Populate the columns in reasonable batches
3. Alter each column one-by-one to NOT NULL
Rationale behind these steps
1....
August 27, 2009 at 2:21 pm
Access wants you to go through its engine, even when you do pass-thru queries you are going through its engine. You lose a lot of control in the process....
August 27, 2009 at 11:31 am
I think I have your answer:
http://www.simple-talk.com/sql/sql-server-2005/sql-server-2005-ssis-tuning-the-dataflow-task/
Use a SQL Select Statement to Retrieve Data From a View
Avoid using the Table or view access mode in the OLE DB Source Adapter. It...
August 27, 2009 at 11:21 am
What I can go onto saying is pretty much anything BUT Access..
CEWII
August 27, 2009 at 7:55 am
I can't remember for sure, I know there is a reason, but I can't remember why. Sorry man..
CEWII
August 27, 2009 at 7:54 am
I'm wondering if George might be onto something.. Does MS still sell 2005 or do they sell 208 with downgrade? I completely agree with everyone here, you need...
August 26, 2009 at 9:43 pm
Do none of these people know how to google a problem before they post? I've had a couple that their resolution was already posted in another thread HERE on...
August 26, 2009 at 9:39 pm
SQL 2008 BOL (April 2009)
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/d1a82fbe-c178-42bb-9212-fbdc520a8f8d.htm
I think this is what you are asking about..
CEWII
August 26, 2009 at 9:34 pm
ASP.net, Winforms (VB/C#/etc)..
CEWII
August 26, 2009 at 3:51 pm
I'm thinking the problem is parsename is probably tagged as non-deterministic.. Not sure why, if you feed the same value in you should always get the same results..
I think...
August 26, 2009 at 2:07 pm
Viewing 15 posts - 3,736 through 3,750 (of 4,272 total)