Skip to content

Commit 91a4434

Browse files
committed
Removed RC1 check.
1 parent c66ae32 commit 91a4434

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

samples/features/sql-big-data-cluster/bootstrap-sample-db.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ BEGIN
7474
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'sql19bigdatacluster!';
7575

7676
-- Create default data sources for SQL Big Data Cluster
77-
IF SERVERPROPERTY('ProductLevel') <> 'RC1'
78-
CREATE EXTERNAL DATA SOURCE SqlComputePool
79-
WITH (LOCATION = 'sqlcomputepool://controller-svc/default');
77+
CREATE EXTERNAL DATA SOURCE SqlComputePool
78+
WITH (LOCATION = 'sqlcomputepool://controller-svc/default');
8079

8180
CREATE EXTERNAL DATA SOURCE SqlDataPool
8281
WITH (LOCATION = 'sqldatapool://controller-svc/default');

0 commit comments

Comments
 (0)