Forum Replies Created

Viewing 15 posts - 721 through 735 (of 2,462 total)

  • RE: Continually running SQL Trace

    rama.mathanmohan (12/10/2012)


    Basically, for performance troubleshooting reasons we need to capture certain TSQL command from the Dynamics NAV2013 application, which sends the end user information as comments to the SQL server.

    ...

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

  • RE: Modifying file groups or moving files

    fluffydeadangel (12/5/2012)


    I have a table with multiple partitions and multiple file groups per partition. is there a simple way to just change the file group of an existing file? this...

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

  • RE: backup files get smaller, what could be the reason

    Chris Becker (12/6/2012)


    Could be a few things. When is full bak taken? Immediately after index maintenance? Do you rebuild indexes nightly with a maint plan or under control, ie only...

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

  • RE: Attach to existing database?

    RVO (12/6/2012)


    So how exactly ATTACH works?

    see this http://msdn.microsoft.com/en-us/library/ms190794(v=sql.90).aspx

    RVO (12/6/2012)


    It creates a new database from MDF,LDF files?

    NO

    RVO (12/6/2012)


    With stored porcedures, Users, Roles - everything?

    Yes , but it will...

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

  • RE: backup files get smaller, what could be the reason

    posted below

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

  • RE: SEQUENCE

    good question

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

  • RE: Client application generating time-outs

    Clark Bones (12/3/2012)


    How can I completely disable database mail?

    see

    USE msdb ;

    GO

    EXECUTE dbo.sysmail_stop_sp ;

    GO

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

  • RE: sp_who2 output explanation pls

    see this http://sqlserverplanet.com/dba/using-sp_who2

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

  • RE: Reduce database size

    Also UAT doesnt need archived or purged data (some historical table too) .. we can obsolete those tables too (+ their indexes too )

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

  • RE: Reduce database size

    Lowell (12/4/2012)


    HEAP tables never release the space taken by deleted rows.

    this is new to me ..can you give me any article reference here ?

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

  • RE: Force read lock in a table, to avoid problems between parallel processes.

    Chris Harshman (12/4/2012)


    Is there a reason you're not using IDENTITY for that id column?

    then there is no guarantee that destination table will have same ID for...

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

  • RE: SQL Server index fragmentation is high after rebuilt

    Luk (12/3/2012)


    the fill factor is 0 and yet the fragmentation is over 95% after recent rebuilt.

    the index rebuild works on the basis of the fill factor and...

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

  • RE: Reduce size of BAK file after deleting database table records?

    the below script can help you to see and anlalyze that which tables and indexes which are taking huge space so that you can easily check where the actual...

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

  • RE: database log file

    sqlfriends (12/4/2012)


    If a database is setup to readonly.

    Will the log file grow or not?

    thanks

    NO

    sqlfriends (12/4/2012)


    If a database is setup in simple recovery mode.

    Will the log file grow...

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

  • RE: Create trigger to track value of sp_configure

    Aadhar Joshi (12/5/2012)


    If i go with job, i need to give time that executes job, the minimal time i consider is 30 seconds so after every 30 seconds it will...

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

Viewing 15 posts - 721 through 735 (of 2,462 total)