Forum Replies Created

Viewing 15 posts - 6,376 through 6,390 (of 9,244 total)

  • RE: Move to node 1 to node2 automatically disconnect SQL SERVER connection

    ananda.murugesan (10/14/2011)


    after that I have successfully installed cluster failover setup in corporate domain controller.

    not sure what you mean by this?

    ananda.murugesan (10/14/2011)


    also add second node.

    so you ran sql server setup...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL server back up

    bailifei2011 (10/14/2011)


    For database, it is safer to choose one reliable tool to protect it. Trust backup software on the market, such as todo backup, nova, clonezilla, Acronis. Personally, I recommend...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: How to remove old SQL Server Backup Files (.bak) within a script

    there's probably a way through Powershell to do this but i just havent had time to explore it yet πŸ™‚

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: How to remove old SQL Server Backup Files (.bak) within a script

    yes execute in a job step as ActiveX VB script, paste the code straight into the job step dialog

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: How to remove old SQL Server Backup Files (.bak) within a script

    i use a simple VBScript to prune files

    Option Explicit

    'Delete all SQL Server backup files more than x days old

    Dim oFS, oSQLBackupFol, oFol, oFil

    Set oFS = CreateObject("Scripting.FileSystemObject")

    Set oSQLBackupFol = oFS.GetFolder("D:\MSSQL\Backup") ...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: How to start the SQL Profiler Automatically

    currently the trace file is set to reach 5MB and not rollover, is this your desired action

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    have you checked the stack dump files to see whats in there

    D:\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLDump03xx.txt

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    but you should gather all details immediately as logs will not last for ever as you have found out.

    Next time you have an issue take a copy of the cluster.log

    Do...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    just out of interest, why are you worrying about an event that happened 2 weeks ago. Why did you not tackle this at that time

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Upgrade SQl server 2005 to 2008

    sqlfriends (10/12/2011)


    I'm going to upgrade a SQL server 2005 to 2008. Database engine and reporting service instance are both on the same server.

    The thing I concerned is reporting service, we...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: How to Create and Start SQL Server Trace Automatically

    srilu_bannu (10/12/2011)


    Sounds easy.

    But i was unable to script it.

    I went to file menu and then opened file and went to script file.

    It is not working.

    Best to start a new thread...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    daniel.b.handy (10/12/2011)


    Hi,

    The logs don’t go back enough, on a side note, i found the following in the application log:

    There is only 1 log, its called cluster.log

    This details cluster failure events

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    sorry, my bad.

    check

    C:\Windows\cluster

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: what are .dat and .tuf files

    the TUF file is the standby file. Do not delete it

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: cluster failover - Unknown,Open of fault log D:\Microsoft SQL Server\MSSQL.1\MSSQL\log\exception.log failed.

    check the cluster.log at the following location

    C:\Windows\system32\cluster

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 6,376 through 6,390 (of 9,244 total)