Viewing 15 posts - 526 through 540 (of 3,232 total)
Yes, use the Foreach File Enumerator. Then, use the Expressions editor to set the FileSpec Expression to your expression from your first post. This will tell the enumerator...
April 19, 2010 at 10:50 am
You can use the For Each loop container to loop through a group of files. Set the For Each loop up so that it only considers files that meet...
April 19, 2010 at 10:10 am
Kit G (4/14/2010)
CirquedeSQLeil (4/14/2010)
Steve Jones - Editor (4/14/2010)
Flat tax, I like that one.
So long as the upper 10% (income wise) do not get all of the same loopholes that continue...
April 14, 2010 at 1:05 pm
Well, in that case, you may have to open up the .dtsx file in Wordpad and search for the SCD task name. The file is stored as XML so...
April 14, 2010 at 8:54 am
Use the Wizard to walk through the setup. Just keep in mind that if you get to the end of the wizard and select finish, it will rebuild all...
April 13, 2010 at 4:18 pm
Well, this is a loaded question. The subject of performane monitoring and tuning is vast and detailed. I can give you some guidence as to where to start,...
April 13, 2010 at 4:01 pm
It is possible, but it could get ugly in this scenario. The way SQL Server partitioning works, you would have to create procedures that manage your partition function and...
April 13, 2010 at 10:29 am
This is a duplicate post. Let's continue here in this thread.
For reference, the other thread is here.
I'm in agreeance with Paul here, why do you think you need partitions?
April 13, 2010 at 9:56 am
Creating procedures to manage partitions dynamically is not an easy task (I've done it). Since you are a self-admited SQL Server newbie, I'll start by asking the question, why...
April 13, 2010 at 9:45 am
As K Cline pointed out, put the update field comparison in the WHERE clause instead of the in a CASE statement in the UPDATE. This allows the optimizer to...
April 9, 2010 at 6:39 pm
Viewing 15 posts - 526 through 540 (of 3,232 total)