Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)

  • RE: SQL Server 2016 Stretch Database

    As of CTP 2.x, we can not set filter on the records to be moved to Cloud. Complete table will be archived to cloud. It is expected that the RTM...

  • RE: SQL Server 2016 Stretch Database

    My understanding too is, it will be shipped with Enterprise edition only

  • RE: DTS Package fails with error - Invalid OLEVERB structure

    Yes Erik! Both the servers are residing on Windows 2003 server.

    The script file directory is valid. The failure is not happening everyday for the same database. The behaviour is totally...

  • RE: Workflow stopped working in DTS Package

    Thanks for the reply..

    The issue was resolved. The procedue for changing the names in disconnected mode is -

    Remove workflow

    Rename the tasks

    Redo the workflow.

    After this, the workflow worked.

    --Suresh

  • RE: DTS Problem - Copy SQL Server Objects Task

    No, these packages run as local packages on sever.

     

    Thanks,

    Suresh

  • RE: DTS Problem - Copy SQL Server Objects Task

    Hi SR

    WHen the entire package has been executed as whole, it fails with the error given. When the particular task is executed individually (manually), it is successfull.

    Thanks,

    Suresh

  • RE: DTS Problem - Copy SQL Server Objects Task

    Hi Lucky,

    Thanks for your reply..

    Here is Source is a SQL sevrer database. We use 'Copy SQL Server Objects Task' to copy the SQL Server Database from one server to another...

  • RE: Trapping errors from underlying stored procedure in case of fatal-error

    Thanks Kenneth for your reply..

    I am rellay facing problem under situations where I have a temp table with some data. I am trying to create an Unique Clustered Index on...

  • RE: Data Tranformation service

    The best thing to move/deploy DTS packages on other server is - to save the package as a structured storage file and transfer the file to the destination server. But...

  • RE: How to find the status of NT batch job from MS SQL Server

    Here, the problem is, the NT job on another server. we have READ-ONLY access to this. So, somehow we need to findout the status of this NT batch job and...

  • RE: Error Message when running a Job

    Check the location of the DTS Package on the new server. Th elocation should be identical to what is specified in the job step

  • RE: Complex Query: Please HELP!!!!

    MainTbl:

    RowIDCreatedCreatedByLastUpdatedLastUpdatedByAssigneeStatus

    2-IHW812003-09-03 14:10:15.000HARRY2003-09-04 22:02:52.000LUKELUKE3rd Party Hold

    AuditTbl:

    RowIDCreatedCreatedByFieldOldValueNewValue

    2-IHW812003-09-04 22:02:52.000LUKEStatusNew Mail3rd Party Hold

    2-IHW812003-09-04 21:47:10.000KENStatus3rd Party HoldNew Mail

    2-IHW812003-09-04 19:19:47.000LUKEStatusNew Mail3rd Party Hold

    2-IHW812003-09-04 16:55:36.000DICKStatus3rd Party HoldNew Mail

    2-IHW812003-09-04 16:55:36.000LUKEStatusNew Mail3rd Party Hold

    2-IHW812003-09-04 16:47:40.000DICKStatus3rd Party HoldNew Mail

    2-IHW812003-09-04 16:05:46.000LUKEStatusIn...

  • RE: Complex Query: Please HELP!!!!

    Hi David

    We dont have privilege to add an identity column to the AuditTbl. We have read-only (SELECT) permissions. We takethe data from the MainTbl & AuditTbl and process on our...

  • RE: Find second highest

    Thanks 'jpipes'...

    It is worked for me.

    Thanks Frank.. Actually, I was looking for pure SQL soln.

    Regards

    Suresh

  • RE: Find second highest

    Thanks Frank....

    It did worked great. Now, I need to know Nth highest salary from the given values. Here, we may have to use recursion technique. Any clue on this?

    Suresh

Viewing 15 posts - 1 through 15 (of 15 total)