Forum Replies Created

Viewing 15 posts - 7,111 through 7,125 (of 9,244 total)

  • RE: Yet another question about PAE AWE

    bill 36362 (5/19/2011)


    I have a Windows 2003 standard with SQL 2008 Stnadard. The server does double duty as a terminal server also.

    I am upgrading RAM from 4GB...

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

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

  • RE: 2 warning during installation of SQL Server 2005

    they're just warnings and can be ignored providing you do not intend to install SSRS

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

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

  • RE: How to release space used by a table?

    the ghost cleanup is designed to only delete small amounts of records at a time to avoid swamping the DE performance. With lots of rows you may not see an...

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

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

  • RE: sp_help_revlogin

    Chrissy321 (5/18/2011)


    Can anyone provide specifics on using BCP through SQL Agent?

    I have a 'Operating system (CmdExec)' step set up with the following command.

    bcp master.dbo.sp_help_revlogin out c:\test.txt -n -SMYSERVER\MYINSTANCE -T

    I am...

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

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

  • RE: Multiple endpoint on one witness server(Mirroring), Is it possible? How?

    melissa.dougherty (5/18/2011)


    I had read suggestions about not using the FQN...

    that's bad advice then

    melissa.dougherty (5/18/2011)


    I put an alias in the hosts file.

    rely on DNS that what it is...

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

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

  • RE: sp_help_revlogin

    Chrissy321 (5/18/2011)


    Perry Whittle (5/18/2011)


    I prefer BCP for my login exports

    Doesn't BCP require xp_cmdshell to call it?

    No it's an external SQL server executable. I use a SQL server agent job to...

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

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

  • RE: sp_help_revlogin

    sounds like it could be NTFS\share permissions on the file path. The NTFS permissions may be correct but if setting up a new share and not modifying the share permissions...

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

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

  • RE: DB mirroring /Reporting Environment

    Robert Davis (5/18/2011)


    Because then you have to kick off users to be able to apply the latest tran log backup.

    I personally think this is a small price to pay and...

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

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

  • RE: Multiple endpoint on one witness server(Mirroring), Is it possible? How?

    melissa.dougherty (5/18/2011)


    When trying this command,

    ALTER DATABASE SharePointDB

    SET WITNESS = 'TCP://MirrorDB/SQLServerWitness:5033';

    GO

    I get the following error...

    Msg 1449, Level 16, State 5, Line 1

    ALTER DATABASE command failed due to...

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

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

  • RE: Adding Indexes in High-Availability log-shipping environment

    coronaride

    when using log shipping, all modifications to the secondary database must be applied first to the primary, including indexes, adding users, etc.

    Replication would probably be a better option but this...

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

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

  • RE: Backup User Privileges for 3rd party backup

    Barry

    are you able to check the SQL Server logs on the instance you are trying to backup the databases on

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

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

  • RE: Issue while installing multi node Active - Active Cluster in SQL Server 2008 Environment.

    j.jj (5/18/2011)


    So you have 2 unique cluster name's?

    You have unique network names!

    j.jj (5/18/2011)


    seperate disk resources that are accessable from all nodes,

    Yes, otherwise how would failover occur

    j.jj (5/18/2011)


    Seperate Private...

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

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

  • RE: Issue while installing multi node Active - Active Cluster in SQL Server 2008 Environment.

    do you know what, it's something i have never tried. If you set up a share and add this as a resource into a cluster group i wouldn't be tempted...

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

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

  • RE: Does MS support Active Active cluster

    MysteryJimbo (5/13/2011)


    Windows 2008 includes enhancements for geographically dispersed clusters and across subnets and requires no additional software.

    IIRC Windows 2008 can but SQL Server as an application cannot, worth double checking

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

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

  • RE: DB mirroring /Reporting Environment

    why not just use log shipping for the report databases, no need for snapshots or mirroring then?

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

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

Viewing 15 posts - 7,111 through 7,125 (of 9,244 total)