Forum Replies Created

Viewing 15 posts - 781 through 795 (of 4,745 total)

  • RE: HA options

    does the vendor support using a DNS alias in the connection string? If so and automatic failover is not vital to you you can still use mirroring in high performance...

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

  • RE: SQL Server 2005 SP4

    you need ms11-049 and if you are running reporting services ms12-070 (both security patches)

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

  • RE: errors in sql server installation

    pre-reqs and hardware it will be obvious from the error message. permissions you will probably need to look in the summary log or perhaps the detailed log.

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

  • RE: errors in sql server installation

    shreekanth.kavali (2/16/2013)


    1)Can anybody pls answer ,what are the errors usually come while installing sql server?

    thats a big question, but probably most installation failures are going to be caused by

    a)lack...

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

  • RE: Sql server database tools ?????/

    if you want to see max throughput for your disks see SQLIO, if you want to see how your disk subsystem might perform under a typical SQL server load see...

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

  • RE: tools for sql server

    duplicate post, see http://www.sqlservercentral.com/Forums/Topic1420846-391-1.aspx

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

  • RE: SQL Jobs running after disabled?

    the job could be being executed from another job or some application code.

    Script out all your jobs and look for sp_start_job in the output and if necessary run profiler at...

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

  • RE: How Can we do Detach and Attach a Live database in sql 2005

    would need to know what you are trying to acheive by doing this but perhaps you should read this:

    http://www.sqlservercentral.com/articles/Administration/65896/

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

  • RE: Moving Database Files in SQL Server

    another pro alter database argument, if the dbid were to change that would affect the default database setting for logins (presuming the default was the user database)

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

  • RE: Moving Database Files in SQL Server

    pretty sure nothing in msdb is affected by a detach, it would be too time consuming to remove backup history for example.

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

  • RE: Moving Database Files in SQL Server

    Jason, for an article on the benefits of alter database method and why it is the preferred method for SQL2005 onwards see here[/url]

    I would add another reason, with detach\attach the...

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

  • RE: SQL SERVER AGENT ERROR

    have you tried starting the SQLagent service from configuration manager or the services applet?

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

  • RE: Rebuild Index Maintenance Job Running Long

    note: 3 year old thread!

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

  • RE: Need help on SQL Server Ent Edition SP4 upgradation.

    sounds like you are trying to install post SP4 security patch MS12-070(version 5234) without first applying SP4 itself (version 5000)

    go back and apply SP4 first.

    BTW, unless you have reporting...

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

  • RE: System pahe file and sql files

    I would try and avoid putting it with any database files

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

Viewing 15 posts - 781 through 795 (of 4,745 total)