Forum Replies Created

Viewing 15 posts - 691 through 705 (of 812 total)

  • RE: SHRINKFILE

    ashish.kuriyal (8/18/2010)


    have you googled about shrinkfile/shrinkdatabase and not able to find your answer there?

    and here I found one of the good article...

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

    ----------
    Ashish

  • RE: how to delete the unwanted publisher and subscriber

    you will be getting this error as long your agents are running.

    Go in activity monitor and kill those connection.

    then right click on replication on SSMS and select disable...

    ----------
    Ashish

  • RE: How to benchmark my IO and which tool is the best one to go

    have you checked by putting proper counter in perfmon(performance monitor).

    You can get these details there as well.

    If you interested in tool, then I use quest PA/Spotlight and they...

    ----------
    Ashish

  • RE: DB-Issue

    instead of shrinking your database regularly, you must redefine your full and log backup schedule.

    You will definately see the difference.

    if it still growing, then you need to find which...

    ----------
    Ashish

  • RE: difference between 2 SQL servers

    if the values in tables stored in similar way in both the server then its definately some setting which is changing he view.

    Which sql version you using??

    ----------
    Ashish

  • RE: Help needed

    to convert datetime into text, use

    convert(char(8),getdate(),112)

    this is just a hint which you can further explore and use it in your code.

    ----------
    Ashish

  • RE: difference between 2 SQL servers

    and can you please check in both server, query output option is selected to same format.

    Either to grid or to text

    ----------
    Ashish

  • RE: difference between 2 SQL servers

    what are your select query and output format

    ----------
    Ashish

  • RE: SHRINKFILE

    if you doing the logfile shrink then you can get additional information by :-

    dbbc loginfo(dbname).

    Status 2 means in use and 0 means free to reuse or available for shrink.

    ----------
    Ashish

  • RE: Best Practice for Centrally Managing Backup Jobs (or other maintenance)

    Agree with Steve, you should let the backup on specific server. But in addition, you can schedule another job which will copy the backup from all server to that single...

    ----------
    Ashish

  • RE: SHRINKFILE

    have you googled about shrinkfile/shrinkdatabase and not able to find your answer there?

    I think in forum we genrally post the live example error not the information or knowledge upgrade...

    ----------
    Ashish

  • RE: sp_configure table with a bit of description

    check BOL

    ----------
    Ashish

  • RE: clustered or nonclustered index for UserId?

    from performance perspective, it should be clustered index with appropriate fill factor.

    Also make sure the index is being updated regularly for threshold limit like :-

    if fregmentation is <30 then reorganise...

    ----------
    Ashish

  • RE: GRANT SHOWPLAN security risks?

    but if its secured connection which is connecting to database then i dont think reading matters that much. They have no permisssion to modify it.

    Correct me if I am wrong.

    ----------
    Ashish

  • RE: Monitoring Connections to Databases

    then in that case I think we need to setup the auditing on every connection getting connected to database.

    ----------
    Ashish

Viewing 15 posts - 691 through 705 (of 812 total)