Forum Replies Created

Viewing 15 posts - 1 through 15 (of 276 total)

  • Reply To: ADD database's in AG

    any suggestions on this is helpful..

  • Reply To: Restore autmomation

    The backup file name like  database_yyyymmdd.bak  .

  • Reply To: Restore autmomation

    We are  using the sql agent job  to take the local drive backup of all the databases   on the source and having sufficient permissions on the destination server .xp_CmdShell is...

  • Reply To: Automate restore

    SQL Edition is enterprise and version should be 2012.

  • Reply To: consolidate error logs

    No i am not using any CMS,  needs to configure on servers

     

  • Reply To: xp_cmdshell

    i need to get the stored procedure details which are using xp_cmdshell  on all databases

  • Reply To: xp_cmdshell

    Thanks  for the help ...

    Do i need to execute the stored procedure  query on individual databases or in master db

  • Reply To: xp_cmdshell

    i have  50+ jobs in my server its not possible to go each step in job  and see  whether it is enabled or not , is any alternative way to...

  • Reply To: T-log Alert

    i dont have any db monitoring in place ,  i need to configure alert of t-log utilisation exceeds the limit  of all servers in one server .i.e on central server...

  • Reply To: Alert configuration

    It will  give report when specific service is in stopped state   ,

    Get-ServiceSQLAlert -ComputerList C:\ file .txt -includeService "", -To  -From  -SMTPMail

    also it will not give correct data  for cluster servers...

  • Reply To: Alert configuration

    Thanks for the reply i used the below script

    Function Get-ServiceSQLAlert

    {

    param(

    [String]$ComputerList,[String[]]$includeService,[String]$To,[String]$From,[string]$SMTPMail

    )

    $script:list = $ComputerList

    #Make sure to check write acess on c:\ drive. if not, change the path

    $ServiceFileName= "c:\ServiceFileName.htm"

    New-Item -ItemType file $ServiceFilename -Force

    #...

  • Reply To: Alert configuration

    if any links provided is helpful  to me

  • Reply To: memory utilisation

    thanks for the replies .

  • Reply To: Change reference

    Thanks for the update .

  • Reply To: Change reference

    Sone of the stored procedures having 3 naming  in the database if we restored with different name it will point to the old database name . How to resolve the...

Viewing 15 posts - 1 through 15 (of 276 total)