Viewing 15 posts - 8,461 through 8,475 (of 9,399 total)
Greg Edwards-268690 (1/29/2014)
GilaMonster (1/29/2014)
Ed Wagner (1/29/2014)
GilaMonster (1/29/2014)
Could use some of that chill down here. We had a couple of weeks of 35 C+ (high for JHB). Seriously unpleasant.
That sounds seriously...
January 29, 2014 at 7:42 am
GilaMonster (1/29/2014)
Could use some of that chill down here. We had a couple of weeks of 35 C+ (high for JHB). Seriously unpleasant.
That sounds seriously unpleasant - that's 95 F....
January 29, 2014 at 7:00 am
Greg Edwards-268690 (1/29/2014)
rodjkidd (1/29/2014)
Talking of Grant, did anyone see the picture of him on the SQLCruise yesterday- almost as red as the livery of that company he works for!Rodders...
Bring him...
January 29, 2014 at 6:33 am
BWFC (1/29/2014)
Kurt W. Zimmerman (1/28/2014)
Ed Wagner (1/28/2014)
L' Eomot Inversé (1/28/2014)
crookj (1/28/2014)
Ed Wagner (1/28/2014)
BWFC (1/28/2014)
DrinkRestaurant
Jocko's Steak House
Rib Eye Steak
Medium rare
à point
Blue
Demi glace
January 29, 2014 at 6:26 am
L' Eomot Inversé (1/28/2014)
crookj (1/28/2014)
Ed Wagner (1/28/2014)
BWFC (1/28/2014)
DrinkRestaurant
Jocko's Steak House
Rib Eye Steak
Medium rare
January 28, 2014 at 11:18 am
Greg Edwards-268690 (1/28/2014)
GilaMonster (1/28/2014)
A trigger that doesn't work: http://www.sqlservercentral.com/Forums/Topic1532595-1292-1.aspx
An IF statement that, well, ......
January 28, 2014 at 8:48 am
Greg Edwards-268690 (1/28/2014)
Revenant (1/27/2014)
Jeff Moden (1/27/2014)
Revenant (1/27/2014)
GilaMonster (1/27/2014)
"Sample data please"
"I don't see the point" "It won't be of any benefit"
"Expected results please"
"It's not...
January 28, 2014 at 6:59 am
Nice questions, thanks. I don't use XML often, but when I do, I use it slowly. 😉
January 28, 2014 at 6:28 am
Greg Edwards-268690 (1/27/2014)
Revenant (1/27/2014)
jasona.work (1/27/2014)
Jeff Moden (1/25/2014)
January 27, 2014 at 10:45 am
BWFC (1/27/2014)
L' Eomot Inversé (1/24/2014)
Ed Wagner (1/23/2014)
BWFC (1/23/2014)
JAZZ Master (1/22/2014)
Revenant (1/22/2014)
Ed Wagner (1/22/2014)
SQLRNNR (1/22/2014)
simCity
bestseller
novel
New
Clean
Sterile
Aseptic
Clean room
January 27, 2014 at 9:52 am
Lowell (1/27/2014)
and another way:you can declare an explicit escape char like this:
select
object_name(object_id),
definition
from sys.sql_modules
WHERE definition like '%referall!_orr%' ESCAPE '!'
I...
January 27, 2014 at 9:31 am
Quote the special character. Example:
create table #test (
string varchar(100));
insert into #test(string) values('001');
insert into #test(string) values('101');
insert into #test(string) values('1_1');
insert into #test(string) values('0_1');
select * from #test where string like...
January 27, 2014 at 9:28 am
Sure am glad I attended that seminar! 😛
January 27, 2014 at 8:56 am
Viewing 15 posts - 8,461 through 8,475 (of 9,399 total)