Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 9,241 total)

  • RE: Error trying to backup

    the actual share will be \\W2K8SQLBACKUP\SQLBackup and not \\W2K8SQLBACKUP\SQLBackup\wslogdb70_28.

    Check the permissions at the share level and also the NTFS permissions too on the subfolder wslogdb70_28.

    Check the account that sql agent...

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

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

  • RE: Odd DBCC behaviour

    check the logs for storage related errors, you may well find there related errors being reported

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

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

  • RE: Moving a database from sql server 2005 to a new VM

    mr_belpitt (9/2/2014)


    sp_change_users_login 'update_one', 'the_username', 'the_username'

    Substitute "the_username" for your actual username.

    Don't take this for granted, the server login and database user won't necessarily have matching names.

    It's possible to have a login...

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

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

  • RE: SQL query to understand the names of all the available tables , number of records in these tables and size of these tables

    krishnaprasad_mt (8/31/2014)


    Hi

    Please help me with a SQL query to understand the names of all the available tables , number of records in these tables and size of...

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

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

  • RE: Users in Always On Secondary

    Ratheesh.K.Nair (8/29/2014)


    Hi Experts,

    How can we check whether all users in Always On primary is there in Secondary with all the access?

    TIA

    Not entirely sure what it is you mean, but if...

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

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

  • RE: AlwayOn in SQL 2012 with no clustering windows

    Pablo Campanini-336244 (8/28/2014)


    1.- Can I set up Always-On in both servers?. and have 1 or 2 databases with Always-on?

    No, requires a Windows Server Failover Cluster

    Pablo Campanini-336244 (8/28/2014)


    2.- Does Always on...

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

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

  • RE: i/o requests taking longer than 15 seconds

    PearlJammer1 (8/28/2014)


    We use a third party to host our sql servers. All our data and log files are on separate discs - S for data, L for Logs.

    We use replication...

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

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

  • RE: SQL Load Balancing with Availability Groups

    mqbk (8/28/2014)


    Is there a way to be able to do this with writes? Can I have in essences 2 masters that some how reconcile with each other?

    No, that is not...

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

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

  • RE: Setting up AG on default and named instance

    Wheres the information for the second availability group?

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

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

  • RE: Setting up AG on default and named instance

    i see no readonly routing urls, no secondary connections allowed and no listener details in the output from the 2nd query!

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

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

  • RE: Setting up AG on default and named instance

    Please send me the outputs of these queries

    SET CONCAT_NULL_YIELDS_NULL OFF

    SELECT'AlwaysOn Group ' + QUOTENAME(AG.NAME) + ' has the following members;'

    FROM SYS.availability_groups AG

    UNION

    SELECT'Replica ''' + ar.replica_server_name + ''' identified...

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

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

  • RE: Database Mirroring Suspended - OS error 3 Reason 15105

    enriquemallon (8/27/2014)


    You get "Access is denied.". So, it seems like the service account for SQL Server doesn't have permissions on where you try to produce the backup file.

    The error is...

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

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

  • RE: Database Mirroring Suspended - OS error 3 Reason 15105

    DBANewbie (7/9/2013)


    I can resolve this by dropping and recreating the mirroring session

    And that's exactly what Books Online tells you to do 😉

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

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

  • RE: Setting up AG on default and named instance

    I'm assuming this is your configuration

    ServerA ...

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

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

  • RE: SQL Server 2008 R2 Question

    Koen Verbeeck (8/27/2014)


    but they already have the hardware...

    There would still usually be a nominal cost to cover hardware, maintenance and OS licensing

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

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

Viewing 15 posts - 3,001 through 3,015 (of 9,241 total)