Viewing 15 posts - 1 through 15 (of 18 total)
Hi Guys,
Am very sorry for not giving enough details.
Let me explain the scenario as follows:
I have a stored procedure to publish a report which in turn is calling many sub...
October 31, 2007 at 1:02 am
Thanks for the quick reply, it works.
Will let you know again if i find any problem.
Subhash
November 23, 2005 at 1:21 am
Hi All,
Thanks a lot for all the inputs.
Yes, 'FROM' is missing in the query and after correcting its executing.
The same is :
SELECT D.CUSTNMBR,sum(d.SLSAMNT)'Total' FROM
(
SELECT CUSTNMBR,SLSAMNT FROM RM20101
WHERE CUSTNMBR...
August 29, 2005 at 6:01 am
Hi There,
Yes i did consider it as a comment and also executed, but still gives the same error 🙁
Just for showing as an example i have used the same table...
August 29, 2005 at 5:43 am
Thanks Jeff,
But was there any syntactical error in the first query, when i attempt the same its giving error :
"Incorrect syntax near 'D' "
Please find below my...
August 29, 2005 at 12:20 am
No, I have downloaded RSEVAL.exe from Microsoft website. While running it i'm getting that error
August 7, 2005 at 11:15 pm
Good Article Vasant, wrote in a very simple and easy way.
I have one doubt here about sp_xml_preparedocument.
In BOL and also in the mentioned article XML document/content is assigning to a varchar...
May 12, 2005 at 7:12 am
Thanks Guys,
For all your replies and answers.
I also found one more way using subQuery, but donno how effective it will be compared to the other ways.
Atlast i found different ways...
March 16, 2005 at 11:50 pm
Hi,
The below mentioned script might help you to write similar script for generating Where clause Dynamically.
Hope it helps you .
CREATE PROC KTP_WhereClauseForPR
@deptfrom...
March 15, 2005 at 8:06 am
Thank You Helen.
March 7, 2005 at 12:54 am
Yes Steve,
I have encrypted data in the said Binary column. I'm not even editing any VBScript code generated by it. For converting or casting, where can we edit.. do we...
November 26, 2004 at 7:18 am
HI all,
Its almost going to solve my problem, may have to do some modifications according to my requirement.
Thanks Once again.
Subhash
September 30, 2004 at 10:05 pm
Hi All,
Thanks for all your suggestions.
I will try all of them and get back to you.
Subhash
September 9, 2004 at 7:27 am
Viewing 15 posts - 1 through 15 (of 18 total)