Viewing 15 posts - 20,221 through 20,235 (of 59,072 total)
Iwas Bornready (6/25/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2015 at 7:42 am
sachin.patke (6/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 3:35 pm
Steve Jones - SSC Editor (6/24/2015)
Or at least it's off your plate to worry about.
Heh... I'm a DBA... it doesn't matter what anyone else does, it's part of my job...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 1:33 pm
Thank you both for the feedback.
For those that may not understand how the formula for the "Grp" column works, you can find an explanation of the principle in the article...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 1:19 pm
craig.g.smith (6/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 11:46 am
Dohsan (6/24/2015)
Execution plan puts #2 at a higher cost of the batch
Just a bit of a sidebar here. The execution plan is a wonderful research tool for improving...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 9:54 am
Ok and agreed. Thanks for the feedback. I appreciate it.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 9:47 am
roblew 15918 (6/24/2015)
Thanks Phil,Don't suppose you know if you can get this free if you are an MCP?
If you look around, it only costs $44USD. We've all bought books...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 9:18 am
To be honest, having Developers physically walk through the papers in the box example is annoying at best and, at worst, demeaning and will earn you a whole lot of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 9:12 am
Minaz Amin (6/23/2015)
I have a function with multiple if ( condition) which is CPU intensive. How could I avoid this.
CREATE FUNCTION prici.[fn_pricipalamt]
(
-- Add the parameters for the function...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 8:54 am
I have to ask... why are you using SQLCMD for this task? A simple stored procedure is able to do these types of restores no problem (I have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 8:42 am
Alvin Ramard (6/24/2015)
Deprecated? Why didn't I know that? Oh yes. I'm stuck on older versions of SQL Server.
Ah... hang on a minute while I get the egg off my face.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 8:13 am
DaveK2014 (6/24/2015)
Thanks Jeff I have tried both an inner and a left. The left seems to speed it up a bit.
Like I said previously, because of the WHERE NOT IN,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 7:43 am
Again...
1. With the understanding that the word "Archive" means "back it up and drop it from the database" to me, start off by taking a backup that you'll save to...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 7:41 am
TheComedian (6/24/2015)
Labour shortage is a myth. Offer a very good salary (I'm talking 6 figures) and then you'll see how many great applicants you'll get.
With the interviews that I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 7:07 am
Viewing 15 posts - 20,221 through 20,235 (of 59,072 total)