Viewing 15 posts - 226 through 240 (of 820 total)
If you do in-line everything then contrast the execution plan with using a variable.
July 22, 2010 at 12:31 pm
Hmm. Yes avoiding data type conversions is a good thing. I think that you did some other good things as well. Not repeating "[font="Courier New"]Math.PI / 180.0[/font]"...
July 21, 2010 at 11:59 am
Good point john.fuex.
The human brain is not good at perceiving steady states. It is good at perceiving deltas. You can demonstrate this with a pair of pliars and...
June 29, 2010 at 5:59 pm
So I put some pen to paper. Well no I didn't. I keyed into the calculator.
$8.00 for 20 people = $160.00 per week.
Times 52 is $8,320.00 per year.
Divided...
June 29, 2010 at 9:00 am
It could be that people are forgetting about CE. Take our Sales and Delivery Force automation (part of our Scout Suite). Our main database sits between the client...
June 18, 2010 at 9:41 am
There are lots of ways to deal with this. There are tons of cheap tools that, when used together, can handle this quite well. I can get a...
June 16, 2010 at 9:05 am
YSLGuru (6/15/2010)
Don’t get me wrong on this b/c I am definitely not against change, I just am not change for the sake of change or when it’s because someone wants...
June 15, 2010 at 2:53 pm
YSLGuru (6/15/2010)
June 15, 2010 at 11:01 am
Eoin (6/11/2010)
We had a BI project once where I had to extract relevant data from a sql 2000 db with (literally) the following naming convention.Table1
Table2
Table3
<snip>
Where to start 🙁
I worked with...
June 11, 2010 at 9:32 am
The other, and maybe the main, reason for putting conditionals into the join is to make the query more efficient. If you blind join a table then all matching...
May 21, 2010 at 2:54 pm
Phil, as for shouting the code across the crowed room you put me in mind of the late Victor Borge. The "Phonetic Punctuation" would come in handy. ...
May 21, 2010 at 11:36 am
Sure the job matters. It gives me a chance to use my skill sets to make a difference in the lives of people. Every keystroke that I can...
May 20, 2010 at 8:58 am
andy-1011296 (5/13/2010)
Comments posted to this topic are about the item <A HREF="/articles/Backup/70242/">Backup SQL Server to Amazon S3 with CloudBerry Backup</A>
Nice article. Well done.
I was wondering how this stacks up...
May 13, 2010 at 4:50 pm
alen teplitsky (5/13/2010)
May 13, 2010 at 4:39 pm
Roy Ernest (5/11/2010)
That peace of code looks like a cross between Insert and an Update... 🙂
Exactly right. Now notice that all I would have to do is replace INSERT...
May 11, 2010 at 9:55 am
Viewing 15 posts - 226 through 240 (of 820 total)