keithwarren7

2,621
reputation
199 views

Registered User

name keithwarren7
member for 1 year
seen yesterday
website
location US
age 30
12 years of coding, 8 years as independent consultant
Dec
6
awarded  Mortarboard
Dec
5
comment Why does a SQL join choose a sub-optimal query plan?
I know Itzik - he is probably one of the smartest SQL people on the planet.
Nov
26
awarded  Yearling
Nov
24
comment SQL Server 2008 Performance Question
OK, I agree but SO wont let me give you back the vote down. Sorry.
Nov
24
comment SQL Server 2008 Performance Question
I must be missing a /sarcasm tag or something
Nov
24
answered SQL Server 2008 Performance Question
Nov
24
comment SQL Server 2008 Performance Question
What? finely tuned and running optimally can deliver 3.4 in about 12 minutes? Are you serious? Try less than 12 seconds. -1
Nov
18
accepted What are the fast reporting solutions that work with .Net?
Nov
11
comment What’s your take on the programming language Go?
I just thought it funny how Rob kept going out of the way to avoid mentioning C#/.NET
Nov
11
answered SSRS2005 User Reports
Nov
11
comment What are some programming interview questions which give a good indication of one’s ability?
While I think most people could do this, I dont see how it has much bearing to the common problems faced in line of business application development in this day and age.
Nov
11
answered The future of SSRS
Nov
11
answered What’s your take on the programming language Go?
Nov
10
comment Elegant syntax for assigning value from possibly null db value
I agree it would make for cleaner code but the others are right, someone can sell for zero and null means it hasnt sold.
Nov
10
comment Elegant syntax for assigning value from possibly null db value
I hate it that the rich keep getting richer and I really want to give someone other than Skeet the win on this...maybe someone should copy this answer and mod it just a tad so I can give them the check mark!
Nov
10
answered Reporting Services 2008 - Can you link 2 datasets together?
Nov
10
comment Elegant syntax for assigning value from possibly null db value
which makes me think that Skeet's idea of an extension method may make the most sense since it would be most evident and readable. But I refuse to give him the check mark, he has too many points!
Nov
10
comment Elegant syntax for assigning value from possibly null db value
msdn.microsoft.com/en-us/library/… See the remarks section, it should throw an InvalidCastException if it is not actually a decimal
Nov
10
comment Elegant syntax for assigning value from possibly null db value
My only problem with approach two is it isnt totally evident to a JR programmer (people will have to maintain this after all); it actually takes a second to digest that we are only assigning when there is a value and just leaving it untouched otherwise. I know this seems trivial but trust me, people get confused over the simple stuff.
Nov
10
asked Elegant syntax for assigning value from possibly null db value
Nov
9
answered SQL performance issue for IN and OR
Nov
4
comment What C# features would be removed if backwards compatibility were not an issue?
I am honestly not quite sure :) But I will defend myself by saying that the majority of answers are BCL issues not language issues, sad that people dont know the difference.
Nov
4
answered What C# features would be removed if backwards compatibility were not an issue?
Nov
2
awarded  
Oct
31
answered Copy Table and Merge field
Oct
30
answered Sql Server table not updated with LINQ
Oct
30
answered T-SQL - GROUP BY with LIKE - is this possible?
Oct
29
revised Auto increment Id’s in .net
added example link
Oct
29
answered Auto increment Id’s in .net
Oct
29
accepted Best practise when updating individual fields in a database record
Oct
28
answered Very long build time in Visual Studio.
Oct
28
answered Best practise when updating individual fields in a database record
Oct
27
answered Linq To Sql Associations
Oct
26
revised Slow (to none) performance on SQL 2005 after attaching SQL 2000 database
deleted 90 characters in body
Oct
26
comment Slow (to none) performance on SQL 2005 after attaching SQL 2000 database
I stand corrected, edit made.
Oct
26
answered .NET Runtime 2.0 Error on .NET 3.5 application
Oct
26
answered Populating a GridView from a DataTable
Oct
26
answered Slow (to none) performance on SQL 2005 after attaching SQL 2000 database
Oct
26
comment Need advice on creating a new ASP.NET application
Agreed. Just thought I would throw out both points to consider.
Oct
26
answered Need advice on creating a new ASP.NET application
Oct
23
accepted SSRS 2005 Parameter Based Security
Oct
20
accepted How does one indicate the “default” connection string for Enterprise Library?
Oct
20
answered How does one indicate the “default” connection string for Enterprise Library?
Oct
17
answered ASP.NET Application - Time and Cost estimate
Oct
17
answered ASP.NET Application - Architecture and Class Diagrams
Oct
16
accepted MySQL foreach ?
Oct
16
answered Hire or No Hire ?
Oct
15
comment MySQL foreach ?
yes they can, and you could also introduce a where clause
Oct
15
answered MySQL foreach ?
Oct
15
answered How can I replace a value within a Sql Select which returns multiple rows?