We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66ae32 commit 91a4434Copy full SHA for 91a4434
samples/features/sql-big-data-cluster/bootstrap-sample-db.sql
@@ -74,9 +74,8 @@ BEGIN
74
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'sql19bigdatacluster!';
75
76
-- 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');
+ CREATE EXTERNAL DATA SOURCE SqlComputePool
+ WITH (LOCATION = 'sqlcomputepool://controller-svc/default');
80
81
CREATE EXTERNAL DATA SOURCE SqlDataPool
82
WITH (LOCATION = 'sqldatapool://controller-svc/default');
0 commit comments