Viewing 11 posts - 4,261 through 4,271 (of 4,271 total)
What is the datatype that you are joining on? Number (int, smallint, etc..) types seem to join better. Also, if you can generate a subset of data either...
June 30, 2009 at 10:29 am
I'm wondering if the connection is getting dropped and reconnected. Have you tried SQL Profiler to see exactly what is going on with SQL and that app?
June 30, 2009 at 10:23 am
I don't think you can do it the way you have it, the DB engine has no way of knowing what row in the base table to update, you could...
June 30, 2009 at 10:11 am
I think the previous poster was exactly on the right track, however, I had some additional thoughts, is the value '2/2687' or the product of what appears to be a...
June 30, 2009 at 10:06 am
I also found this:
SQL Server 2005 BOL (Nov 2008)
ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/extran9/html/e66349f3-b1b8-4763-89b7-7803541a4d62.htm
The Excel source extracts data from worksheets or ranges in Microsoft Excel workbooks.
Note:
On a 64-bit computer, you must run packages...
June 30, 2009 at 9:58 am
I'm a little fuzzy on what you are trying to accomplish. Let me see if I understand..
You have an SSIS package that outputs data to an Excel Spreadsheet with...
June 30, 2009 at 9:56 am
You can also set the package or that item to DelayValidation = "True", what it means is that the variable doesn't need to have a valid command until the moment...
June 30, 2009 at 9:36 am
Remote Desktop and SQL Agent are the only "good" ways to do it, you could use DTEXEC through xp_cmdshell, or for build a sproc that does it for them so...
June 30, 2009 at 9:30 am
It should be completely fine. What you lose is some of the better memory management and some performance because 64bit SSIS performs better than 32bit (in general) based on...
June 30, 2009 at 7:21 am
The Excel provider is really the Excel Jet provider, and there is ONLY a 32 bit provider for it. I ran into this as well. When you run...
June 29, 2009 at 4:12 pm
I agree, there are lots of ways to handle this, package configurations is the place to start. You can do it with:
1. Registry entry.
2. dtsConfig files.
3. A table
4. Environmet...
June 29, 2009 at 4:06 pm
Viewing 11 posts - 4,261 through 4,271 (of 4,271 total)