jms

2,848
Reputation
290 views

Registered User

Name jms
Member for 1 year
Seen 52 mins ago
Website
Location 10022
Age 30
I seek not to know the answers, but to understand the questions. -Caine (Kung Fu)
Nov
27
awarded  Popular Question
Nov
9
comment MDX performance vs. T-SQL
related: stackoverflow.com/questions/42483/…
Nov
9
awarded  Popular Question
Oct
30
asked User support strategies for web apps: Email, forms and screen captures
Oct
28
comment Why is ‘http://dd ‘ a valid URL?
You may want to cache at least common results. Google.com does not need to be checked every time, ect. Perhaps premature but something to keep an eye on and fun to code up.
Oct
19
comment SQL Grouping around gaps
Time tables are common in business intelligence applications. Here is how to link from MSDN msdn.microsoft.com/en-us/library/…. Once you use a good one you won't mind having an 'extra' table in your db.
Oct
18
answered SQL: Alias Column Name for Use in CASE Statement
Oct
6
accepted Are there any development issues with regards to a specific version of Windows 7?
Sep
25
comment Ultimate Website Testing String
where is your snowman? ☃
Sep
21
answered Are there any development issues with regards to a specific version of Windows 7?
Aug
27
comment How do I get <jsp:include /> functionality in a standard class?
The Class is a POJO with an awesome getSomeSeriousHTML() method. It's looks like an inside out jsp minus the Servlet interface. Thanks and happy hunting.
Aug
27
asked How do I get <jsp:include /> functionality in a standard class?
Aug
15
awarded  Yearling
Aug
13
comment Subquery vs Traditional join with WHERE clause?
If your looking for clarity in more complicated sub queries check out CTE's. msdn.microsoft.com/en-us/library/…
Aug
7
comment Is it possible to let the iPhone system time run faster for a moment?
+1 on the verbose.
Aug
4
awarded  
Jul
31
answered ASP.NET has no access to IIS metabase
Jul
28
comment Reporting tools and architecture
Are you looking to build a data warehouse?
Jul
23
answered How to do a focus group for a website
Jul
20
accepted Active/Crystal Reports & The End-User Designers
Jul
8
comment Extreme slow PC if logged on as domain user remotely
Try SuperUser.com
Jul
7
awarded  Nice Question
Jun
29
awarded  Taxonomist
Jun
25
answered Go to specific line number on a page using # but not in url
Jun
23
awarded  Nice Answer
Jun
20
answered “[MySQL] Joins are evil” - Cal Henderson
Jun
19
comment How to list BO XIR2 universe objects used in a webi report?
Yea I figure they don't provide the report objects in their SDK to make it more difficult for automated migration to other products. :p
Jun
18
comment In a Data Warehouse scenario is there any disadvantage to using WITH(NOLOCK)
related. stackoverflow.com/questions/20047/…
Jun
18
comment In a Data Warehouse scenario is there any disadvantage to using WITH(NOLOCK)
+1 for setting isolation level but "with nolock" is better than nothing. It's not a 10% thing as much as will it run or not thing.
Jun
17
comment How secure is a HTTP GET when the data is URL Encoded?
Scores big in availability but a big 0 in integrity and confidentiality. en.wikipedia.org/wiki/Information_security
Jun
17
answered Best ASP.NET reporting engine with custom reports creation ability
Jun
17
answered SQL - Query by Date Range
Jun
17
accepted Comparing folder structure in two environments
Jun
16
answered Comparing folder structure in two environments
Jun
16
answered Selecting the top n rows within a group by clause
Jun
12
comment Microsoft access is a mere file or data-base server
I'm pretty sure there is a jet ODBC driver to flat csv files.
Jun
12
answered Microsoft access is a mere file or data-base server
Jun
11
comment Is it possible to easily detect or predict a Primary Key violation in SQL?
This method is recommended in "The Art of SQL". amazon.com/Art-SQL-Stephane-Faroult/dp/…
Jun
9
awarded  Tumbleweed