Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 9,244 total)

  • RE: SQL Server on Virtual servers

    terry999 (10/8/2015)


    Thanks for replying Perry.

    I have no idea how it is configured as Virtual server e.g. on the physical machine.

    From user of the virtual machine it appears at 2 disks,...

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

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

  • RE: CLUSDB files missing - cluster service not coming up

    all replies to this thread please

    http://www.sqlservercentral.com/Forums/Topic1726452-3411-1.aspx

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

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

  • RE: ports to be open to configure multi subnet failover clustering

    Benki Chendu (10/9/2015)


    I am unable to add the server in other subnet to the windows failover cluster. Need help around that area..

    Then you'll need to refer to my Stairway to...

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

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

  • RE: Changing the SQL Server Name

    EasyBoy (10/8/2015)


    We would like to change the servername.

    i.e New ServerName is A (2014) and old ServerName is B (2005). Then we want to rename A (2014) to B.

    Never mind. We...

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

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

  • RE: High number of VLFs

    are you saying with a restore you wont see enough recovery to cause any impact?

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

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

  • RE: Database Drive Expansion

    jackimo (10/8/2015)


    We have a situation where we have a close to full database drive. Not urgent but getting close.

    We run SQL Server on VMWare with an EMC San. ...

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

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

  • RE: Syntax help, how do I remove the primary key.

    you'll need to drop the constraint and recreate it, if you don't specify any different the clustered index will be create on the PK columns.

    Drop the constraint using

    ALTER TABLE [schema]....

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

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

  • RE: SQL Server on Virtual servers

    terry999 (10/8/2015)


    Hi

    We have a SQL Server running on a virtual platform.

    I was wondering if the old recommendations w.r.t disks still make a difference, things like

    1. Logs on one disk data...

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

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

  • RE: Changing the SQL Server Name

    so, you have 2 separate computers one with old version of windows and sql 2005, the other windows 2012 with sql server 2014, correct?

    You want the sql server instance on...

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

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

  • RE: Get user table indexes, size and column order

    thank you for your feedback, I'm hoping that users find the index column order data useful too

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

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

  • RE: Masking,replacing Sensitive data in SQL 2008

    masking is not available in the sense that Oracle provides, as said already, just provide update scripts to obfuscate the tables

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

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

  • RE: Cant transfer table from one schema to another within the same database.

    Duran (10/7/2015)


    Hey there,

    I hope somebody can point me in the right direction. I am trying to do the above using the following...

    ALTER SCHEMA [dbo] TRANSFER [schemaame].[tablename];

    ...but getting the following error...

    Msg...

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

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

  • RE: Alwayson - access Point for administering?

    SQL Galaxy (10/8/2015)


    Hello Mr. Perry..

    What I am asking,

    1. I should enter the unique IP address in access point administration portion while creating cluster group.

    Yes when creating the windows server...

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

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

  • RE: High number of VLFs

    Chitown (10/7/2015)


    I have heard that high numbers of VLF's aren't good. It can impact performance and can delay recovery time, so I wanted to test that.

    I created 2 DBs with...

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

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

  • RE: ports to be open to configure multi subnet failover clustering

    ports for what

    SQL Server

    DNS

    NetBIOS?????

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

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

Viewing 15 posts - 1,666 through 1,680 (of 9,244 total)