Forum Replies Created

Viewing 15 posts - 8,416 through 8,430 (of 9,244 total)

  • RE: SQL 2005 DBmail via SMTP server

    could be you cannot resolve the hostname have you tried using the IP address

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Permission for Truncate Statment

    one way is to create a database user that is not mapped to a sql login but has alter permissions on the tables to truncate. When the devs execute use...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: RAID 5 vs RAID10

    Jackal (2/13/2009)


    Q:\ Quorum

    is this a clustered sql set up then?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: System.OutOfMemoryException

    you could maybe limit the query

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Which database is installed MSDE or SQL Server Express?

    Charles Kincaid (2/13/2009)


    Perry Whittle (2/12/2009)


    connect to each instance and execute

    select serverproperty('edition'), serverproperty('productversion')

    note the results down for each instance you connect to

    That works great. I wonder if this works for...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Manitance DB Plan issue on SS 2005

    gaganks (2/13/2009)


    The version is --

    9.00.3068.00 (sp2)

    Appericiate your support for few more suggestions

    Thanks..

    as far as i recall that version should be fine. Double check the delete task

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Questions about backup vs. dump

    in that scenario yes

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Questions about backup vs. dump

    Lynn Pettis (2/12/2009)


    Truncating the log just before the full backup breaks the log chain.

    if you had to restore from the previous day without using the end of day backup...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Which database is installed MSDE or SQL Server Express?

    Barkingdog (2/12/2009)


    When I use sql 2005 Management Studo to list the database servers are my company it returns a list containing servers with MSDE, Sql Server Express, Sql 2005, and...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2000 and 2005 coexisting

    sql2000 and sql2005 will co exist quite happily

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Upgrading 32bit SQL 2005 Two-node Cluster to 64bit SQL 2008 Cluster

    first question is does the hardware support 64 bit platforms?

    if yes then you would need to move all objects (databases, logins, etc) out of the cluster to a temporary sql...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Manitance DB Plan issue on SS 2005

    wasnt there an issue with maintenance plans not cleaning up?

    what version sql server do you have?

    to get your version use

    select serverproperty('productversion')

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore from a backup file on another server - Access is denied error

    what security context is the agent running under?

    local system, domain account, local user, etc

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Questions about backup vs. dump

    GSquared (2/12/2009)


    Definitely don't truncate the log file.

    its not too much of a problem because a backup runs immediately after, but still not recommended.

    scripts are easier to push out...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How do you manage a cluster in SQL 2005

    Jeffrey Williams (2/12/2009)


    At a minimum, for a two node cluster hosting SQL Server you are going to have four IP addresses.

    six if you count the private NIC ip address too

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,416 through 8,430 (of 9,244 total)