Viewing 15 posts - 14,656 through 14,670 (of 14,953 total)
My favorite quotes are all religious and inspirational, which doesn't seem to be the theme of this thread. (For example: "Force yourself to smile and you’ll soon stop frowning....
February 26, 2008 at 12:20 pm
The reason for the error is that it couldn't resolve the inline sub-query without doing the aggregate, but couldn't do the aggregate without resolving the sub-query. Mainly seems to...
February 26, 2008 at 11:55 am
I've occassionally had problems with the where clause being resolved after the attempt at the string function. This can be resolved by forcing it into two steps in the...
February 26, 2008 at 11:43 am
I just tried running it in SQL 2005 and got the oddball results. Same pattern (14, 28, etc.).
It's not even multiples of 7 (my first guess), since 42 doesn't...
February 21, 2008 at 5:00 pm
Steve Jones - Editor (2/19/2008)
February 21, 2008 at 7:55 am
In Management Studio, right click the database you want to script.
Select Generate Scripts
Leave "script all objects..." unchecked
Next a couple of times
Stored Procedures
select the ones you want
When you get to Output...
February 21, 2008 at 7:35 am
It can be caused by the UDF having to store an execution plan that allows for larger and smaller ranges of answers, based on the table statistics.
The hard-coded version doesn't...
February 18, 2008 at 1:00 pm
Yet again, the person asking the question didn't think it through.
Yes, you can get the actual execution plan without executing the query. For example, get the execution plan from...
February 18, 2008 at 12:56 pm
The only place I can see this mattering is whether or not it will fire off a DDL trigger. Is there any other significance to which part of the...
February 15, 2008 at 10:42 am
It looks to me like the No section might send an empty e-mail if the inserted CommentID is null. Check for that.
February 15, 2008 at 8:42 am
Jeff, thank you for the recommendation on using float instead of money for complex calculations. I see what you're talking about on that one. I've used money instead...
February 15, 2008 at 7:53 am
Jeff Moden (2/15/2008)
Ross McMicken (2/15/2008)
February 15, 2008 at 7:46 am
I'm not sure such is possible/applicable in an SQL database (regardless of which flavor of SQL we're talking about; Oracle, MS, whatever).
One of the main things is the number of...
February 14, 2008 at 12:03 pm
The default instance is probably eating up too many resources. I'd disable it unless some other application needs it.
February 14, 2008 at 8:56 am
Viewing 15 posts - 14,656 through 14,670 (of 14,953 total)