Forum Replies Created

Viewing 15 posts - 241 through 255 (of 2,462 total)

  • RE: Can you please anybody one explain?

    Google https://www.google.co.in/?gws_rd=cr&ei=1C48UtDrAs7KrAfnyoDwAQ#q=database+migration+in+Sql+server

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Insert and indexes

    Sqlsavy (9/19/2013)


    Drop and re-create clustered index takes 5 minutes in total. So my procedure is completing in just 10 minutes

    Have you tried to do the INSERT with Clustered...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Paritioning key column as an included column or trailing index column

    Preethi S Raj (9/20/2013)


    SQL Server automatically adds the partition column to a secondary nonunique index as an included column if the CREATE INDEX statement does not already contain the partition...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: connection betweenprincipal and mirroring servers stopped working.

    see this http://sqldbpool.com/2011/09/28/useful-queries-while-troubleshooting-database-mirroring/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Moving log file after configured Log Shipping

    markoz.job (9/20/2013)


    use master

    alter database [xxx] set offline

    Is it necessary to make it offline can we make it single user and then then do the rest of steps...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Rapid Growth Of Data and Purging Issues

    chandan_jha18 (9/20/2013)


    If somebody has worked in such an environment before, please give your suggestions and inputs on how to take this further.

    YOu need to go with batch approach where...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Rapid Growth Of Data and Purging Issues

    SrcName (9/20/2013)


    use truncate statement. it has many adventages

    Because truncate has not where clause and you need some data, then you can save them in another temp table, truncate base table...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Possible Corrupted Index - Strange Issue

    dougjjj (8/20/2013)


    I managed to track down the issue

    How did your figure it out ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Login Failed for user - Password did not match

    can you post complete Error with error state ?

    See below

    ERROR STATE ERROR DESCRIPTION

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

    2 and 5 ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Primary Key and Clustered Index: how to set in this example?

    WolfgangE (9/3/2013)


    I thought about making the PK on the identity column, clustered, and add an additional unique nonclustered index on the rest of the columns.

    In this case There is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: trying to send database mail of sql server using gmail account

    anoop.mig29 (9/19/2013)


    Hi i am trying to send database mail and using gmail as an smtp server.i have used my emailid,and password for credentials.port use is either 587 or 456.but i...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: RaiseError in SP

    NO both are different .

    Rollback then raise error, then error will not raise but vice versa will raise the rerror.

    see

    begin try

    begin tran

    select 1/0 as result

    commit

    end...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Help in Where Clause

    51 views ( last including mine) but NO response and the reason is :

    No sample data

    NO business rule or logic

    NO table definition on this post.

    Include them and...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Unable to remove old transaction log backups.

    Create Maintenance Plan >> Maintenance Cleanup Task >> Delete specfic file >> Delete Older file older tha 1 month

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Change NULLS to blank in Dynamic Pivot Results

    Also place table definition plus some sample data.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 241 through 255 (of 2,462 total)