Viewing 15 posts - 1 through 15 (of 24 total)
Chris Lane (3/11/2009)
I created a local user account just like the article stated with the same name as in the article, problem is I can't browse the Reports Server...
March 17, 2009 at 10:05 pm
BIDs is not the same as the full blown Visual Studio.Net that is why you don't see those other templates when using BIDS. You need Visual Studio to do web...
March 17, 2009 at 10:00 pm
Hi,
I created a local user account just like the article stated with the same name as in the article, problem is I can't browse the Reports Server websites in...
March 11, 2009 at 8:44 pm
Does anybody have any idea why I don't see the Business Intelligence Project Templates for Visual Studio 2003? My local SQL 2000 has SP3.
February 23, 2009 at 2:40 pm
I used to believe in plural table names but not anymore and going back to Boyce and Codd they argued against using plurals for table names. I already know a...
February 18, 2009 at 12:44 pm
Yes, that is exactly what I need, but what to call the Question to group join table?
Question
QuestionID PK
QuestionGroup Or Just Group? Group by itself seems to vague.
QuestionGroupID PK
JOIN TableName...
February 18, 2009 at 12:22 pm
I completely agree with the large datasets and importing data then for performance it makes more sense to combine them in the same proc. It shouldn't be all that...
October 5, 2008 at 11:06 pm
Cool, thank you for your answer and suggestion it is much appreciated!
March 31, 2008 at 9:48 pm
I am trying to get the the AVG of the HourlyRate for all hourly employees but I need to use the deductionHrlyRate because the individual rates must subtract 1 if 2nd shift.
The...
January 3, 2007 at 3:24 pm
DOH you are right I am already doing that with the Max(SalDate)
I thought I needed the Distinct because in the EmpSalary table there is an entry for each raise an employee...
January 3, 2007 at 3:11 pm
As far as I know the only way to rename a worksheet in a workbook through code is to use the Excel API. Which I don't think you can do they...
January 3, 2007 at 3:09 pm
Hi Andy,
Can you please explain why you think a single update proc doesn't need an explicit Transaction?
Your super proc is a good example but I guess I would probably still...
August 30, 2006 at 8:40 pm
I see what I was doing wrong with the cast now, Thanks for the correct answer!
February 16, 2006 at 4:32 pm
Query ANalyzer doesn't like to run eithier of those statements because of a datatype mismatch. I still think it is incorrect without the cast and I can't seem to get...
February 16, 2006 at 4:24 pm
Viewing 15 posts - 1 through 15 (of 24 total)