Viewing 15 posts - 721 through 735 (of 4,272 total)
You can do it in .Net using the object model which gives you the ability to see all the proteries of all the individual task hosts within the package. ...
December 8, 2011 at 10:53 am
I don't think they are stored in a table at all. Maintenance plans are SSIS pacakges and looking at the text of one I saved out I found the...
December 8, 2011 at 10:06 am
SQLRNNR (12/8/2011)
Elliott Whitlow (12/7/2011)
SQLRNNR (12/7/2011)
The local drive is far to small (Server 2008 R2 for instance will chew up most of that 50GB for just the OS).
Not sure I agree...
December 8, 2011 at 8:59 am
It sounds like you are moving a lot of data around at those times. I've got to wonder if those sprocs are the best way. I tend to...
December 8, 2011 at 8:56 am
SQLRNNR (12/7/2011)
The local drive is far to small (Server 2008 R2 for instance will chew up most of that 50GB for just the OS).
Not sure I agree with that.. ...
December 7, 2011 at 6:27 pm
Don't give them a choice.. Once the disk is presented to the machine it can be formatted any way you like.. I wouldn't bend on this topic.. ...
December 7, 2011 at 4:24 pm
One of the things that I strongly recommend is formatting the SQL drives as 64K clusters. Which as I understand it allows SQL to grab 1 extent of data...
December 7, 2011 at 4:00 pm
TravisDBA (12/7/2011)
December 7, 2011 at 3:53 pm
A little rusty on my expressions..
And this was a lot harder than I expected it to be..
Tried:
SUBSTRING(Genrder,1,1) == " " ? NULL(DT_STR,1,1252) : SUBSTRING(Gender,1,1)
It didn't like DT_STR, SO, I tried:
SUBSTRING(Genrder,1,1)...
December 7, 2011 at 3:51 pm
There are lots of strategies that can be used. But I am a fan of RAID10 or Raid 0 + 1 or Raid 1 + 0, basically mirroring and...
December 7, 2011 at 3:30 pm
TravisDBA (12/7/2011)
December 7, 2011 at 3:03 pm
hanrahan_tim (12/7/2011)
When you say your not a fan of granting server level access does this mean if given the choice you would opt for a single...
December 7, 2011 at 2:51 pm
Well shoot.. I seem to remember a similar problem when I was writing my inventory and auditing package thats on codeplex.
I elected to use a user with sysadmin rights...
December 7, 2011 at 1:57 pm
Not a fan of linked servers.. They have their place but I caution against using them much.
CEWII
December 7, 2011 at 1:54 pm
Wow that is a lot of questions..
Whether the master package actually fails is somewhat under your control, however, I think if any of the child packages fails it will indicate...
December 7, 2011 at 1:54 pm
Viewing 15 posts - 721 through 735 (of 4,272 total)