Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 9,244 total)

  • RE: script to list all database level permissions in a Database

    That won't dump specific permission grants, which is what you requested

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

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

  • RE: Trying to move databases from one PC to another, it failed. Need help.

    As suggested run restore filelistonly against the backup file and post back the results

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

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

  • RE: Powershell script runs fine on Windows 2008R2 but does nothing on Windows 2012 R2

    ray santalis-466762 (8/6/2015)


    \as2\sqlbackups\SERVERNAME

    This is not a properly formed UNC path

    its been discussed recently on this forum but I can't see the point of using robocopy and wrapping it in a...

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

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

  • RE: Automating SQL Server installation for standalone/Clustered using powershell

    His username is edvassie

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

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

  • RE: Backup of availability group

    Eddie Wuerch (8/6/2015)


    Transaction log backups should still come from the primary replica, as this is the only way to clear out inactive entries in the transaction log file.

    This is incorrect,...

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

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

  • RE: Log Shipping fails at Copy Stage. Pls help

    Paresh Motiwala (8/6/2015)


    one more thing.

    There are three phases in the job

    lsbackup- works

    lscopy- fails

    lsrestore- kinda works because there are no files to apply; since copy failed.

    Correct, there are 3 jobs for...

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

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

  • RE: script to list all database level permissions in a Database

    This is my script, feel free to use it, I'm constantly updating and improving it

    SET NOCOUNT ON

    DECLARE @sql NVARCHAR(MAX)

    DECLARE @majver INT

    DECLARE @minver INT

    DECLARE @build VARCHAR(16)

    SET @sql = ''

    SET @build...

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

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

  • RE: Log Shipping fails at Copy Stage. Pls help

    is the sql server service running under a domain account or local account?

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

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

  • RE: Convert standalone 2008 r2 server to cluster

    Part-time DBA (8/6/2015)


    would it be feasible to install the cluster instance on server 2 under a new name then rename it to the server one name on the implementation day?

    Yes,...

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

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

  • RE: disjoining a SQL Server clustered environment and rejoining it to a different domain

    FTdenali (8/6/2015)


    Hi

    Would it be possible to disjoin the SQL Server Clustered environment to a new domain without having to reinstall the cluster?

    No, the cluster is domain dependant.

    FTdenali (8/6/2015)


    disjoin

    e.g 2 node...

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

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

  • RE: Automating SQL Server installation for standalone/Clustered using powershell

    the author of finebuild is a member of this forum, you could try contacting him directly

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

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

  • RE: Convert standalone 2008 r2 server to cluster

    Part-time DBA (8/6/2015)


    Perry, I think I am going to switch to your suggested sequence

    Building the single node cluster on server 2 and keeping server 1 up as a temporary name...

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

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

  • RE: Convert standalone 2008 r2 server to cluster

    Where do I start, the beginning probably

    You shouldn't do this

    Part-time DBA (8/6/2015)


    2. Create four iSCSI shared volumes (for quorum, MSDTC, databases and logs.) Volumes will be connected to both servers,...

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

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

  • RE: Automating SQL Server installation for standalone/Clustered using powershell

    sql finebuild will auto install a sql server environment for you, you can find it here[/url]

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

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

  • RE: How to add datafile to mirrored database in primary server

    New persopn (8/6/2015)


    yes we have different mount points. in this case how can we add the file whether we need to break the mirroring or Pause the mirroring is also...

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

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

Viewing 15 posts - 1,831 through 1,845 (of 9,244 total)