Forum Replies Created

Viewing 15 posts - 91 through 105 (of 575 total)

  • RE: Please explain.

    Ok Thanks.

  • RE: NOT EXISTS vs NOT IN

    Ok thanks Brendt.

  • RE: NOT EXISTS vs NOT IN

    Brendt,

    Excellent stuff! I now understand why.

    So, obviously the query optimizer chooses a different execution plan & method between NOT EXISTS & NOT IN?

  • RE: Migrated DTS Package

    Ok thanks for that RH. It looks like you can actually modify the SSIS Package via SSMS instead of doing it through BIDS.

    I'm trying to understand SSIS as it is...

  • RE: Greater than 2GB

    Ok thanks for that.

    So What if you are running SQL Server 2000 Standard Edition on Windows 2003 Standard Edition? How much RAM can SQL Server 2000 use with Standard Edition...

  • RE: Finding the Next Business Day Recursively

    I don't understand the @numDays input parameter!

    For example if do this,

    DECLARE

    @Date SMALLDATETIME

    SET

    @Date = dbo

  • RE: View Package

    Thanks for the reply.

    I tried whta you said but I get the following error when I click on the MSDB folder.

    TITLE: Microsoft SQL Server Management Studio

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

    Failed to retrieve data for...

  • RE: Execute Job

    Ok thanks. I thought that perhaps I could restrict the jobs that a user can use.

  • RE: While Loop

    Thanks PW. I'll give it a go.

  • RE: While Loop

    PW. I'm going round in circles. Can you please give me an example as I'm confused as to how to incorporate your suggestion with my

    SELECT @maxId = MAX(ExternalId) FROM focus_transaction_classic..Policy_IdGenerator

    @maxID...

  • RE: While Loop

    It looks complex but i'll try it.

    Remeber that the key thing here is that I need to increment @maxID by 1 for each row.

  • RE: SQL Database Comparison Tool

    SQL Delta is another from http://www.sqldelta.com

  • RE: Can you schedule Sybase scripts through a DTS?

    Better still, plan to confiscate Sybase and migrate to SQL Server.

  • RE: Script a DTS Package?

    Ok thanks HappyCat59.

  • RE: Script a DTS Package?

    ok. If I save it as a Sturctured Storage File. How do I then load back into SQL Server? Lets say for example someone deleted it and I need to...

Viewing 15 posts - 91 through 105 (of 575 total)