mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removed RC1 check.
This commit is contained in:
@@ -74,9 +74,8 @@ BEGIN
|
||||
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'sql19bigdatacluster!';
|
||||
|
||||
-- Create default data sources for SQL Big Data Cluster
|
||||
IF SERVERPROPERTY('ProductLevel') <> 'RC1'
|
||||
CREATE EXTERNAL DATA SOURCE SqlComputePool
|
||||
WITH (LOCATION = 'sqlcomputepool://controller-svc/default');
|
||||
CREATE EXTERNAL DATA SOURCE SqlComputePool
|
||||
WITH (LOCATION = 'sqlcomputepool://controller-svc/default');
|
||||
|
||||
CREATE EXTERNAL DATA SOURCE SqlDataPool
|
||||
WITH (LOCATION = 'sqldatapool://controller-svc/default');
|
||||
|
||||
Reference in New Issue
Block a user