Viewing 15 posts - 4,051 through 4,065 (of 4,272 total)
Most of the data flow components have a error output pipeline that you can redirect that row to, in that path you can fix the data, after that you can...
July 14, 2009 at 9:37 pm
There is an XML config file for the ssis server, I can't remember its exact path but it will be under C:\program files\[sql server 2005]
I'm willing to bet it references...
July 14, 2009 at 9:28 pm
I don't see why not..
But absolutely only one can be running at a time..
CEWII
July 14, 2009 at 9:23 pm
I'm like 99% sure that BIDS is only 32-bit, so it should work great with those drivers.. I just found this:
http://geekswithblogs.net/nestor/archive/2008/01/22/118792.aspx
Take a looksee..
CEWII
July 14, 2009 at 9:17 pm
You could replace the C: with %SystemDrive% which on virtually every system is C:
I'm not a fan of the UNC path since it would require you to think about security...
July 14, 2009 at 7:36 am
I know this can be detected from a trace but I don't think you can do it with DDL trigger.. Most DBA's I've worked don't monitor this, they monitor...
July 13, 2009 at 6:19 pm
You might try adding output to a file in the job that calls the maintenance plan (since it is really just an SSIS package)..
CEWII
July 13, 2009 at 6:16 pm
You need to install the backward compatibility tools from the SQL Server 2005 Feature pack to see them, but they still exist in msdb, you just can't see them.. ...
July 13, 2009 at 6:15 pm
If I read your question right you are trying to do a USE statement in a sproc and it won't let you. MY guess is that you are doing...
July 13, 2009 at 6:10 pm
Good luck, I'm sure it will work out for you..
CEWII
July 13, 2009 at 6:05 pm
I'm sure you can get to Facebook, but if they watch and you spend too much time there, you might get "counseled"..
CEWII
July 13, 2009 at 5:58 pm
What kind of custom parameters? Do you want to pass in connection information at run-time or change the values of variables or modify a formula? All of these...
July 13, 2009 at 5:56 pm
Have you setup the pipeline between them? What you might do is build the package and then save it from the object model to a DTSX file and open...
July 13, 2009 at 5:54 pm
kevinwinters (7/10/2009)
On my machine is says spid 53 and blk 53so it looks like it is blocking itself?
Do you have triggers on this table?
I have to admit I've never...
July 13, 2009 at 5:51 pm
Viewing 15 posts - 4,051 through 4,065 (of 4,272 total)