Forum Replies Created

Viewing 15 posts - 46 through 60 (of 77 total)

  • RE: error while deleting entries from the table

    uts.VTBFHAPO where RFHA=62 and BUKRS = 'US01'

    error -Conversion failed when converting the varchar value 'ABAS 200' to data type int.

    Please suggest

    PLease share the data type info of the RFHA and...

  • RE: Index over multiuple columns question

    agree with Todd

  • RE: dynamic linked server query

    Bhuvnesh (11/12/2008)


    hi ,

    Below is the linked server query ,here i m passing the server and linked server name dynamically

    The problem is that its giving error for very last line...

  • RE: Find pattern of data from three tables

    There is small chnage in the script :hehe:

    select pr.prodduct_id,pr.product_name from Product pr join

    ( select producti_id,(select count(1) as [States Count] from Restriction where product_id=p.Product_id group by product_id ) from Product...

  • RE: Find pattern of data from three tables

    ashok.faridabad1984 (8/18/2011)


    It seems a home work question :

    However solution is:-

    select pr.prodduct_id,pr.product_name from Product pr join

    ( select producti_id,(select count(1) as [States Count] from Restriction where product_id=p.Product_id group by state_id )...

  • RE: Find pattern of data from three tables

    It seems a home work question :

    However solution is:-

    select pr.prodduct_id,pr.product_name from Product pr join

    ( select producti_id,(select count(1) as [States Count] from Restriction where product_id=p.Product_id group by state_id ) from...

  • RE: RUN JOBS THROUGH T SQL

    John Mitchell-245523 (8/11/2011)


    s_osborne2 (8/11/2011)


    Hi,

    Check this:

    http://msdn.microsoft.com/en-us/library/ms186757.aspx

    That'll probably do the trick for you.

    Thanks,

    Simon

    What Ashok's asking is how to start the second job only on successful completion of the first. sp_start_job will...

  • RE: grant users with read access to 20 databases

    Great ! your response is quite satisfactory. Thank You very much. My confusion was I created a user group on the local system and then added domain users in that...

  • RE: help with parameter in ssis

    I want to use above expression to the parameter of the store proc. WIll anyone help that would be great.

    YOu can define a local variable inside the proc...

  • RE: grant users with read access to 20 databases

    add the add group to the db_reader role across all the servers.

    I find it the easiest way to do that.

    Hi Can you please let us know how to add...

  • RE: executute data flow task using variable

    As per my understanding , You want to pass a variable to DFT and iterate DFT on the basis of that variable if i am right

    you can define a...

  • RE: Procedure Execution Error in user DB

    Coolroof (7/3/2011)


    Msg 15517, Level 16, State 1, Procedure SP_SEND_DBMAIL, Line 0

    Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,...

  • RE: File System Task

    Wildcat (7/1/2011)


    patla4u (7/1/2011)


    1. Put a ForEach Loop Container

    2. Put a File Systeam Task in the ForEach container.

    3. Choose "Move file" as the operation in File System Task.

    4. DONE

    Can Any One...

  • RE: how to configure mail alert in sql server 2008

    For what ??

  • RE: File System Task

    :-D, This is joke of the Day, We should also have a regular post of this kind....

    This doest not match anywhere what is the exact requirement.

Viewing 15 posts - 46 through 60 (of 77 total)