dimanche 23 mai 2010

Step by Step Clustering SQL Server 2008 R2 Part VI

Part I – Before we start
Part II – Creating Windows Cluster
Part III – Clustering MSDTC
Part IV – Installing the first SQL Server Cluster Node
Part V – Adding the second node
Part VI – Post installation tasks

On this last part we will only demonstrate how to enable Filestream feature on SQL Server 2008 clustered configuration.
on future posts we will discuss other administrative tasks and tips.
Note : All actions described on these part should be performed on each node.

1Start the SQL Server Configuration Manager
 image
2Click Yes on the User Account Control
 image
3Open the properties windows of the SQL Server Service by right clicking on it   and then the Properties context menu
 image
4Check Enable FILESTREAM for Transact-SQL access
and Enable FILESTREAM for file I/O streaming access  
Type the Windows Share Name to use and then click Apply
 image
5Verify that a File Share Resource with the same Share Name as configured on the FILESTREAM tab appears and it’s online on the  Failover Cluster Manager, the resource should appear as depending on the SQL Server service   
 image
6Run the SQL Script :

EXEC sp_configure filestream_access_level , 2
reconfigure
 
 image

Aucun commentaire:

Enregistrer un commentaire