Viewing 15 posts - 31 through 45 (of 54 total)
I would not mind having a breakdown of incorrect answers by question , as you stated in the last reply...
You stated that this would involve the questions table with the...
April 25, 2005 at 12:26 pm
I am a bit ignorant here...but what is the table def that you need??
Are you referring to the column names and some sample data?
Sorry..
April 25, 2005 at 12:18 pm
Thank you very much...it is working!
April 19, 2005 at 10:23 am
the total count is inaccurate???
The query below is giving a wrong number based on a comparison from the SQL Server table...
select count([inquiry_type]) AS [Count], ([inquiry_type]) AS [Inquiry Type] FROM tblOAO...
April 19, 2005 at 7:59 am
How do I accomplish your suggestion?
April 19, 2005 at 7:48 am
Would you explain your code??
This is what I have currently:
select count([inquiry_type]) AS [Count], ([inquiry_type]) AS [Inquiry Type] FROM tblOAO Where oao_date2 BETWEEN '"+dayA+"' AND '"+dayB+"' GROUP BY [inquiry_type]
dayA and dayB...
April 19, 2005 at 7:35 am
Mike,
Were you able to see my PM...I am very interested in what you think I need to do to make my SELECT statement work???
Thank you.
March 22, 2005 at 9:38 am
How do you send a pm?
I went to the button, but I did not see an option to send a private message...
March 22, 2005 at 8:58 am
Mike,
It did not work...could you look at my select statment and see where I am wrong?
select datepart(mm, Col001) as theMonth, substring(convert(varchar,cast(SUM(Col003) as money),1),1,charindex('.',convert(varchar,cast(SUM(Col003) as money),1))-1), substring(convert(varchar,cast(SUM(Col004) as money),1),1,charindex('.',convert(varchar,cast(SUM(Col004) as money),1))-1),...
March 22, 2005 at 8:09 am
I believe this is what I am looking for...
You see..I have a JSP that is pulling data from a table on my SQL Server...as it stands I have the JSP...
March 22, 2005 at 7:51 am
DSP,
Thank you for your response...I looked at the site...and I am more lost...it talks about writing a Visual basic script that will be executed by DTS..
I am not familiar with...
March 16, 2005 at 7:41 am
I began creating a txt file that has the steps for the http://ftp...but that is where I got lost...
I would like to use the suggestions from either Mike...
March 16, 2005 at 5:56 am
Thank you all for your valuable responses.
I have it working now...thanks to all of you.
March 15, 2005 at 12:19 pm
Maybe I need to clarify a little...
I have a column in my SQL Server tbale that I need to count records that have specific criteria, I also need to sum...
March 7, 2005 at 1:28 pm
I apologize...I do not understand what you wrote????
Is this supposed to work in the SQL Server?
March 7, 2005 at 1:21 pm
Viewing 15 posts - 31 through 45 (of 54 total)