Viewing 15 posts - 5,236 through 5,250 (of 5,588 total)
memjm2003 (6/10/2009)
WITH A1 (Col1, Col2, Col3) as
(select Col11, Col12, Col13 from MyTable where Col11=5)...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 6:43 pm
Hey gang,
A reader of my article today asked a very good question that I'm not sure what the answer would be. I'm hoping that someone along the likes of Gail...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 6:14 pm
Lynn Pettis (6/10/2009)
jcrawf02 (6/10/2009)
Lynn Pettis (6/10/2009)
We have our White House Window Washer, our PhD Candidate, our True-Relational Zealot. Do we call this one, The One Who Can't, or...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 6:07 pm
Andy Lennon (6/10/2009)
This is the perfect resource for Temp Table/Table Variable comparisons as far as i'm concerned. The graph is a particularly useful quick reference.
Thank you...
Well done, and many thanks.
......
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 2:05 pm
Steve Jones - Editor (6/10/2009)
My apologies to Wayne for not getting this done...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 9:35 am
Dean Cochrane (6/10/2009)
Damn good article. I knew that table variables didn't have stats computed for them, but I hadn't fully considered the implications of that.
Thank you.
One point which your article...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 9:16 am
Todd Johnson (6/10/2009)
I enojyed reading your article. It verfied some of the rumors I have heard over the years.
Thank you
I was wondering if you could clarify one thing for...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 6:52 am
Grant Fritchey (6/10/2009)
Well done. Extremely thorough, accurate, well written... but what's with the attached Word file?
I wrote the article in Word, and I had asked Steve to include it as...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 6:46 am
Is this the application that is connecting to the sql 2000 database that is hanging, or is this that sql 2000 is hanging when the application connects to it?
We are...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 10, 2009 at 5:08 am
YSLGuru (6/9/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 8:35 pm
This would be a good time to work on enhancing the performance of queries.
Run a server-side trace to track the activity on your servers, getting the duration, reads and writes....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 8:31 pm
Not much choice... that's exactly what you need to do.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 8:24 pm
See if my article Automating Excel from SQL Server[/url] helps you out. Be sure to read the discussion on this article for implications of doing this on your production server.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 5:52 pm
It seems that what you're being given to import is the value without a decimal point. Since you're talking about using a select case, how does dividing that number by...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 5:35 pm
Steve Jones - Editor (6/8/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2009 at 5:19 pm
Viewing 15 posts - 5,236 through 5,250 (of 5,588 total)