Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 9,241 total)

  • RE: Estimate the size of a Table

    a page has 8096 bytes of usable space

    you have an overhead if fully populated of around 98 bytes per row.

    It's not exact as each row may not be fully populated

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

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

  • RE: Estimate the size of a Table

    Jampandu (2/4/2015)


    Hi Experts,

    I have a table like below,

    CREATE TABLE Student

    (

    Id BIGINT not null

    ,Name NCHAR(20) not Null

    ,Branch NVARCHAR (64) null

    )

    The table contains : 100000 rows .

    Can you please...

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

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

  • RE: restore TDE backup onto new server

    Hadrian (2/4/2015)


    Thanks Perry,

    Is just for test(managers asked to try this operation) .Please could you me an argument why?

    It is not supported by Microsoft. The master database is unique...

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

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

  • RE: Sleeping queries blocking rebuild index and update statistics job in Always on

    what are the connections doing?

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

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

  • RE: restore TDE backup onto new server

    do not restore the master database from one instance to another, you have been warned!!!!

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

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

  • RE: restore TDE backup onto new server

    Hadrian (2/3/2015)


    TDE could not be turn off.

    Did you receive any error message??

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

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

  • RE: High Availability Group Transaction Log Shrink

    Let's start with the following

    How many databases in the group?

    How many secondarys, are they readable?

    Are they synchronous or asynchronous mode?

    Whart sql server version is in use on the replicas?

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

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

  • RE: AlwaysOn Replica database for Reporting

    Yes it possible. The link I provided and other articles linked within it detail this

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

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

  • RE: How to reduce MDF file size ?

    Joy Smith San (2/3/2015)


    If I add an NDF file on this second drive, will SQL server start writing into this new NDF *** soon its added ?

    Are you creating the...

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

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

  • RE: restore TDE backup onto new server

    it seems clear that you do not understand the situation you are dealing with, I would highly recommend you seek help before you render the database inaccessible, you likely won't...

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

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

  • RE: Transaction Log Shrink with Availability Group set up

    Ste_P (2/2/2015)


    Hi Perry,

    Which forum would you have expected this post to go in? :ermm:

    Ste_P (1/20/2015)


    I have a Customer running a database in an Availability Group and I am not familiar...

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

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

  • RE: Need Advice on CLustering 2008R2

    AndrewSQLDBA (2/2/2015)


    I need to add a new Node to the current Cluster

    I need to fail over the Active side to the now New Node that was just created

    I want to...

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

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

  • RE: restore TDE backup onto new server

    Hadrian (2/3/2015)


    So in conclusion without password we cannot restore our encrypted database?

    Thanks very much,

    Hadrian

    Take a new backup of the certificate on the ServerA giving it a password you know.

    Then...

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

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

  • RE: important : About HA : in Which event , Automatic Repoint happens?

    if you only have 2 nodes then you need to add a witness whether it be a disk or file share witness.

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

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

  • RE: AlwaysOn Replica database for Reporting

    SQL!$@w$0ME (2/1/2015)


    Hi All,

    We have a 2 node clustered instance(SQL 2014) with 26 databases and we would like to enable alwayson for one of the databases for reporting (only one secondary...

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

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

Viewing 15 posts - 2,416 through 2,430 (of 9,241 total)