Viewing 15 posts - 136 through 150 (of 233 total)
I got a error executing the following code. Please help.
ALTER PROCEDURE [dbo].[eusp_e5_eSM_AS01_MaterialItemContainerlabelReport_COPY]
@containerCodes varchar(MAX)
AS
declare @sql varchar(MAX)
select @sql = 'SELECT
MC.MaterialItemContainerCode,
MC.ReceptionDate,
C.clientName ,
MI.materialItemName
FROM
MaterialsItemsContainers MC
INNER JOIN MaterialsItems MI
ON (MC.materialItemIncId =...
August 29, 2013 at 12:45 am
I need a help to modify my query to give comma-separated values as SP parameter. Any help is appreciated. Thanks in advance.
August 28, 2013 at 11:23 pm
Thanks GilaMonster, You are correct.
But my requirement, is to pass comma separated containerCodes as parameters. That should be supported.
i.e. Single containerCodes and multiple containerCodes should be supported.
i.e. EXEC eusp_e5_eSM_AS01_MaterialItemContainerlabelReport 'MC-00000002-13-0001,MC-00000002-13-0002'
How...
August 28, 2013 at 8:14 am
I tried to change the Border area from Solid to Dotted. But it is reverting back to Solid , when I again open the textbox properties.
Please help on this.
August 28, 2013 at 8:01 am
HI Luis, I am a newbie and I have a doubt on your code.
What is the purpose of the REVERSE() in your code?
ie. here... REVERSE(FullName)
August 1, 2013 at 1:04 am
Open the report in report designer tool (i.e.. Visual Studio) and look for datasets created inside the report.
If you right click the dataset>> dataset properties, you can see the...
July 31, 2013 at 7:11 am
Hi..Thanks for the reply. It would have been good if you posted a web link for the same..where it is depicting the same..for my easy understanding.
July 2, 2013 at 12:05 am
You are right..Jan Van der Eecken, Its my mistake.
What I really wanted is the query written by Wolfgang.
The duration I have written there is wrong, its only an indicator anyway.
Thank...
June 16, 2013 at 4:37 am
Hi friends, pls comment on my query and help me out..
September 10, 2012 at 3:43 am
Anthony, can you explain more on it and how it can be done.
Guys, any other ideas are also welcome
September 6, 2012 at 3:31 am
Yes Gail, rollback script is what I need.
Can you pls help on this? Just a sample SQl Script will do.
Thanks
September 5, 2012 at 3:17 am
I have a query regd SSIS, Please explain how to invoke Crystal Reports report using SSIS Script Task ? Also is it possible to directly export the report to PDF...
July 25, 2012 at 3:22 am
Thank You all for the responses...
That provides lots of insight...!!!
Thanks a lot...
October 13, 2011 at 11:23 pm
Viewing 15 posts - 136 through 150 (of 233 total)