Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,079 total)

  • RE: Suggestion pls.

    No, changing the autogrowth will result in your db growing by 1 gb everytime it goes over its size, althought the space needed might be 1mb? You'll reserver space for...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: 881223 - How to add a Share Disk resource to a cluster?

    two virtual machines provided by ESX

    We had a similar issue on ESX, with a shared virtual disk, Server picked it up, but SQL refused.

    Hope someone can clear this issue up?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: connecting to online server

    try using

    initial catalog

    , instead of

    database

    :

    Data Source=servername;Initial Catalog=dbname;

    or try: http://www.connectionstrings.com

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Low Page life expectancy when SQL server service fail over to passive node

    Anything below 300 is a cause for concern for PLE.

    What is the BCHR on the node when failover occurs? less than 99% ?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: sql installation on other than c :\Drive

    Best practice suggests you install your engine, agent etc on a different drive, your MDF's on its own drive and your LDF's on its own drive.

    never install your SQL Engine...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Managing multiple Servers

    To make it all nice and pretty, yet functional, build a website, with different connection strings to each server, which tie in with DMV queries, and have them post the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Memory problem, insufficient system memory

    Similar issues:

    http://www.sqlservercentral.com/Forums/Topic672649-391-1.aspx

    http://www.sqlservercentral.com/Forums/Topic715463-146-1.aspx

    I believe you will get the answers from those posts.

    Good luck!

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: BACKUP PROBLEM

    it is not online

    I think it's quite self explaining - get the database Online before trying a Backup through SSMS.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: error MSSQL 2000 a connection could not be established to (local)

    Sounds like you are trying to administer a pre- SQL 7.0 database and its objects.

    Did you upgrade from 6.5 to 7, or 7 to 2000?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Does a development DBA need to learn dot.net language. ?

    Personally, I want to say yes, but it depends on where you want to go with SQL development, maybe into BI? then, YES.

    Also depends on the needs of te current...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Management studio 2008 (64 bit) – Cant see views/tables with specific user login

    Thrust me the scheme user is correct and not the problem so don’t suggest any changes to that

    I'll "trust" you rather and not suggest any changes.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Does a development DBA need to learn dot.net language. ?

    Any extra knowledge is always a bonus, and learning .NET will increase your chances of understanding how applications use SQL as a back-end.

    I have seen many job requirements for SQL...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How do you monitor your database and server

    This is a free dashboard tool from Idera that I could recommend:

    http://www.idera.com/Products/Free-Tools/SQL-check/

    no licensing involved, but it is limited, try it.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL statement to find what's missing...

    Noted, my apologies, didnt read the question thoroughly.

    πŸ™‚

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL statement to find what's missing...

    Please explain why you would recommend a nested select on the same table, looking for NOT IN on the same column, instead of selecting it and excluding the undesired data?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 901 through 915 (of 1,079 total)