Forum Replies Created

Viewing 15 posts - 376 through 390 (of 3,233 total)

  • RE: delete with cursor

    I suppose I could have done this just as easily to your original, but sometimes a simple example shows the technique better. Just as long as you understand what...

  • RE: SSRS - Cannot create connection to data source

    Is the service account running your SSRS instance set up as a user in your database?

  • RE: Remote access to separate versions

    You need to reference the named instance in the connection like this: host\instance.

  • RE: Deleting with a c ursor

    Please do not double post......

    continue this thread here

  • RE: delete with cursor

    DECLARE @ParmDefinition nvarchar(500);

    SET @ParmDefinition = N'@Date datetime'

    DECLARE @DBNameVar NVARCHAR(128)

    DECLARE @Statement NVARCHAR(600)

    DECLARE @ADATE DATETIME

    SET @ADATE =(DATEADD(d,-60,getdate()))

    SET @Statement=N'SELECT @DATE'

    EXEC sp_executesql @Statement, @ParmDefinition, @Date = @ADate

  • RE: Insert into and set

    Just make sure the SELECT portion of this statement gives you the correct results, then combine with the INSERT and let it roll.

    INSERT INTO ClientAlias(ClientAlias,ClientID,defaultalias,enrolled)

    SELECT Clients.Name & ' (' &...

  • RE: Delete multiple rows

    Can you write the SQL statement that SELECTs the data that you want deleted?

  • RE: Where are you?

    sing4you (8/5/2010)


    sushantkumar1984 (7/28/2010)


    India --> chicago

    chicago --> British virgin islands

    British virgin islands--> ??

    There is no need to ever leave the British Virgin Islands.

    Agreed.

  • RE: Today's Random Word!

    Ice Cream.....treat it from the inside too.

  • RE: Using Active-X Script Task

    These are some of the things I had to learn too moving from DTS to SSIS. The visual studios environment gives you much better troubleshooting and debugging features. ...

  • RE: Using Active-X Script Task

    You have to include the variable as a ReadOnlyVariable in the script properties page.

    There is an easier way to do this. Set a breakpoint and use the Watch window....

  • RE: Today's Random Word!

    Tom.Thomson (7/28/2010)


    John Rowan (7/28/2010)


    bcsims 90437 (7/28/2010)


    #25 'ALL' my problems can be solved by time and money!

    Now your challenge will be to get both since most income equations involve trading one...

  • RE: Today's Random Word!

    bcsims 90437 (7/28/2010)


    #25 'ALL' my problems can be solved by time and money!

    Now your challenge will be to get both since most income equations involve trading one for the other.

  • RE: Today's Random Word!

    crookj (7/26/2010)


    John Rowan (7/26/2010)


    blessing

    Sneezed?

    Joe

    Nope, just count 'em.

  • RE: Today's Random Word!

    blessing

Viewing 15 posts - 376 through 390 (of 3,233 total)