Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 2,462 total)

  • RE: how to check table creation statement

    No, unless or until you are tracking it with DDL trigger

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

  • RE: Index Defragmentation

    Defragmention doesnt work with small tables (1000 data pages).( my guess is your table is small) if dbcc sohwcontig is not working as you expected then it means that it...

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

  • RE: Incremental data

    Using SSIS would be better

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

  • RE: check full backup and differential

    iqtedar (9/1/2010)


    I have a full back and a differential backup taken right after full backup. When i use these backups to create another db i get error saying backup...

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

  • RE: How to Tune Data Inserts

    Ramji29 (9/1/2010)


    Bhuvnesh (9/1/2010)


    Ramji29 (9/1/2010)


    Bhuvnesh (9/1/2010)


    Twinsoft SME (8/31/2010)


    Ordering always helps too...

    Not always

    May be not always but if ordering is done properly then ... in almost all the cases....

    Mostly Sql optimizer...

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

  • RE: How to Tune Data Inserts

    Ramji29 (9/1/2010)


    Bhuvnesh (9/1/2010)


    Twinsoft SME (8/31/2010)


    Ordering always helps too...

    Not always

    May be not always but if ordering is done properly then ... in almost all the cases....

    Mostly Sql optimizer do a...

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

  • RE: SQL Transaction --- BLOCKING INSERTS

    i would say , remove the explicit transactions from INSERT code , i dont think it is required

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

  • RE: How to Tune Data Inserts

    Twinsoft SME (8/31/2010)


    Ordering always helps too...

    Not always

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

  • RE: High Avg. Disk Queue Length

    I also got the same kind of problem in one of my dev server,But no resolution till yet 😀

    when do we get high spikes for "disk queue length".NO patch/SP/hardware...

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

  • RE: How to Tune Data Inserts

    Additionally , you can also use BATCH wise insertion

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

  • RE: How to Tune Data Inserts

    insert solely depends on the selectivity of the select command how much data is being matched with the keys( specially clus key) of the destination table.

    Post you r insert...

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

  • RE: Database shutdown(close) programmatically

    GSquared (8/27/2010)


    You'll be issuing Alter Database commands, and calling sp_detach_db. You can do that programmatically through any connection that has the rights.

    Thanks But

    What if any user or application...

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

  • RE: Job Succeeded, But Didn't Finish ?!?!

    run your sql script/ SP manually on SSMS . Additionally if you see some badly design approach then you can use batch wise insertion/truncation of records.

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

  • RE: Track the user who provided sysadmin to the perticular login ID.

    @mithra

    Refer these links.it might have what you require

    http://www.mssqltips.com/tip.asp?tip=1627

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

  • RE: Number of Insert and\or update in a table.

    TheSQLGuru (8/26/2010)


    I'm with the guy/gal that recommended using the index usage stats DMV, at least for inserts. And if you have a column that is "always" updated you can...

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

Viewing 15 posts - 1,366 through 1,380 (of 2,462 total)