Forum Replies Created

Viewing 15 posts - 5,701 through 5,715 (of 9,244 total)

  • RE: Cluster or replication

    Hbruce (4/14/2012)


    I need advice on what is the best method to use. I recently purchased 2 new servers with 2008r2 server enterprise and SQL 2008 r2 enterprise. I need configure...

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

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

  • RE: Return True or false from a SQL Stored Proc

    Why aren't you using .net roles and authorisation it has all you need for this

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

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

  • RE: Offsite Warm Backup

    Log shipping would work, you just need to make sure that the administrator at the time of any failure is well versed at bringing SQL server databases online and general...

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

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

  • RE: Database Cluster vs single Database

    KTG (4/13/2012)


    I know I am leaving a lot out

    Way too much for us to make a sensible recommendation.

    KTG (4/13/2012)


    the cluster distributed work, while everything has to be funnelled to a...

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

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

  • RE: about restore

    praspras42 (4/13/2012)


    No I mean sorry that i was not specific

    I just want to know that can i write a

    procedure with the help of which i can take the

    backup of...

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

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

  • RE: SQl Server Backups and Clustering

    ha haaaaa, bollywood comes to SSC 😀

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

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

  • RE: System Databases on C or with User Databases?

    Henrico Bekker (4/13/2012)


    Sys db's on own disk

    user db's on own disk.

    I never see a need to dedicate a whole drive\volume to what are essentially little used and extremely small...

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

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

  • RE: Linked server not pointing to right server!

    Can you detail the exact steps you are taking and the options you are using to create the linked server?

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

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

  • RE: Procedure sp_change_users_login error

    chumphrey 12211 (4/12/2012)


    SELECT NAME FROM sysusers WHERE issqluser = 1 and (sid is not null and sid <> 0x01) and suser_sname(sid) is NOT null ORDER BY name

    Firstly, use the catalog...

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

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

  • RE: Procedure sp_change_users_login error

    chumphrey 12211 (4/12/2012)


    SELECT NAME FROM sysusers WHERE issqluser = 1 and (sid is not null and sid <> 0x01) and suser_sname(sid) is NOT null ORDER BY name

    Firstly, use the catalog...

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

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

  • RE: Help working out some issues with my Delete Login script

    Are you wanting to remove the server level login or the server login and the database user?

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

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

  • RE: Database mirroring question

    Always On in 2012 works the same, one full backup and restore followed by at least one t-log backup and restore. More importantly bear in mind this scenario

    full backup at...

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

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

  • RE: Question on bloated Transaction Log after doing index maintenance.

    Greg.Jackson (4/12/2012)


    Thank you, guys. I changed the frequency to every 15 minutes and now my log_reuse_wait_desc is finally set to NOTHING. So it looks like the Log will finally get...

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

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

  • RE: SQL Server is unresponsive

    a quick through the DMVs would have been helpful but to late now

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

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

  • RE: How database grows?

    Thinky Night (4/12/2012)


    Thanks again, I am still reading Kalen's book, and tring to understand concepts.

    New question:

    Can i see all pages in a database with a command like DBCC IND?

    OR

    How...

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

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

Viewing 15 posts - 5,701 through 5,715 (of 9,244 total)