Viewing 15 posts - 37,876 through 37,890 (of 59,072 total)
Agile (6/28/2010)
DECLARE @fn varchar(8000)
SELECT @fn = CASE
WHEN LEN(DatePart(mm,DateAdd(d,-1,DateAdd(d, DateDiff(d, 0, GetDate()), 0))))=1 THEN 'E:\'+...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 4:43 pm
Chris Morris-439714 (6/28/2010)
Everything in your database is valuable, everything outside is garbage. A staging table serves as a firewall between the two.
VERY well stated, Mr Morris! 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 4:19 pm
diva.mayas (6/28/2010)
What kind of TASK or Job a Begginer's Production DBA should be ?can anybody list some professional way the job or task assigned to
Production DBA begineers ?
Everything the Production...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 4:15 pm
Dave Ballantyne (6/28/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 4:12 pm
bkothe (6/28/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 4:05 pm
It bugs the heck out of me, as well. That's why I create articles in WORD and then transfer them (very carefully).
What would really be cool is a template...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 3:57 pm
Jeff Moden (6/28/2010)
@jason,The SQLPlan you posted seems to be an "estimated" plan... can you include an "Actual" plan?
Now THAT's interesting... although an INDEX SEEK is listed, no predicates are listed...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 3:49 pm
The SQLPlan you posted seems to be an "estimated" plan... can you include an "Actual" plan?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 3:26 pm
Jason Messersmith (6/28/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 3:20 pm
Stephen crocker (6/28/2010)
I need to produce a list of all Views/Stored Procedures/Functions/Tables that were...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 2:46 pm
lmu92 (6/28/2010)
But more interestingly: is there any index available supporting the WHERE clause?
If not, can you change it to benefit from an existing index...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 2:20 pm
davec-640463 (6/28/2010)
togaratw (6/26/2010)
I'm eagerly anticipating the next series of this article for more complicated scenarios where cursors can...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 8:03 am
Dave Ballantyne (6/28/2010)
Jeff Moden (6/27/2010)(which
physicallysorts the data in the table)Logically , i think you mean Jeff 😉
Nope... I meant "physically".
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 7:27 am
huber_jessica (7/20/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 7:17 am
Thanks. Let me know how it works out for you.
Also, make sure that if there is more "@Walker" code, that it continues to follow the same pattern...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2010 at 7:11 am
Viewing 15 posts - 37,876 through 37,890 (of 59,072 total)