Forum Replies Created

Viewing 15 posts - 76 through 90 (of 783 total)

  • RE: Does statistics matter?

    Ninja's_RGR'us (1/6/2012)


    Autostats will rebuild all the stats it needs. However if you have created stats manually then you need to copy those. If you changed stats settings you...

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    drew.allen (1/5/2012)


    ChrisM@home (1/5/2012)


    drew.allen (1/4/2012)


    ChrisM@home (1/4/2012)


    say there are ten rows with the same VND_ID and only one of them matches the filter?

    You'll need to post sample data illustrating the problem and...

    Regards
    Sushant Kumar

  • RE: Transaction log backup vs. Tail-log backup

    Ok got it....

    If the database is online and you plan to perform a restore operation on the database, before starting the restore operation, back up the tail of the log...

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    Thanks everyone.

    Regards,

    Skybvi

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    drew.allen (1/4/2012)


    Actually, why are you using a subquery in the first place. Doesn't the following give you what you want?

    UPDATE PLU_1

    SET DSPL_DESCR = replace ([DSPL_DESCR],'"','in')

    WHERE AND DSPL_DESCR LIKE '%"%'

    AND...

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    drew.allen (1/4/2012)


    The problem is that your REPLACE function is increasing the length of the string beyond the maximum allowed and you haven't correctly accounted for that fact. Given your...

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    ChrisM@home (1/4/2012)


    where VND_ID NOT IN (select VND_ID from PLU_1

    Where len(DSPL_DESCR)=40

    AND DSPL_DESCR LIKE '%"%' )

    This is functionally equivalent to Phil's LEFT JOIN.

    You could also use NOT EXISTS as a correlated...

    Regards
    Sushant Kumar

  • RE: Update with except conditon

    Hi,

    I am not joining any table , its just a subquery..

    Hope my query will clarify you more:--

    update PLU_1

    SET DSPL_DESCR = replace ([DSPL_DESCR],'"','in')

    where VND_ID NOT IN ...

    Regards
    Sushant Kumar

  • RE: Concurrent Operations

    SQL Kiwi (1/4/2012)


    SKYBVI (1/4/2012)


    Is this question applicable for sql server 2005? I mean, will it work concurrently in sql server 2005?

    Yes. The change first occurred in SQL Server 2005.

    That...

    Regards
    Sushant Kumar

  • RE: Concurrent Operations

    Is this question applicable for sql server 2005?

    I mean, will it work concurrently in sql server 2005?

    Regards

    Skybvi

    Regards
    Sushant Kumar

  • RE: How to transfer the logins and the passwords between instances of SQL Server 2005 and SQL Server 2008

    Are you able to do with help of sp_help_revlogin ?

    Regards,

    Skybvi

    Regards
    Sushant Kumar

  • RE: Problem with RDP

    Perry Whittle (12/21/2011)


    To stop services remotely open the services.msc on your machine. In the top left of the services console where you see "Services (local)", right click and select "connect...

    Regards
    Sushant Kumar

  • RE: Send Messages from SQL SERVER

    mahesh.dasoni (12/22/2011)


    use job completes option which is used for both successful & failed jobs

    Correct

    Regards,

    Skybvi

    Regards
    Sushant Kumar

  • RE: Send Messages from SQL SERVER

    geetha@in (12/22/2011)


    could you tel me which task/transformation i have to use in SSIS package for send messages from SQL SERVER to mail..

    Send mail task

    Regards
    Sushant Kumar

  • RE: How to use variable in Send Mail Task?

    This really helped me..

    Thanks a lot koen

    Regards,

    Skybvi

    Regards
    Sushant Kumar

Viewing 15 posts - 76 through 90 (of 783 total)