Database/MS-Sql Lecture33 SQL2005 보고서 기능을 더욱 강력하게! SQL Server 2005 Performance Dashboard Reports http://www.microsoft.com/downloads/details.aspx?FamilyId=1D3A4A0D-7E0C-4730-8204-E419218C1EFC&displaylang=en 1. SQL Server 2005 Performance Dashboard Reports 다운받고 설치 2. '..Microsoft SQL Server\90\Tools\PerformanceDashboard\setup.sql' 실행 3. SQL Management Studio 실행후 해당 DB 나 테이블등을 선택하고 [보고서 => 사용자지정 보고서] 선택 4. '..Microsoft SQL Server\90\Tools\Performan.. 2008. 12. 16. SQL Server 2008의 신기능 - Transparent Data Encryption (TDE) 데이터 단위로 암호화하는 기능으로서 데이터 파일, 로그 파일, 백업 파일을 암호화할 수 있다. SQL Server 2005에서 제공되고 있는 암호화 기능은 유연한 제어가 가능한 반면, 어플리케이션 변경이 필요하며, 또한 암호화한 칼럼을 검색하는 것도 골칫거리였다. SQL Server 2008에서는 어플리케이션의 변경 없이 필요한 데이터베이스만 암호화할 수 있도록 개선되었다. 설정 방법은 Books Online을 참고하라. Understaning Transparent Data Encryption (TDE) http://msdn2.microsoft.com/en-us/library/bb934049(SQL.100).aspx 기본적인 데이터베이스 암호화 순서 1. 마스터키 작성 CREATE MASTER KEY ... 2008. 9. 25. SQL Server Working with Cursors Tips for Working with Cursors Some providers, such as SQL Server, implement a forward-scrolling, read-only (or 'firehose') cursor mode, meaning that they can efficiently retrieve data by keeping a connection open. When working with such providers, the connection could be blocked by another user's transaction. The following examples demonstrate scenarios that result in errors.dbConn.Open "DSN=SQL.. 2008. 8. 22. Microsoft OLE DB Provider for ODBC Drivers error '8004d01d' PRB027 Microsoft OLE DB Provider for ODBC Drivers error '8004d01d' Cannot start transaction because more than one hdbc is in use. Error Details: Error Type: Microsoft OLE DB Provider for ODBC Drivers error Associated Error Number: 8004d01d Cause/Symptoms: You are using the ActiveX Data Objects to manipulate a database programmatically. You are using the BeginTrans(), CommitTrans(), RollbackTrans.. 2008. 8. 22. 이전 1 2 3 4 5 6 7 8 9 다음