Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: DBA Change Management Guidelines

    First Rule:- All the live changes should be tested successfully on the testing or Preprod server before we deploy in live including backout steps.

    Type of changes & the...

  • RE: Memory Usage of SQL Server

    I would suggest trying running the below queries at time when the SQL server is very used. Which should help us in understanding the total memory consumed by SQL Server....

  • RE: log file growing tremendously

    You could run the sql profiler trace to capture the log file details, which will let you know while carrying which activities the log file grows. Once we know the...

  • RE: Instance name

    No.. there's no way to rename a SQL Server instance. You either have to re-install or install a new instance with the desired name.

  • RE: Get an alert when SQL Server Services stop

    If you can't afford for the third party tools.. Here the idea on which you need to work on writing a windows script.

    Within the sys process when ever the...

  • RE: Memory managment

    Well, with the report it seems the memory usage by sql server seems to high..

    Run the below queries to identify how much memory is consumed by SQL Server, each...

Viewing 6 posts - 1 through 6 (of 6 total)