Viewing 15 posts - 46 through 60 (of 65 total)
This will return Null if the dived is by zero
SUM(TotalMaterialValue) / NULLIF(SUM(TotalQuantityMade), 0) AS AverageMaterialCost,
...
August 4, 2010 at 9:12 am
Log into the server as an Administrator and open the SQL Sever Management Studio using Windows Authentication and see if you still get the same issue.
August 4, 2010 at 7:34 am
I don't think the substring function is recognized by SSRS 2005. I get Unrecognized identifier error message.
August 2, 2010 at 1:21 pm
Please disregard... i found the answer. I needed to change the character length to Max.
July 30, 2010 at 7:28 am
Please disregard... i found the answer. I needed to change the character length to Max.
July 30, 2010 at 7:28 am
Check out the links below... it might help you.
http://www.sqlservercentral.com/Forums/Topic328124-148-1.aspx
http://www.sqlservercentral.com/Forums/Topic459767-148-1.aspx
July 28, 2010 at 9:09 am
I have done a remote connection to SSIS before and you're right it is slow, but never had the issue you described. Even thought you can open it, you...
July 28, 2010 at 9:06 am
SQL Server Integration Services Package is usually the second one from the bottom on the drop down list for Type. If you are not able to see it, then...
July 28, 2010 at 8:39 am
This works perfectly fine... Thank you so much for your help!
July 22, 2010 at 11:16 am
No, I don't want to make changes to the table... maybe create a temp table to display the data.
The issue that I'm running into is that if the clients data...
July 22, 2010 at 10:27 am
Hey Nevyn thank you so much for your help... this works as I expected it.
Yes, I was thinking about using SSRS... how would you do this in SSRS easier?
July 19, 2010 at 8:43 am
Below is the table definition. I wish I had a script to share, but I didn't know where to begin. I even did a search online for similar...
July 16, 2010 at 2:22 pm
Nevyn thank you that worked.
Okay I'll work on that bteraberry, thanks
I have a different question along the same line... not sure if I should create the separate post or...
July 16, 2010 at 10:43 am
Yes, sorry I posted the wrong data and average measurement... that is what happened when you're in a hurry;-). I have edited the original post. Thanks for that.
July 15, 2010 at 11:09 am
Viewing 15 posts - 46 through 60 (of 65 total)