Viewing 15 posts - 31 through 45 (of 114 total)
It looks like you're basically after the 2nd half of the year as peak period.
Is the time component important? I.e. if it's not critical that peak period ends 1 minute...
April 12, 2012 at 6:22 pm
It does seem that BIDS keeps track of its packages and doesn't take too kindly to background operations.
Sometimes it will somehow lose a package that is currently open and ask...
March 28, 2012 at 6:17 pm
Assuming that for whatever reason there is an open transaction that your packages are joining, what happens when you try explicitly denying transactions (NotSupported)?
Another suggestion is to try turning off...
March 28, 2012 at 6:04 pm
Since SSIS is based on fixed metadata it doesn't normally do 'dynamic' in the way you are looking for.
The whole premise of SSIS is that you map source to...
March 22, 2012 at 5:34 pm
1. How are the headings incompatible?
There are options to skip header rows which may help.
2. From memory the driver doesn't care too much whether a column is hidden, it selects...
March 21, 2012 at 5:53 pm
The thing is that schemas belong to databases, not the other way around.
That said there are ways to query an instance and find any databases with a particular schema but...
March 21, 2012 at 5:25 pm
You can of course just do your work in notepad and save it as per any file.
SSMS shouldn't be any different.
P.S. In my experience, whilst template packages work well their...
March 20, 2012 at 5:30 pm
I get this error on one particular client site.
Google has plenty of suggestions, but given that we were not impacted by the error we never bothered resolving it.
To quote...
March 20, 2012 at 5:19 pm
Some more thoughts:
How does it go without bulk load?
Is your package a child, parent, or single?
Try using a SQL Server destination, you may get more information in the error.
When running...
March 19, 2012 at 6:00 pm
I've seen this one too.
From what I can tell, being a vague sort of error you can get it for various reasons.
From memory, points of interest are:
- Is it...
March 19, 2012 at 5:00 pm
I have seen this, too.
The VPN will only make it worse, but I've seen slowdowns in large packages and also in projects with a large number of packages.
Given the number...
March 18, 2012 at 5:11 pm
You're presuming I will stop the execution. :hehe:
But assuming I do stop execution:
The answer depends on how you measure your results.
At the end of running the code and after stopping...
March 15, 2012 at 11:39 pm
This may be a long shot, but ...
In the past somewhere I've seen the symptoms described but couldn't place it.
Informix rang a bell but I was thinking Movex, so I...
March 14, 2012 at 6:49 pm
Hi,
the file may well have been written manually.
It's just calling a single package and setting some variables and other options.
More likely though the package call itself was copied...
February 15, 2012 at 5:58 pm
MrAkki (12/28/2011)
The lookup returns only one value even there are multiple values in the reference table.
Correct, a lookup join will only return one value from the reference set for each...
December 28, 2011 at 3:53 pm
Viewing 15 posts - 31 through 45 (of 114 total)