Viewing 15 posts - 11,656 through 11,670 (of 13,838 total)
hxkresl (1/2/2011)
January 3, 2011 at 4:00 am
Koen (da-zero) (12/29/2010)
Phil Parkin (12/29/2010)
or all your .co.uk addresses become invalid
Always the same with those British people 😉
On-topic: such a check normally requires regular expressions, unless your checking for example...
December 29, 2010 at 12:37 pm
JustMarie (12/29/2010)
December 29, 2010 at 12:20 pm
Koen (da-zero) (12/28/2010)
--
Nearly New Year = nearly new name? 🙂
December 28, 2010 at 12:44 pm
namratha.vangara (12/23/2010)
This is the information which we can get from the SQL Server Books Online.
Indicates whether the specified SQL statement to be run is a stored procedure. This property is...
December 23, 2010 at 7:03 am
That is much much better, but not quite complete
Now please provide the DDL for DHL_TEMP & a sample of what you would like to see in there, based on your...
December 23, 2010 at 4:40 am
Yes - possible in a data flow task without too much bother - but sounds like it would be relatively slow in terms of performance as it's doing row-by-row processing.
I'd...
December 22, 2010 at 5:09 am
flat2f2 (12/22/2010)
I am a newbie and this is my first package and would like to know
whether my project could be feasible in SQL 2005.
I would like to use an excel...
December 22, 2010 at 3:15 am
An ExecuteSQL task should be used to assign the table rows to an SSIS package-level variable of type object and a FEL should be used to shred the variable, processing...
December 22, 2010 at 3:09 am
Please study this [/url]link. It should help you understand why we cannot understand what you want and how to rectify that.
December 22, 2010 at 2:51 am
pwalter83 (12/21/2010)
If its possible, could you please tell me whether it is possible to use '%' as wild character with the CASE statement as in the code I have mentioned...
December 21, 2010 at 8:17 am
Yep, I've read through a few times and I'm baffled by this one ...
As well as providing sample input data, can you provide your desired output please? No need...
December 21, 2010 at 8:16 am
But I don't understand why you are even referring to country if you are not filtering on it?
select * from country where trade = 'euro med' and country = [anything]
is...
December 21, 2010 at 7:01 am
Saying that something "doesn't work" is not very helpful. What pattern are you trying to match?
December 21, 2010 at 5:18 am
pwalter83 (12/20/2010)
...Do you know how can i mark ur solution as answer to appraise you on this forum ?
...
I'm afraid that such functionality is not available in this forum.
December 20, 2010 at 8:03 am
Viewing 15 posts - 11,656 through 11,670 (of 13,838 total)