Need to take SQL Azure database backup into blob using dacpac services, the blob has to be encrypted.

We are able to take backup of our database into blob storage using dacpac services, but we need to encrypt the blob data. Please suggest the efficient way to do it.

Hello,
As per my understanding, Windows Azure Storage does not transparently encrypt data or provide any special encryption mechanisms. Azure Blob Storage protect the data by using a storage key to control access to all data in that Storage Account.
If you want to encrypt data of file inside Azure Blob Storage Services , you can refer to the following thread about same requirement:
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/23465a1e-1fce-481a-b375-6e2434186ea6/encrypt-sql-azure-blob-data?forum=windowsazuredata#bf6c9921-176e-4c76-b976-3b94c795cd16
Regards,
Fanny Liu
If you have any feedback on our support, please click here. 
Fanny Liu
TechNet Community Support

Similar Messages

  • How to take SQL Server Database backup from DB side

    Dear All,
    Please suggest how to take SQL Server Database backup from DB side?
    System Info-
    Portal Server (EP7)
    MS SQL Server
    Microsoft Windows 2003 Server
    Suggest ASAP.
    Thanks & Regards,
    Sameer

    Hi,
          I am planning to take SAP DB backup I need the procedure how to take backup. With in the server.
          My Operating System is IBM AIX
                 Database is  Oracle 10g
                 SAP BI7.0 through this I need to take backup.
         Note:
                1)  First of all I gone to /oracle/<SID>/102_64/dbs/init<SID>.sap and I changed the settings backup_dev_type = disk
                 backup_root_dir = /home/db0/test/sateesh/DB0backup
                 stage_root_dir = /home/db0/test/sateesh/DB0backup
               2) Then I gone to BRTOOLS I changed to disk there I scheduled Online backup
               3) Then I came to SAP DB13 I want to take daily backup. But the backup is not going properly what to do any mistake I had done
                    Try to give the valuable solution to take Online backup

  • Connection between two SQL Azure Databases

    We have a requirement to move data (partial data in a table based on policy conditions) between two SQL Azure Databases. Want to know the best possible way to do this.
    We are not looking at Data Sync Framework - as this is only a Preview version and we have to use this in an ongoing basis in Production and the volume of data is quite high.
    The option that we have currently is to use an on premise stored procedure - that will have two link servers to the source and target SQL Azure Databases and do the data movement in one transaction.
    Are there any other better options to do this ? Any pointers will be helpful.

    Hi Kothai Ramanathan,
    According to your description, if you just want to moving part of the data from a huge table between two different SQL Server database, you can use
    SQL Server replication to sync the part of data via articles. However, in SQL Azure database, it does not support SQL Server replication, if you want to migrate database, as other post, you
    can use Data-Tier Application Import and Export or other ways.
     In addition, for just moving the part of data,  you can also create two Linked Servers between local SQL Server database and two different SQL azure database. For example, you can get the changed data from the first Linked
    Server and saved the data to Local database, then insert these data to the other azure database via the second Linked Server.
     For more information, see:
    http://azure.microsoft.com/blog/2012/09/19/announcing-updates-to-windows-azure-sql-database/
    http://blogs.msdn.com/b/sqlcat/archive/2011/03/08/linked-servers-to-sql-azure.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Backup for Sql Azure Database

    Hi,
    We are using the automatic backup option available with Sql Azure , but it is not working for us and throwing the some error.When we raised the ticket for same we had received reply saying this feature is not supported by MS.
    Could you please advise what is best approch for taking the backup for Sql Azure Database.
    Regards...

    Point in time restore is a great feature to sit along side automated export but not a replacement. Automated Export allows us to keep long term backups (30, 60, 90 days) which are important and also allows the ability to import to my local server a backup
    from a previous day for testing or support reasons.
    RedGate provide a backup service as well but I was hoping by using PIT restore and automated backup together I would no longer need to pay for that third-party service.

  • Why i cannot create the sql azure database from my own country 'Nepal' ?. why it is not include in the list of country when we sign up for azure database. :( !!!

    why i cannot create the sql azure database from my own country 'Nepal' ?. why it is not include in the list of country when we sign up for azure database. :(  !!!
    canot we try this new feature ,dosnot we need to try this too..why such discermination for our country nepal. :(

    Hi Anil,
    I am Mahesh from Microsoft Innovation Center. From August 2014 we have made Azure Available to Nepal. You can now directly sign in to azure with your Nepal Based Mobile Number as Verification.
    Thanks for showing your Interest in our Product.
    Mahesh Dahal

  • How to modify stored procedures in SQL Azure database in SQL server express 2012

    Hi,
    I want to modify stored procedures in SQL Azure database in SQL Server Express 2012. But when right click on the stored procedure in Object Explorer, there is no option "Modify" as for SQL Server database. I wonder how to modify stored procedures in SQL
    Azure database in SQL Server Express 2012. Thanks.
    York

    Hi,
    Not sure whay there is no modify..
    As a workaround can you try this and see if you can modify proc..
    Script Procedure As-> Alter To->New query window..
    - Chintak (My Blog)

  • WIll cancel sql server database backup cause anything to be hurt?

    I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe.
    Thanks

    I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe.
    No it will not cause any issue to SQL server database.Backup request reads data from disk using separate thread you just killed the thread.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Command - Take a full database backup

    Hi,
    I have to simulate a database failure. However prior to doing so, I have to take a "Take a full database backup". How do I execute this command? It is my understanding that this is different from selecting "Backup database"
    Thanks in advance for the help!
    Edited by: 976505 on Dec 18, 2012 12:17 PM

    Pl do not post duplicate threads - Oracle 11g XE - Backup

  • Configure SQL Azure database as subscriber

    Hi All,
    I have a in-house database and a SQL Azure database (only database). Require to configure replication between these 2 databases (SQL Azure Databasse as Subscriber) . But AFAIK replication require actual subscriber sql server name. Is there a possibility
    that i may be able to achieve this task.
    Regards
    sufian
    Mohd Sufian www.sqlship.wordpress.com Please mark the post as Answered if it helped.

    Hi,
    Thanks for posting here.
    http://www.windowsazure.com/en-us/manage/services/sql-databases/getting-started-w-sql-data-sync/
    http://msdn.microsoft.com/en-us/library/hh456371.aspx
    I think the best bet is to use SQL Data Sync, it should gives you bidirectional and we use it currently to sync data around the world in terms of datacenters and one local on premise database. It will only give you 5 mins sync timing but this will probably
    do, otherwise the next best options is to use SQL Server VMs and do the old fashion way. But with SQL Azure Data Sync we have found to be reasonable reliable and been running it for a good six months syncing across 4 database in four data centres in Azure.
    Some problems though with it,
    It uses Triggers.
    It will obivously add load and connections to your current SQL Database.
    It is in preview last time I looked, so it might not be 100% suitable for you
    Ref:
    http://www.mssqltips.com/sqlservertip/3007/move-an-on-premise-sql-server-database-to-the-sql-azure-cloud/
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-get-started-sql-data-sync/
    Hope this helps you.
    Girish Prajwal

  • If I need a full rman restore which backups will it use?

    Hello,
    I have a database 11.1.0.7 with 8TB. Block change tracking is enabled.
    At the weekend I take level 0 backup and during the week level 1 cumulative.
    For some weeks the level 0 backup is failing, so I only have level 1 cumulative backups taken every week day with a 4 weeks old level 0 backup.
    If I need a full rman restore which backups will it use? Will it be the last level 0 backup with the last level 1 cumulative?
    I ask this because grid crontrol tells me that the recent level 1 backups input size is smaller than last week level 1 backups and in between I dont have any level 0 sucessfull backups. Shouldn't the input size of level 1 cumulative increase until the next level 0 backup ?
    The grid reports:
    Backup Name Status Start Time Time Taken Type Output Devices Input Size Output Size Output Rate (Per Sec)
    rman_df_lv1c COMPLETED 25/Jul/2011 21H00m WEST 02:33:29 DB INCR SBT_TAPE *1.32T* 289.02G 32.14M
    rman_df_lv0 FAILED 23/Jul/2011 02H01m WEST DB INCR SBT_TAPE 8.78T 8.06T
    rman_df_lv1c COMPLETED 21/Jul/2011 21H00m WEST 04:39:38 DB INCR SBT_TAPE *3.46T* 550.82G 33.62M
    rman_df_lv1c COMPLETED 20/Jul/2011 21H00m WEST 04:47:36 DB INCR SBT_TAPE *3.37T* 524.36G 31.12M
    rman_df_lv1c COMPLETED 19/Jul/2011 21H00m WEST 04:06:09 DB INCR SBT_TAPE *3.15T* 490.75G 34.03M
    rman_df_lv1c COMPLETED 18/Jul/2011 21H00m WEST 03:40:24 DB INCR SBT_TAPE *2.49T* 410.88G 31.82M
    rman_df_lv0 FAILED 16/Jul/2011 22H16m WEST DB INCR SBT_TAPE 6.27T 5.69T
    rman_df_lv1c FAILED 14/Jul/2011 21H00m WEST 06:13:40 DB INCR SBT_TAPE 4.38T 714.30G 32.62M
    rman_df_lv1c FAILED 13/Jul/2011 21H01m WEST 04:40:45 DB INCR SBT_TAPE 3.25T 542.98G 33.01M
    rman_df_lv1c COMPLETED 12/Jul/2011 21H00m WEST 07:15:54 DB INCR SBT_TAPE 4.74T 847.93G 33.20M
    rman_df_lv1c COMPLETED 11/Jul/2011 21H00m WEST 07:26:40 DB INCR SBT_TAPE 3.78T 766.40G 29.28M
    rman_df_lv0 FAILED 9/Jul/2011 02H32m WEST 04:30:44 DB INCR SBT_TAPE 749.89G 716.02G 45.14M
    rman_df_lv1c FAILED 7/Jul/2011 21H01m WEST 04:49:24 DB INCR SBT_TAPE 2.16T 515.90G 30.42M
    rman_df_lv1c FAILED 6/Jul/2011 21H00m WEST 01:26:06 DB INCR SBT_TAPE 745.83G 165.48G 32.80M
    rman_df_lv1c FAILED 5/Jul/2011 21H01m WEST 00:05:48 DB INCR SBT_TAPE 58.56G 7.56G 22.24M
    rman_df_lv1c FAILED 4/Jul/2011 21H00m WEST 01:55:03 DB INCR SBT_TAPE 422.40G 79.55G 11.80M
    rman_df_lv0 FAILED 3/Jul/2011 16H32m WEST 30:22:04 DB INCR SBT_TAPE 4.53T 4.21T 40.40M

    >
    If I need a full rman restore which backups will it use? Will it be the last level 0 backup with the last level 1 cumulative?
    From http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmvalid.htm
    Validating Backups Before Restoring Them
    You can run RESTORE ... VALIDATE to test whether RMAN can restore a specific file or set of files from a backup. RMAN chooses which backups to use.
    The database must be mounted or open for this command. You do not have to take datafiles offline when validating the restore of datafiles, because validation of backups of the datafiles only reads the backups and does not affect the production datafiles.
    When validating files on disk or tape, RMAN reads all blocks in the backup piece or image copy. RMAN also validates offsite backups. The validation is identical to a real restore operation except that RMAN does not write output files.
    You can monitor what RESTORE VALIDATE does.
    Make precautions, so you do not damage the production DB!!!
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • I'm doing a timemachine backup of my current MBPro. The MBPro has aproximately 250 GB of content that is being "timemachine'd". My new SSD is only 128 GB, how do I restore the timemachine backup, when my old drive was larger than the new drive?

    I'm doing a timemachine backup of my current MBPro. The MBPro has aproximately 250 GB of content that is being "timemachine'd". My new SSD is only 128 GB, how do I restore the timemachine backup, when my old drive was larger than the new drive? Is there a way to pick what you want to restore or am I completely f***ed? I tried googling the answer but all i got was how to move the timemachine backup to another HDD. Sorry for the ******** question, thought I'd try here.
    Thanks for the help.

    I'm doing a timemachine backup of my current MBPro. The MBPro has aproximately 250 GB of content that is being "timemachine'd". My new SSD is only 128 GB, how do I restore the timemachine backup, when my old drive was larger than the new drive? Is there a way to pick what you want to restore or am I completely f***ed? I tried googling the answer but all i got was how to move the timemachine backup to another HDD. Sorry for the ******** question, thought I'd try here.
    Thanks for the help.

  • SQL Server Database backup

    Hi Team ,
    I have SQL Cluster 2012 server running with Couple of Critical data base instance . Each instance installed in different drive.
    One of my application database is having mdf of size 1 Gb and ldf is 250 GB . Database is set to full recovery model.
    Now I want to change recovery model to simple and want to shrink the los also. before than I want to take database backup.
    I have 50 GB space left in drive .
    i want to take full database backup on same drive .please let me know how much space i need on that drive to take full backup.
    thanks
    Ravi

    There are two options for you here
    1. Take transaction log backup and try shrinking the log file but you might have to take multiple transaction log backups to actually shrink the log file
    2. If you are switching from full recovery to simple you dont need to take full backup reason is switching from full to simple breaks log chain so its better to have Transaction log backup and like Praveen suggested if you take transaction log backup with
    compression it likely it would fit in free space. But you have to try.
    3. This you have to do on your own risk: (If backup of log in point 2 fails) I dont think changing from full recovery to simple would cause any
    data loss. So you can switch to simple shrink logs switch back to full and schedule frequent log backups
    Reason why log grew so much because you did not took sufficient transaction log backups. So create maintenance plan which would take frequent log backups also if you dont want point in time recovery for this database let it be in simple recovery
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • SQL Server Database backup and restore issue

    Hi
    I am trying to take a backup of the database and using restore to create  its copy on the same server
    Basically I am following this approach
    http://stackoverflow.com/questions/3912221/ms-sql-2008-create-a-copy-of-the-database-without-the-data 
    Using the restore command is giving me the following error
    RESTORE DATABASE [TargetDB]
    FROM DISK = N'D:\backup.bak' WITH FILE = 1,
    MOVE N'OriginalDB' TO N'D:\sql data\TargetDB.mdf',
    MOVE N'OriginalDB' TO N'C:\SQL Data\TargetDB_1.ldf',
    NOUNLOAD, STATS = 33
    Logical file "ORIGINALDB" is not part of database "TARGETDB" . Use RESTOREFILELIST only to list
    plz suggest as I checked the syntax is fine too as per
    https://technet.microsoft.com/en-us/library/ms190447%28v=sql.105%29.aspx
    I am using SQL Server 2012 

    LogicalName cant be same for mdf and ldf. verify again with FILELISTONLY. Also you have put wrong logical name 
    MOVE N'OriginalDB' TO N'D:\sql data\TargetDB.mdf'
    Please paste the output of
    RESTORE FILELISTONLY FROM DISK = 'D:\backup.bak'

  • Error when trying to upgrade SQL Azure database using DAC Package in MGMT Studio - "Unexpected XML Content"

    Hi there,
    I am trying to upgrade a database running in SQL Azure from my local dev box which is running SQL Server 2008 R2 Sp1 (Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64))
    I extract the dac with no problems from my local database. However, when I try to upgrade the Azure db I get the below error.
    This error occurs just after I browse to select the dac package and click open in the browse window. I.e. It happens before I actually try and apply this dac to the Azure database. Something is going wrong, presumably, when the package is parsed by management
    studio.
    I am running Visual Studio 2010 Premium Sp1 if that matters, plus all the various updates required for Azure development..
    Thanks for your help!

    Hey there, and apologies for the lack of response.  Are you still having this issue and still needing help?
    Thanks Guy

  • Do I need to take SQL exam if I have PL/SQL developer OCA

    I got my pPL/SQL Developer OCA certificate in 2006. Do I need to take another SQL exam to go for Oracle 11g DBA OCA?

    HI, yes you take SQL exam.
    Associate Certification Path
    STEP 1 - PASS THIS EXAM 
    or select one of the exams at the bottom of the page *
    1Z0-051
    Oracle Database 11g: SQL Fundamentals I *
    STEP 2 - PASS THIS EXAM 
    1Z0-052
    Oracle Database 11g: Administration I
    Please see following link: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&get_params=p_track_id:Datab11g#tabs-1
    Thank you

Maybe you are looking for

  • Error while altering a table.

    Hi All, When i tried to alter a table. I got the following error. SQL> ALTER TABLE SALES_ORDER_TRANS_IHST ADD(SUPER VARCHAR2(1),REASON_CD VARCHAR2(10)); ERROR at line 1: ORA-00069: cannot acquire lock -- table locks disabled for SALES_ORDER_TRANS_IHS

  • HR Tables(Urgent)

    hello Friends, I have to create the Report.Which should display the Appraisal Deatils of an Employee.Can any one tell me in which tables contains the all the details of Appraisee,Appraiser,Part Appraiser and final Appraisal Rating.It is very Urgent P

  • Is my MacBook a uk or us version

    I just received a new MacBook Pro from a seller that was fulfilled by amazon. I became suspicious the MacBook would be a US version while it was in transit and asked the question of amazon if it was or UK version. Amazon replied "Further to your E-ma

  • HT3702 trouble activating card on itunes keeps asking for correct security code

    what am i doing wrong if i'm putting in security code and it tells me different

  • How can I get HTML source code of dynamic Web page ?

    Hi, I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule. Thank you ver