Viewing 15 posts - 22,666 through 22,680 (of 59,067 total)
CELKO (9/30/2014)
I use nested REPLACE() functions. Some day we might have the ANSI/ISO Standard TRANSLATE()
Hi Joe,
I agree that using nested replace functions are the berries for performance especially when replacing...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2014 at 7:36 am
santoshkal (9/23/2014)
HI,I would like to know how to install N no of SQL server at a single go
is there any process by ISO file or any other method
Thanks
Considering...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 1:36 pm
Alvin Ramard (9/29/2014)
Luis Cazares (9/29/2014)
Revoke create and alter permissions and create policies to apply changes to the database. People will start to do things right when they're enforced.
That only works...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 1:31 pm
Eric M Russell (9/29/2014)
Koen Verbeeck (9/29/2014)
Hire an overpriced consultant. Chances are they'll listen to him/her...Quit, and then be that overpriced consultant.
+1000!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 1:30 pm
Koen Verbeeck (9/29/2014)
Hire an overpriced consultant. Chances are they'll listen to him/her...
BWAAAA-HAAA!!! BECOME and overpriced consultant! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 1:28 pm
TomThomson (9/29/2014)
edwardwill (9/29/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 11:30 am
Steve Jones - SSC Editor (9/29/2014)
I find that to be incredibly annoying to read in a query, especially when I have tables like...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 11:23 am
edwardwill (9/29/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 11:19 am
edwardwill (9/29/2014)
Jeff Moden (9/29/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 7:54 am
edwardwill (9/29/2014)
Hugo Kornelis (9/26/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 6:09 am
dwain.c (9/29/2014)
You are correct. Adding that TYPE/value to the FOR XML is going to kill the performance of the string cleaner I posted. Which of course, I mistakenly...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2014 at 5:57 am
dwain.c (9/28/2014)
Stuart Pearson (9/26/2014)
Hi, I just successfully ran this in SQL 2012 using a database at compatibility level 80!!Interesting. I wouldn't have thought that would be possible.
What would be...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2014 at 7:37 pm
Why do people insist that it's ok to store SSNs in plain text?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2014 at 5:45 pm
Welsh Corgi (9/26/2014)
This is the Open Query part:
SELECT *
...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2014 at 12:02 pm
glarry (9/28/2014)
Is it possible to use the result of case statement as Alias?Select date, case when age>20 then age End as Test+Age value
No. Not unless you have some form...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2014 at 11:33 am
Viewing 15 posts - 22,666 through 22,680 (of 59,067 total)