Viewing 15 posts - 16 through 30 (of 200 total)
This one is going to look like its' reaching, so you're just going to have to take my word for it and check it out. There was a bug in...
January 18, 2006 at 11:24 am
Here is what appears to be a good article on the end-user's error... I'm reading it now; but wanted to get it in front of you:
http://www.microsoft.com/technet/archive/winntas/support/trouble.mspx
January 18, 2006 at 11:18 am
let's see the connect string being used. are you using SQL Server authenticaion or Windows? are you using SSL certificate? are both the client and host in the same domain? ...
January 17, 2006 at 7:59 pm
The SPs (and any other code/objects) stored in VSS are not the copy that is executed. You must deploy whatever you have stored for it to work. You may check-in...
January 17, 2006 at 7:42 pm
You just need to get the order of your drops correct. Instead of trying to totally follow your create logic, let me suggest that you manually drop them through the...
January 17, 2006 at 7:33 pm
and this worked just fine for exactly one error message. Now, with a dozen of these trapped in a flat file destination: 1071607778 (dec) 3FDF6FE2 (hex)... and a search on the...
January 17, 2006 at 1:03 pm
This response was intended for another message from you... must have been one of those quantum moments you hear about; but there was something else on the screen when I...
January 17, 2006 at 12:37 pm
We ONLY want the task to execute WHEN the proceeding task was successful, not regardless of....
Thanks for the tips though, I do appreciate them. This one is...
January 17, 2006 at 12:10 pm
If the prior operation fails we do not want to update the stageFlag... only when the operation was successful do we want to do so. Doing as you suggested, the...
January 17, 2006 at 11:43 am
why can't you update them in the query results window? is this a permission problem/issue?
January 16, 2006 at 8:15 pm
okay, now I remember the reason why this was NOT the solution. We only want to execute this on successful completion of the previous task... not just "completion" was either...
January 16, 2006 at 8:09 pm
January 16, 2006 at 8:03 pm
Now, as this package has gotten progressively larger the statistics are a bit different. The same two hosts, a low-level AMD with 1/2 GB RAM for development, and a pair...
January 16, 2006 at 2:57 pm
And as it turned out this one was operator error. The datatypes were inconsistent. I had to add the original field with "dateadd" statement in the SQL as a new...
January 16, 2006 at 2:27 pm
This is one of a series of problems that were encountered for months by many people on this and other forums. The best information I have found on the subject,...
January 16, 2006 at 11:59 am
Viewing 15 posts - 16 through 30 (of 200 total)