Viewing 15 posts - 20,971 through 20,985 (of 59,072 total)
RonKyle (4/20/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 9:32 am
bdenning (4/20/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 9:15 am
ddriver (4/20/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 9:06 am
ddriver (4/20/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 9:03 am
Yet Another DBA (4/20/2015)
Jeff Moden (4/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 8:57 am
IceDread (4/20/2015)
Jeff Moden (4/18/2015)
To coin a phrase, "If you don't think...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2015 at 8:56 am
It might just be a bad error message. MS is sometimes pretty good at that. You might have to drop the proc that uses it (after saving its...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 9:56 pm
With only 5 known characters to replace so far and very few that could remain, I recommend keeping this as simple and fast as possible. You could easily turn...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 9:05 pm
davidku (4/19/2015)
I created a scalar user defined function and when I try to modify / alter the script, it just takes long time to execute.
So, I decided to delete it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 8:51 pm
Eirikur Eiriksson (4/19/2015)
Jeff Moden (4/19/2015)
hurricaneDBA (4/19/2015)
Thanks thats actually a great idea 🙂
Ah, be careful now. There's a price to be paid with Global Temp tables. Code that uses...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 8:12 pm
markpringle (4/19/2015)
It uses a Temp table, but temp tables can't be used in functions, right? I am just not SQL savvy enough to know how to repurpose it.
I see nothing...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 5:56 pm
Brandie Tarvin (4/17/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 3:37 pm
markpringle (4/19/2015)
Thanks. Is it possible to put this into a function? Or how would I use that within a select statement?
Sure. I'd make sure that it was an "Inline...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 3:17 pm
hurricaneDBA (4/19/2015)
Thanks thats actually a great idea 🙂
Ah, be careful now. There's a price to be paid with Global Temp tables. Code that uses them might not be...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 12:14 pm
Eirikur Eiriksson (4/19/2015)
/* Find the group where the search word is closest to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2015 at 12:12 pm
Viewing 15 posts - 20,971 through 20,985 (of 59,072 total)