반응형
How to: Enable FILESTREAM
Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the SQL Server Database Engine. This topic describes how to enable FILESTREAM by using SQL Server Configuration Manager.
To enable and change FILESTREAM settings
- On the Start menu, point to All Programs, point to Microsoft SQL Server 2008 R2, point to Configuration Tools, and then click SQL Server Configuration Manager.
- In the list of services, right-click SQL Server Services, and then click Open.
- In the SQL Server Configuration Manager snap-in, locate the instance of SQL Server on which you want to enable FILESTREAM.
- Right-click the instance, and then click Properties.
- In the SQL Server Properties dialog box, click the FILESTREAM tab.
- Select the Enable FILESTREAM for Transact-SQL access check box.
- If you want to read and write FILESTREAM data from Windows, click Enable FILESTREAM for file I/O streaming access. Enter the name of the Windows share in the Windows Share Name box.
- If remote clients must access the FILESTREAM data that is stored on this share, select Allow remote clients to have streaming access to FILESTREAM data.
- Click Apply.
- In SQL Server Management Studio, click New Query to display the Query Editor.
- In Query Editor, enter the following Transact-SQL code:
EXEC sp_configure filestream_access_level, 2
RECONFIGURE
- Click Execute.
반응형
'IT 동향' 카테고리의 다른 글
MS ALM (Application Lifecycle Management) (0) | 2010.08.13 |
---|---|
VSTS2010 관련글 정리 - 펌 (0) | 2010.08.11 |
데이터 마이닝의 기법 (0) | 2010.08.10 |
노컷 뉴스-> 카이스트 특허: 세계 최초 '와이파이' 위치기술 어플 선보인다 (0) | 2010.08.04 |
[알아봅시다] 4D 스테이지(홀로그래피 입체영상) – 디지털 타임스 펌 (0) | 2010.08.03 |