Viewing 8 posts - 16 through 23 (of 23 total)
i dont own the rights to do so. the easiest work to do on this db is custom queries. i still dont understand how their subquery can work...
March 8, 2011 at 6:16 am
yup, I was able to work into their query. and i understand why your code works.
this is what they have, but occassionally call me when the query runs for...
March 7, 2011 at 8:33 pm
i found out that i could check the registry to id the instances. MS wants me to backup and reinstall SQL.
SOFTWARE\\Microsoft\\Microsoft SQL Server\\Instance Names\\SQL
June 16, 2010 at 10:27 am
lmu92, you've been a big help this far. I appreciate you sharing your knowledge.
I tried rewriting the calculation for the percent as (live_eq_y/live_not_i) * 100
When I try this it...
February 23, 2010 at 1:20 pm
this is what i see
declare variable as a table
populate a table varible with data
create common table expressions using two queries
calculate percents using select statement with a cross join.
i'm not to...
February 23, 2010 at 10:59 am
id - live - disabled
===================
1 Y ...
February 23, 2010 at 7:48 am
How about a questions table (probably with a surrogate primary key
Then a policyQuestionDetails table with foreign keys to policy and questions -- probably best to store the answers here as...
June 19, 2009 at 2:33 pm
i'm trying to reach the first normal form as described http://www.informit.com/articles/article.aspx?p=30646
i'm trying to figure out how to remove policy number becasue there are multiple questions and answers for...
June 18, 2009 at 7:40 am
Viewing 8 posts - 16 through 23 (of 23 total)