'sqlazure'에 해당되는 글 2건

  1. SQL 애져 백업 및 복원 방법
  2. SQL AZURE 경험

http://blogs.technet.com/b/dataplatforminsider/archive/2013/01/24/improved-cloud-scenarios-and-compatibility-with-sql-server-2012-sp1-cu2-and-new-microsoft-odbc-drivers.aspx

http://blogs.msdn.com/b/windowsazure/archive/2013/01/23/sql-server-backup-and-restore-to-cloud-simplified.aspx


※. SQL2012 SP1 CU2에서 SQL 애져 백업 방법 개선
http://sqlblog.com/blogs/sqlos_team/archive/2013/01/24/backup-and-restore-to-cloud-simplified-in-sql-server-2012-sp1-cu2.aspx

Tutorial: Getting Started with SQL Server Backup and Restore to Windows Azure Blob Storage Service

http://msdn.microsoft.com/en-us/library/jj720558.aspx


※. 2013.02.13 추가
http://blogs.dotnethell.it/suxstellino/Creare-un-backup-di-un-Azure-SQL-Database-con-SQL-Server-Management-Studio__19049.aspx


'Etc' 카테고리의 다른 글

sql 파일 구조 보는 툴~  (0) 2013.03.04
QUERYTRACEON 공식화되다  (0) 2013.02.08
성능 모니터링 기본 설정 방법~  (0) 2013.01.14
TPC-E 새로운 OLTP 벤치마크  (0) 2013.01.10
[펌] Demo of MongoDB Text Search and Hashed Shard Keys  (0) 2013.01.08

SQL AZURE 경험

  1. SQL 애저에 2개의 DB를 생성하였습니다.

       

   

  1. 내 로컬의 SSMS를 이용하여 접속.

    Judy_db의 오른쪽 하단에 서버 정보를 이용하여 로컬의 ssms를 이용하여 접속하겠다.

    SQL 생성시 생성했던 계정으로 접속을 한다.

       

   

    

서버에 생성한 DB가 보인다. SQL을 생성하면, 기본적으로 SQL2012 버전으로 생성되는군. 안 보이던 기능 페더레이션은 머하는 기능일까?

   

  1. Master db->judy db 변경하기.
  2.    

  3. 백업 하기

    백업 구문이 먹히지 않습니다.

       

  4. 테이블의 clustered index key가 존재하지 않는 다면, 데이터도 insert 하지 않네요.

       

.

 SQL AZURE 환경에 대해서 백업하는 방법을 정리해봐야겠다^^  

   

윈도우 애저 백업과 복구

  1. PS로 이용하는 방법 http://fabriccontroller.net/blog/posts/backup-and-restore-your-sql-azure-database-using-powershell/
  2. Bcp로 백업