Forum Replies Created

Viewing 15 posts - 4,741 through 4,755 (of 9,241 total)

  • RE: Deleting db_owner role from login

    catchmekiran (10/19/2012)


    I need to remove db_owner role from a login.SQL server 2000, I went security/LoginsFound the login in question and went to properties/database access....I deselect the db_owner and when I...

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

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

  • RE: Transaction Log Shipping and performance

    oradbguru (10/19/2012)


    From time to time BI will need to add indexes on the secondary database. How would we accomplish that?

    David

    What do you use for backups are they native, native...

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

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

  • RE: Mirror Monitoring issue

    can you post the results of the following query please

    selectd.name

    , dm.mirroring_state_desc

    , dm.mirroring_role_desc

    , dm.mirroring_safety_level_desc

    , dm.mirroring_partner_instance

    , dm.mirroring_witness_name

    , dm.mirroring_state_desc

    , dm.mirroring_redo_queue

    , dm.mirroring_redo_queue_type

    from sys.databases d inner join sys.database_mirroring dm

    on d.database_id = dm.database_id

    where d.name = 'yourdb'

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

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

  • RE: Transaction Log Shipping and performance

    oradbguru (10/19/2012)


    So just to clarify, if I set up LS, I can schedule a time after hours to copy over all the transaction logs and apply them to the secondary...

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

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

  • RE: SA Password

    SQLDBA ARJUN (10/19/2012)


    hey,

    i forgotten sa account password for my server.i dont know how to recover it.

    i tried to retrieve using -m in the sql service properties but

    adminstartor account is not...

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

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

  • RE: Transaction Log Shipping and performance

    oradbguru (10/18/2012)


    How would that affect our production and BI databases?

    It won't, the log backups will run every 10 minutes as scheduled. This would be no different to the current log...

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

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

  • RE: dbcc shrinkfile

    muthyala_51 (10/18/2012)


    Does dbcc shrinkfile (filename, emptyfile) move the data to other file in the same filegroup thru online or the data will be offline during the moving process?

    You may still...

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

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

  • RE: IP address in Clustering

    SQLCrazyCertified (10/18/2012)


    How many IP address you need.....for 2 node active/passive cluster environment.

    Here is my breakdown.

    1 - Virtual IP address

    1 - Virtual Network name

    1 - Public Network

    1 - Private Network

    1 -...

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

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

  • RE: Would a smaller number of VLFs in the log speed up the redo phase of recovery of a mirror snapshot?

    Marios Philippopoulos (10/18/2012)


    All you have to do is go through each log in turn and try to delete it.

    If it is in use, it will not let you.

    That's a pretty...

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

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

  • RE: server propeties and @@ servername have different server name!!!

    dinsab11 (10/18/2012)


    when u right click on server's name in SSMS. i see different name and when i run select @@servername find different name.

    Please see my post above

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

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

  • RE: Would a smaller number of VLFs in the log speed up the redo phase of recovery of a mirror snapshot?

    glad you got it resolved, DBCC LOGINFO is your friend here 😉

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

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

  • RE: Shrinking Transaction Log File "the right way"

    GilaMonster (10/18/2012)


    Steve edits them, don't know what his process is.

    I'm guessing he didn't edit that one, it was way off base 😉

    The last time someone was that wrong, Adolf Hitler...

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

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

  • RE: Database mirroring in workgroups with windows authentication

    sej2008 (10/17/2012)


    I want to configure database mirroring having witness server

    in workgroup environment using administrator as a user and password of principal,mirror and witness servers is the same.

    Endpoint are different...

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

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

  • RE: Upgraded SQL Server 2005 to SQL Server 2008, but it still reports 2005

    Vegard Hagen (10/17/2012)


    Here's a great overview of versions and builds: http://www.sqlsecurity.com/faqs-1/sql-server-versions

    The version number in the file properties (and in server properties inside Management Studio) lets you know exactly what...

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

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

  • RE: Upgraded SQL Server 2005 to SQL Server 2008, but it still reports 2005

    Yes, it's SQL Server 2005 SP3

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

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

Viewing 15 posts - 4,741 through 4,755 (of 9,241 total)