Forum Replies Created

Viewing 15 posts - 136 through 150 (of 233 total)

  • RE: Wrong datatype for SP?

    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 =...

  • RE: Wrong datatype for SP?

    I need a help to modify my query to give comma-separated values as SP parameter. Any help is appreciated. Thanks in advance.

  • RE: Wrong datatype for SP?

    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...

  • RE: Format the borders of the text box as ‘dotted’ in table report element

    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.

  • RE: Need Help TSQL Code.

    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)

  • RE: Query from SSRS to SSMS

    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...

  • RE: How to create a combo dropdown

    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.

  • RE: Query for Emp Time Logging

    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...

  • RE: Migration from SQL 2005 to SQL 2008

    Hi friends, pls comment on my query and help me out..

  • RE: Automate the sending the query result

    Anthony, can you explain more on it and how it can be done.

    Guys, any other ideas are also welcome

  • RE: Rollback Script

    Thank You Gail n Mike..You guys really helped me..

  • RE: Rollback Script

    Yes Gail, rollback script is what I need.

    Can you pls help on this? Just a sample SQl Script will do.

    Thanks

  • RE: A VB.NET toolkit for writing SSIS Script Tasks

    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...

  • RE: Scripting in SSIS

    Thank You all.. for the replies..!!

  • RE: Regarding SQL Query optimization

    Thank You all for the responses...

    That provides lots of insight...!!!

    Thanks a lot...

Viewing 15 posts - 136 through 150 (of 233 total)