Viewing 15 posts - 1,621 through 1,635 (of 2,268 total)
Collation affects the way that data is compared and sorted, not how it is stored. As long as you are using a unicode datatype then you should be able to...
January 22, 2009 at 9:12 am
try this
SELECT @@SERVERNAME
January 22, 2009 at 7:05 am
conditional split is fairly easy, attach the input data flow from your look-up transformation.
open up the properties of the split, in the condition box add the condition ...
January 22, 2009 at 5:23 am
In the look-up transformation.
select the destination table , and the columns tab join the input columns to the destination table based upon your primary key(s).
Then add this primary key column...
January 22, 2009 at 5:07 am
500,000 rows is not a huge number in SQL by any means, and I am sure that you could get quicker results from your query. Though this does depend on...
January 22, 2009 at 5:01 am
In SSMS right-click on the database diagram node, and this will create one for you.
January 22, 2009 at 4:55 am
What you need to do, is add a lookup transformation that will check against the destination table and use this to check whether the value exists already,
If it...
January 22, 2009 at 4:51 am
there are databases linked here that are in various stages on corruption.
January 21, 2009 at 6:26 am
or Upgrade to 2008 and use the FILESTREAM datatype..
January 21, 2009 at 5:18 am
I have had the situation when SQL thought the tools were installed but they weren't so it sounds similar to the problem that you are having. Maybe a...
January 20, 2009 at 9:18 am
The advantage of having a witness is that it enables automatic fail-over
January 20, 2009 at 8:33 am
You just need to run the setup form cd/image and select client tools from the options
January 20, 2009 at 8:30 am
munishprathap (1/20/2009)
Ok thts greatits having 10 rows and one column have DateTime type with values.
Do these date-time values mean anything? what are your rules for converting a...
January 20, 2009 at 5:12 am
abhishek.sahoo (1/20/2009)
January 20, 2009 at 4:22 am
Viewing 15 posts - 1,621 through 1,635 (of 2,268 total)