Forum Replies Created

Viewing 15 posts - 5,371 through 5,385 (of 9,244 total)

  • RE: Maintaining a read-only copy of a database on a different domain

    why not implement a log shipping configuration, this would be very easy to setup and maintain

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

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

  • RE: Forgot Windows XP Password? 2 Solutions Introduced to Help You

    NT Password reset is free, use that instead 😉

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

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

  • RE: Mirroring and Clustering

    you may setup a mirror session using an IP address, this is detailed here.

    This may be useful too.

    You'll need to set up a 2nd clustered IP for the 2nd nic.

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

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

  • RE: Always On with Failover clustering Instance

    ksrikanth77 (7/5/2012)


    Can you please provide us a step by step notes to perform this. I am not able to configure them.

    Let me explain me the scenario

    I have created SQL Server...

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

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

  • RE: Latest Service Packs for SQL Server 2008 and SQL Server 2008 Release 2?

    kevinsql7 (7/5/2012)


    For SQL Server 2008 R2 SP 1, I have found the following exe on http://www.microsoft.com/en-us/download/details.aspx?id=26727:

    SQLServer2008R2SP1-KB2528583-x64-ENU.exe

    Use this file

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

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

  • RE: I want to move a database server to server without using Backup and restore?

    You're generally stuck with 2 options mentioned.

    Option1

    Detach or offline database (generally almost instantaneous)

    Copy files (takes time)

    Reattach files (generally almost instantaneous)

    Option2

    Take compressed backup (can take time)

    Copy compressed back (usually quick)

    Restore backup...

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

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

  • RE: I want to move a database server to server without using Backup and restore?

    AAKR (7/5/2012)


    I want to move a database server to server without using Backup and restore?

    Example:

    I am having a XXX database in ABC server, I want to move this database...

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

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

  • RE: Log Shipping Restore Job Failing

    thomasrichardson2000 (7/5/2012)


    sorry there is no second one ,it returns no rows

    Check to make sure you supplied the correct database name.

    If still no rows then as Brandie says, the LS secondary...

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

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

  • RE: How to Compare Two Databases Table Structures and Data

    marks_262 (7/5/2012)


    In SQL 2008 I have two databases each with over 2,000 tables that are supplied by a 3rd party.

    I am looking for some scripts or a tool (preferably...

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

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

  • RE: Log Shipping Restore Job Failing

    Please execute the following and return the results

    against primary

    exec sp_help_log_shipping_primary_database @database = 'yourdb'

    against secondary

    exec sp_help_log_shipping_secondary_database @secondary_database = 'yourdb'

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

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

  • RE: file group reached 85% space

    yes but data is moved to a filegroup, not an individual file. If that group only contains 1 file then fine otherwise it'll be spread across all files in the...

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

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

  • RE: Clustering with Virtualization

    dan-572483 (7/3/2012)


    Nicholas,

    Just curious, what are the specs on your laptop & VMs? I've thought about clustering VMs on my home computer for self-training purposes, but I'm concerned about...

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

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

  • RE: TSQL for finding out a user's permission

    i'm currently working on a script to pull database permissions and connection grants, etc from a user database, it's not complete but here's the bones of it

    SET NOCOUNT ON

    DECLARE...

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

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

  • RE: What could break Log Shipping / Mirroring

    Firstly, this statement from the ask sql server central site is incorrect

    TRUNCATE TABLE statements cannot be used for tables involved in replication or log shipping

    Log shipping does not replicate atb...

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

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

  • RE: file group reached 85% space

    sure, as i said you only want to be creating multiple files per filegroup from the outset to ensure the fill is equal, (hence sames sizes and growth rates). If...

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

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

Viewing 15 posts - 5,371 through 5,385 (of 9,244 total)