Viewing 15 posts - 211 through 225 (of 420 total)
OK, tell ya what dude... I'll put that vid together tonight and send you the link in the morning. If I forget to send
you the link just remind me...
June 24, 2008 at 4:42 pm
Not sure if WMI will create users, but worth a shot. Also powershell should work. I think ADSI only queries though.
Any of these methods could be...
June 24, 2008 at 1:55 pm
Perhaps run the query a count(*) in a sql task beforehand and only go to the data flow if the count is 0... would that work for you...
June 24, 2008 at 12:59 pm
I don't know about anyone else, but I need just a little bit more info on the package. What step is it failing on, etc.
However, w/o knowing anything else,...
June 24, 2008 at 12:56 pm
Here's that video I promised. I've got another one, but it's not ready yet.
http://midnightdba.itbookworm.com/ssisforeachloopintro/ssisforeachLoopIntro.html
June 24, 2008 at 12:53 pm
Without detailed errors, which the deployment wizard doesn't give, it's hard to say what it could be. But when I've had these problems in the past it has boiled...
June 24, 2008 at 12:47 pm
I did a video on handling txt file errors.
Check it out if you like...
http://midnightdba.itbookworm.com/SSISTxtFileErrors/SSISTxtFileErrors.html
June 24, 2008 at 12:34 pm
xml is definitely the way you wanna go.
To do this, go to SSIS\Package Configurations in the top menu.
Then you'll follow the prompts to create the file and choose...
June 24, 2008 at 12:32 pm
He's exactly right dude... if you have problems getting it to work even then, or you're not able to make changes you need to, then try the fuzzy operator instead....
June 24, 2008 at 12:27 pm
An easier way would be to attach a function to the control flow...
so where you've got your green arrow coming from the bottom of your rowcount task, you could right-click...
June 24, 2008 at 12:24 pm
You can't really restore to a specific LSN in the manner you're thinking about. You can restore to a marked trans, but only if you mark the trans in...
June 24, 2008 at 12:16 pm
Yeah, I was afraid of that. Unfortunately I think you're screwed. You may be able to get a log parser and find it, but I really wouldn't hold...
June 23, 2008 at 1:07 pm
Sorry dude... I really doubt SQL and sybase are keeping the same password algorithms anymore so converting them prob isn't going to be an option. Nor would I hold...
June 23, 2008 at 12:11 pm
Well, you could make a separate call before and after to give rights and then take them away.
This way you can keep your user and object static, and just modify...
June 23, 2008 at 12:06 pm
Viewing 15 posts - 211 through 225 (of 420 total)