Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 9,244 total)

  • RE: Generate Table Scripts

    Right click the table and select "Script table as" > "Create to" > "New query editor window".

    Do you see the default constraint script there?

    Please post results of the following query

    SELECTdc.nameAS...

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

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

  • RE: High Availability Clustering and SQL SERVER 2008

    are you referring to database mirroring?

    You cannot mirror system databases. If you have installed a failover clustered instance of sql server, the system databases will be on shared drives that...

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

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

  • RE: Replicate filetables to a remote site

    when you mention filetables are you referring to filestream objects?

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

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

  • RE: Installation

    EdVassie (12/30/2013)


    The main benefit of doing an unattended installation is you can guarantee repeatability.

    It is too easy with a manual install to forget to select a given option...

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

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

  • RE: I want to get one day before date from my table

    SELECT DATEADD(day, -1, b.MYDATE), DeliveryDate from MYTABLE b

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

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

  • RE: Installing a clustered SQL 2012 instance is extremely slow

    thierry.vandurme (12/30/2013)


    Hi Perry,

    the difference between installing an extra SQL 2008 R2 instance (about 1h) or an extra SQL 2012 instance (about 4h) is out of proportion though.

    Chrz

    Thierry

    are downloading any...

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

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

  • RE: Log shipping job and Maintenance Plan (full and diff backups)

    smtzac (12/23/2013)


    In my sql instance I have configured log shipping on Prod database and same time there is a Maintenance plan which is taking the same database Full and Diff...

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

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

  • RE: SQL Database using SAN

    niver (12/26/2013)


    Do i need to Add the SYSTEM Databases the .mdf of ( Master, msdb, temp etc) to the Storage? please help me thank you masters

    You can move all...

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

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

  • RE: Log Shipping, daily backup's on primary

    Elliott Whitlow (12/12/2013)


    The full backups should not affect the log shipped databases.

    CEWII

    Directly, no. Indirectly for the reason listed below

    george sibbald (12/23/2013)


    smtzac (12/23/2013)


    how about diff. backups? will this break LSN?

    No

    It will...

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

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

  • RE: Log shipping to two secondary databases and one has failed

    ron.grout (12/18/2013)


    I have log shipping set up to update two secondary databases, one on our backup server here in the UK and one on a server in our US office.

    I...

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

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

  • RE: Installing a clustered SQL 2012 instance is extremely slow

    thierry.vandurme (10/24/2013)


    Wonder if anyone has experience installing SQL 2012 on an existing Windows 2008 R2 cluster with several SQL 2008 R2 clustered instances already installed.

    Installation takes over 4h! GUI wait...

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

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

  • RE: SQL 2012 AlwaysOn/Dual FCI within a single Availability Group

    rcox 88687 (12/23/2013)


    Hello,

    Is it possible to have two pairs of FCI's within the same Availability Group? The first FCI is the primary and the...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    maurizio_salviato (12/23/2013)


    Hello,

    Can I receive a copy of the VMWare Server\SQL Server 2008 install?

    Best regards

    here you go

    http://www.stokecs.co.uk/techdocs/Creating_a_2_node_SQL_Server_2008_Cluster_Configuration.pdf

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

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

  • RE: Always On Secondary Replica licensing

    Andrew G (12/16/2013)


    As I understand it, Always On Availability groups required SQL2012 enterprise edition, 'Always On' Failover Clustering is supported in SQL2012 standard edition.

    Sorry, yes my bad.

    Failover cluster instances support...

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

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

  • RE: Need to disable log shipping but secondary server is not physically exists.

    Sagar Akhare (12/16/2013)


    Hi All,

    I want to disable the log shipping in SQL Server 2005, but in my case secondary server is no more...

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

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

Viewing 15 posts - 3,826 through 3,840 (of 9,244 total)