Viewing 15 posts - 121 through 135 (of 2,612 total)
You could also use multiple derived column components to keep your expression simple. Put each case into it's own derived column and put them in the correct order.
I cannot...
January 16, 2009 at 12:23 pm
If you can use a lookup - use a lookup. Remember, you don't need an actual table for a lookup - your query could simply be a bunch of...
January 16, 2009 at 12:21 pm
Eric Klovning (1/16/2009)
Oops, Michael added his post before I refreshed. That's what happens when work gets in the way of forum posting! 😀
I beat you and John to it today.
January 16, 2009 at 11:31 am
You could use the command line tool. Before going that direction, you may want to consider adding a linked server to the remote server. You would then be...
January 16, 2009 at 10:59 am
First, to handle your simple example, you could create a table that had "MyValue" and "MyOutput" as columns and simply use a lookup component. Not only would this be...
January 16, 2009 at 10:56 am
Shrinking the log does not impact the log chain, but truncating the log does.
Log files don't shrink much unless you just did a log backup or truncated the log.
January 16, 2009 at 6:41 am
Lynn Pettis (1/15/2009)
Gail, according to your web site you've done web development at one time, so I have a very basic...
January 15, 2009 at 1:05 pm
2 weeks? It sounds like you and I work at the same company.
We do use VMWare for our development environment. For a new SQL server we have two...
January 15, 2009 at 12:44 pm
SSIS allows pretty extensive error handling within the package. Is there something specific you are trying to deal with?
As far as tracing - turn on logging by right-clicking in...
January 15, 2009 at 10:57 am
Some people have had good luck with it. Some have not.
I have had some bad experiences with it on a few development servers. Problems with low-level issues like...
January 15, 2009 at 10:14 am
Matt Miller (1/15/2009)
Steve Jones - Editor (1/15/2009)
http://en.wikipedia.org/wiki/Katana
Got to play with sticks last night, Filipino...
January 15, 2009 at 9:58 am
When a database has to grow due to a transaction, it has to request the space from the operating system and then expand the file. This can be a...
January 15, 2009 at 9:49 am
That point gets missed by a lot of people.
January 15, 2009 at 8:53 am
One thing to note. If you use the SQL Server destination component, the SSIS package must be running on the SQL Server that is the target. It must...
January 15, 2009 at 8:49 am
You probably want to use Full-Text indexing for searches like this. It would be good for you to look up the topic in books online and get familiar with...
January 15, 2009 at 8:37 am
Viewing 15 posts - 121 through 135 (of 2,612 total)