Viewing 15 posts - 1,381 through 1,395 (of 2,038 total)
J-F Bergeron (4/15/2009)
Florian Reischl (4/15/2009)
If you try to use the SCOPE_IDENTITY() to get the id of your currently inserted record this is not correct....
April 15, 2009 at 2:59 pm
jchandramouli (4/14/2009)
Hi GSquared,Could you please tell me how to use square braces.
Thanks
Hi
LIKE '%[_]%'
What is the problem with the ESCAPE or CHARINDEX?
Greets
Flo
April 15, 2009 at 2:55 pm
I'm not sure if I understood right...
If you try to use the SCOPE_IDENTITY() to get the id of your currently inserted record this is not correct. The SCOPE_IDENTITY() would return...
April 15, 2009 at 2:36 pm
slange (4/15/2009)
if it is ALWAYS 2 decimals just multiply by 100otherwise cast it to a varchar and then replace '.' with ''
π
... and if you have to remove other...
April 15, 2009 at 2:31 pm
don.craig (4/15/2009)
--Create Temp table to load converted data
Create Table #Temp
(
col1...
April 15, 2009 at 2:28 pm
Hi
I also don't really understand the requirement. Do you mean that you want to append the filtered result with the unfiltered one? (What I still wouldn't understand π ) If...
April 15, 2009 at 2:22 pm
Please have a look to the link in my signature for explanation how to provide some sample DDL and data.
Thanks
Flo
April 15, 2009 at 2:18 pm
Duplicate post: http://www.sqlservercentral.com/Forums/Topic697897-338-1.aspx
April 15, 2009 at 2:15 pm
Hi
The answer depends on your future requirements. If it is just a temporary failure you can use COLLATE within the WHERE clause to specify the column as case-sensitive. If this...
April 15, 2009 at 2:14 pm
Vijaya Kadiyala (4/14/2009)
Hi FLoIn short you can call me "VJ";-)
Hi VJ
Thanks for that ;-). I try to keep in mind!
Have a nice day
Flo
April 15, 2009 at 4:02 am
Hi
I just confirm with Dan. In MySQL COALESCE is the way to go:
COALESCE(STATE, 'all')
Here a link to the MySQL reference where I just found this:
http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html
Greets
Flo
April 15, 2009 at 3:52 am
Hi!
I just canβt say how pride I am for all your laud!!
After I took all your hats back to the wardrobe I have to thank all of you. Those who...
April 15, 2009 at 3:40 am
Hi
As Vijaya Kadiyala already stated your XML is not valid for the specified XSD. This is no error in SSIS. Have a look for XSD attribute nillable="true" and XSI attribute...
April 14, 2009 at 5:24 pm
Hi everybody
Sorry for my late answer but I had a busy day at work...
Thank you for all your investigations and your time!!!
I've not been lazy. I did many tests for...
April 14, 2009 at 5:04 pm
Bruce W Cassidy (4/13/2009)
Hmmm.
The only way I can think of off-hand is to unpivot, order, then...
April 13, 2009 at 4:26 pm
Viewing 15 posts - 1,381 through 1,395 (of 2,038 total)