Viewing 15 posts - 1 through 15 (of 19 total)
Sheesh! Once again, I am chastened by the "Everything you think you know is wrong!" fairy. I started off writing big CTE expressions, and they crashed under their...
June 13, 2011 at 2:49 pm
Actually, Indexed Views ARE available in the Standard edition of SQL Server. You just have to manage them yourself, using explicit query hints.
From http://msdn.microsoft.com/en-us/library/ms187864.aspx:
"Indexed views can be created in...
March 2, 2011 at 3:39 pm
Ok, guys. Here's the progression ...
- Google: nope
- MSDN Help on Ranking functions: nope
- Experts Exchange: nope
- Start to write some God-awful RBAR code: hear mental admonishment from Jeff
-...
January 4, 2011 at 9:13 pm
David Harder (6/25/2009)
Although the majority are getting it "correct"...
June 25, 2009 at 11:05 am
I am surprised! Not that I got the question wrong, but that you knew that Stockings was my cat! :w00t:
October 31, 2008 at 11:56 am
I have two stories that might be applicable.
1. In my (much) earlier days, I worked with a bunch of engineers. Their writing was atrocious, but they were hired for...
July 8, 2008 at 9:47 am
I learned something new today!!! I am so ingrained with VBA that I missed the T-SQL version of ISNULL. But why use ISNULL when there is a perfectly...
June 23, 2008 at 11:45 am
craigpessano (4/4/2008)
The quoted reference in the answer (http://en.linuxreviews.org/Yottabyte) would have you believe that only...
April 4, 2008 at 12:03 pm
David McKinney (3/14/2008)
knechod (3/13/2008)
Is it strictly necessary to use the OVER/Partition clause in the CTE? Isn't it solely to restart the row numbering? Or what am I missing?
Hi,
Hmmm.......
March 15, 2008 at 7:32 am
Is it strictly necessary to use the OVER/Partition clause in the CTE? Isn't it solely to restart the row numbering? Or what am I missing?
March 13, 2008 at 3:11 pm
I think there may be a problem. I answered what I thought was the correct answer, (FROM clause), and I was told I was wrong. The correct answer...
September 26, 2007 at 9:31 am
"Always"? I NEVER use superlatives! They give me a headache!
The "milliions of members" gets addressed by the...
September 6, 2007 at 11:09 am
Yes, they are both dealing with command line, but here was my simple reasoning.
:r runs within the context of the SQL environment. You gave it user/password and database.
:!! shells out...
August 24, 2007 at 9:42 am
Viewing 15 posts - 1 through 15 (of 19 total)