Forum Replies Created

Viewing 15 posts - 16 through 30 (of 32 total)

  • RE: How to Fix the number of Raws

    Hi

    I didn't find any direct solution for this situation.

    My situation was, I want to display Reporting Services reports on Web Based Application (Report Viewer Control). And also to define a...

  • RE: SSIS Packages Scheduled from Job Taking more time..

    Hi Robert

    First of all thank you for your reply..

    I am running BI studio on the same server.

    I am dealing with network files in the workflow, But I noticed the...

  • RE: Dynamically setting Mappings?

    Hi All

    After going through some links and trying myself I understood that, ther is no easy and direct way to handle this situation..

    But...

  • RE: Execution Plans

    Very nice article...

  • RE: linked server

    Hi Zia

    You can try this

    SELECT * FROM OPENQUERY(linkedserver, 'Exec pubs.dbo.SP_Get_rows')Table1

    Here U r getting a Table instance(Table1)..This instance you can use for updating your real table.

    Hope this will help you.

    Regards

    Agson C...

  • RE: Dynamically using the Table name

    Hi

    You can try one more way...

    Create an 'Execute SQL Task' for getting Source Table name

    ----------------------------------------------------------

    Ex:- Select Source_Table from Table_Names

    Store the out put in a Global Variable....

    Create an 'ActiveX Script Task'...

  • RE: Introduction to SQL-DMO

    Nice Article..Very Helpful

      I have a small doubt regarding the 'Print' Option provided in the article..I created a SQL DTS Package with an ActiveX Script Task(With a Print Statement).Then I...

  • RE: Batch Commit in ''''Execute SQL Task'''' ??

    Hi Phill Carter

    Thanks for your suggestion..I will try it out..

    Regards

    Agson Chellakudam

  • RE: DTS

    Hi Yan

    Hope below link will answer your question regarding 'dt_adduserobject'..

     

    http://dbforums.com/archive/70/2002/03/4/331642

     

    Regards

    Agson C A

  • RE: Issues with DTS FTP Task

    Hi All

    At last this issue have been Solved!!..After installing Service Pack3(MS SQL 2000), this issue have been solved..

    since I went for a long vacation..I couldn't post it...

    Regards

    Agson

  • RE: Issues with DTS FTP Task

    Hi All

    At last this issue have been Solved!!..After installing Service Pack3(MS SQL 2000), this issue have been solved..

    since I went for a long vacation..I couldn't post it...

    Regards

    Agson

  • RE: Using OpenXML

    Good Article!!..Simple presentation....Keep it up..

  • RE: Capturing The Error Description In A Stored Procedure

    Hi Joseph

    U r article is excellent!!!...

    A small problem i noticed it, though it is working successfully, data getting appended with old data, so in effect SQL Excecute task is not dropping...

  • RE: Issues with DTS FTP Task

    Thanks Calvin..

    Actually I noticed one more thing..Small size(in Kbs) files are getting downloaded..But if I am trying to go for a large size file(2 to 3 Mbs), It is not happening!!!!

    I...

  • RE: DTS Violation of Primary Key

    Hi

    I have faced the similar problem..But in that case 'select query was returning duplicate rows.

    So I just given group by of all selected fields and the issue was solved

     

    Agson...

Viewing 15 posts - 16 through 30 (of 32 total)