Viewing 15 posts - 10,831 through 10,845 (of 11,678 total)
You do make some good valid points, but if the real requirement is to make it all dynamic, then there is a chance that the data flow is not an...
November 22, 2010 at 12:59 pm
Craig Farrell (11/22/2010)
The other option is using the expressions in the OLEDB source object, and setting servername via the variable, then using that as the source for a dataflow pair.
Unfortunately...
November 22, 2010 at 12:28 pm
Congratulations!
And thanks for the references.
November 22, 2010 at 12:20 pm
You cannot use the variable like that directly. (e.g. placing a ? instead of a servername is not an option).
You need to use dynamic SQL. Create a string that contains...
November 22, 2010 at 11:42 am
preensheen (11/22/2010)
I am not able to identify why i am getting this. Please Advise.
I have enlighted the important pieces for you:
Started: 9:17:39 AM
Error: 2010-11-22 09:17:39.84
Code: 0xC0011007
...
November 22, 2010 at 11:36 am
First of all, those two options - DelayValidation and RetainSameConnection - have nothing to do with connection problems, so it's normal they don't solve your problem 🙂
How do you configure...
November 22, 2010 at 11:23 am
Try enable logging in your package.
See this tutorial of MSDN: http://msdn.microsoft.com/en-us/library/ms167061.aspx
November 22, 2010 at 11:16 am
As GilaMonster already mentioned, exact counts can't be given, but the percentages that you mentioned are roughly to be expected. Each tool has its development and maintenance chapters in the...
November 22, 2010 at 6:58 am
You shouldn't use 0, but a question mark.
A question mark tells the parser that a parameter is expected. In the parameter mapping, you specify those parameters. The names are the...
November 22, 2010 at 6:55 am
Andy Leonard (11/19/2010)
Da-zero: I doubt you will ever see somethign like this on an exam question. I would object to this kind of question, personally.
You were right, no questions like...
November 21, 2010 at 11:57 pm
As it is XML based, it should be possible. You'd simply have to parse the XML and navigate to the appropriate hierarchy/node.
But I have no experience doing that and I...
November 21, 2010 at 11:25 am
Maybe it has something to do with the problems mentioned in this thread:
November 21, 2010 at 11:23 am
Nice question, although a link to a reference would have been nice.
(ps: quite bizare I answered the QoTD of 22th November on the 20th of November. Time travelling? :-))
November 20, 2010 at 12:31 pm
bladerunner148 (11/20/2010)
I changed the protection level of the package in BIDS as EncryptSensitivewithPassword. Upon saving the package, it asked me to enter a new password. When I imported this package...
November 20, 2010 at 12:19 pm
It certainly is a permission issue. You encrypt the package with EncryptSensitiveWithUserKey, but then you execute the package under a different user (the domain account of SQL Server Agent to...
November 20, 2010 at 6:18 am
Viewing 15 posts - 10,831 through 10,845 (of 11,678 total)