Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 9,244 total)

  • RE: Questions on TDE Implementation 2008R2

    Siberian Khatru (11/21/2014)


    1. How does switching TDE on affect the backup set(s) for a database?

    Once TDE is enabled in the database all backups will be dependant upon the certificate...

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

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

  • RE: Backup Encryption 101

    sminar (11/21/2014)


    Can anyone point me to a simple summary of the new backup encryption? I've found a small handful of articles, but apparently I have some sort of mental block...

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

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

  • RE: Restoring Using t-sql 2012 database

    plamannkathy (11/21/2014)


    --Step 2 in the full recovery model restore is to restore the last full backup

    USE [master]

    RESTORE DATABASE [TESTFULL] FROM DISK = N'TESTFULL_FULL_20141120_190322.bak'

    WITH FILE = 1, NORECOVERY,...

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

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

  • RE: find total disk size

    charipg (11/21/2014)


    we can find free space on disks with 'xp_fixeddrives'.

    i need script to find all disk size(total size\capacity) in the servers, any help ?

    easy via Powershell

    Get-Volume | ?{$_.DriveType -EQ...

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

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

  • RE: AlwaysOn ReadIntent via SSMS not routing?

    This should be the database engine url not the mirror endpoint as you have specified

    READ_ONLY_ROUTING_URL = N'TCP://SQL01.contoso.local:5022'));

    So, as an example, if i set my sql server instance called bob on...

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

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

  • RE: AlwaysOn ReadIntent via SSMS not routing?

    The ReadOnly routing URL setup is a manul process via PowerShell or TSQL, your readonly routing url and your mirror endpoint urls are the same, this is incorrect! Refer back...

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

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

  • RE: alter table datatype giving error date to bit

    would have thought the biggest issue here is that conversion is not allowed from type date to type bit!

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

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

  • RE: Windows Login Associated with dbo

    was this database originally a sql server 2000 database?

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

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

  • RE: SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds

    arrjay (11/20/2014)


    We performed several tests on the disk and found that it was performing as expected. We then monitgored the time it took for information to be pass between...

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

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

  • RE: How to create database from .mdf file only

    this thread is old!

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

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

  • RE: Proper use of ALTER LOGIN to deny user(s) from Windows group access to SQL Server

    robin.pryor (11/19/2014)


    So there's just no way to disable a Windows Group login?

    only deny, but be careful here. Please see this link

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

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

  • RE: Disabling logins

    windows groups cannot be denied as detailed here

    The link states;

    MSDN - ALTER LOGIN (Transact-SQL)


    You cannot use ALTER_LOGIN with the DISABLE argument to deny access to a Windows group. For example,...

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

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

  • RE: Log shipping on SSRS ( ReportServerTempDB )

    no it's a temporary workspace

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

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

  • RE: Can't connect to the reporting services from SSMS

    ramana3327 (11/17/2014)


    Hi,

    I am working with SSRS. I do have admin rights. I can connect to the url https://localhost/Reports and can create the new reports and subscription. Delete the reports and...

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

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

  • RE: BCP with 2012 secondary replicas

    rupert.hirst (11/18/2014)


    Aha,

    Ok, I'm with you, yes I was missing the specific -d <dbname> parameter, and with this added, it looks to work.

    With the -d parameter my connection is to the...

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

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

Viewing 15 posts - 2,716 through 2,730 (of 9,244 total)