Viewing 15 posts - 1,771 through 1,785 (of 3,047 total)
Nakul Vachhrajani (5/6/2011)
December 27, 2015 at 8:06 am
arnierowland (12/25/2015)
SELECT geometry::Parse('POLYGON((
4 0, 0 0, 3 2, 1 2, 3 4, 1 4, 3 6, 2 6,
4 8, 6 6, 5 6, 7 4, 5 4, 7...
December 27, 2015 at 7:59 am
Hugo Kornelis (12/24/2015)
I do agree that it's better to be specific instead of relying on defaults. Not just here, but in all cases.
Absolutely agree.
December 27, 2015 at 7:55 am
It's scary to think back at how much bad code I've written over the years, trying to be efficient, ignoring security entirely. Hopefully my code has been rewritten and improved.
December 27, 2015 at 7:53 am
It covers so much more than I expected.
December 27, 2015 at 7:46 am
TomThomson (2/17/2013)
December 23, 2015 at 6:03 am
kapil_kk (10/12/2012)
easy question to get +2 😛
Yes, though I have never used the Percent keyword.
December 23, 2015 at 5:59 am
Paul White (3/30/2010)
A question based on real-life experience, Steve? 😀
Boy, that's the truth. I deal with this every day. The app we use just keeps allowing them to come in.
December 23, 2015 at 5:50 am
Ha ha ha. You guys are crazy. That's a lot of "stuffing" and it's not even Thanksgiving.
December 23, 2015 at 5:47 am
kapil_kk (10/12/2012)
i think correct answer is -
UPDATE FORUM_MEMBERS
SET M_EMAIL = REPLACE(M_EMAIL,'@123.com', '@abc.com')
WHERE M_EMAIL LIKE '%@abc.com'
as we need to replace @123.com to @abc.com
example-
my id is kapil@leo.in...
December 23, 2015 at 5:40 am
It's been too long since I've worked in DTS. Totally forgot this.
December 23, 2015 at 5:32 am
Viewing 15 posts - 1,771 through 1,785 (of 3,047 total)