Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 9,241 total)

  • RE: TDE rekeying and DB access

    The database is encrypted a page at a time and on a large database can take some time. The database is still available for normal access, however maintenance is disabled...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Script to get the list of users and permissions in a database

    Try this

    SET NOCOUNT ON

    DECLARE @sql NVARCHAR(MAX)

    SET @sql = ''

    SELECT @sql =

    '--======================================================================================' + CHAR(10) +

    '--==== IMPORTANT: Before executing these scripts check the details to ensure they ===='...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: LSBackup shows no interest in running, does lsalert affect execution of LSBackup

    is the schedule enabled?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: database owner option for sql srever 2005

    sourav_1002001 (4/9/2014)


    I got an issue occured with my prod systems. I tried to open the properties of a database which gives error

    "Cannot show requested dialog.

    Additional information:

    Cannot show...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: TDE rekeying and DB access

    as detailed here

    Transparent Data Encryption


    Restrictions

    The following operations are not allowed during initial database encryption, key change, or database decryption:

    β€’Dropping a file from a filegroup in the database

    β€’Dropping the database

    β€’Taking the...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Does sql server 2012 mount points support FileStream feature?

    The filestream group is just create on a location on an NTFS volume, there's no reason why you can't use mounted volumes. Have a read through this[/url] for info on...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Transfer of Logins from 2k to 2K8

    Jake Shelton (4/9/2014)


    Hi all,

    Is this feasible via the SSIS Transfer Logins task?? I've read a lot of articles talking about doing this scriptually instead, now I'd far rather have...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: While Creating an User to a Database am getting an error

    The login Amtpl is already mapped to a different database user. Use the following to identify the logins current database user account

    use [yourdb]

    selectd.name as DBUsername

    , s.name as Loginname

    from sys.database_principals d

    inner...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Windows Server 2012 R2 Clustering Issues

    No, the cluster service should be left as is. The issue is because the Cluster Name object does not have permission to create Virtual Computer Objects. Either pre stage them...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Windows Server 2012 R2 Clustering Issues

    dajonx (4/7/2014)


    Please work with your domain administrator to ensure that:

    - The cluster identity '2012CLUSTER$' has Create Computer Objects permissions. By default all computer objects are created in the same container...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL Server on domain or workgroup

    free_mascot (4/6/2014)


    From the security and connectivity perspective it would be good to keep sql servers on domain.

    Not necessarily, security can still be implemented effectively on workgroup computers, it's just harder...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL Server on domain or workgroup

    DKG-967908 (4/7/2014)


    Thanks Perry for the response.

    1. But what the Microsoft best practice says about this.

    2. If we consider from security point of view - SQL server should be on domain...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL Server on domain or workgroup

    Joining a server to a windows domain provides centralisation of uses and resources.

    Computers in a workgroup require users and objects to be maintained locally on each machine. When providing...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: DBCC LOGINFO

    what size did you shrink the file too?

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: AlwaysOn local HA with second site automatic failover.

    PHXHoward (4/3/2014)


    I'm looking for a solution to have cross data center automatic failover in the event of a data center loss for highly critical databases. I would like to have...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 3,376 through 3,390 (of 9,241 total)