You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/2_AzureAnalytics/1_SynapseAnalytics/demos/2_synapse_views_dynamically_remove_space/1_dedicatedSQLPoolStoreProc/README.md
+92-15Lines changed: 92 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,17 @@ Last updated: 2025-01-24
10
10
11
11
----------
12
12
13
-
## Wiki
14
-
15
-
<details>
16
-
<summary><b>List of References </b> (Click to expand)</summary>
17
-
18
-
19
-
</details>
20
-
21
13
## Content
22
14
23
15
<details>
24
16
<summary><b>Table of Content </b> (Click to expand)</summary>
25
17
18
+
-[Content](#content)
19
+
-[Demo](#demo)
20
+
-[Set Up a Dedicated SQL Pool](#set-up-a-dedicated-sql-pool)
21
+
-[Create a Dedicated SQL Pool](#create-a-dedicated-sql-pool)
22
+
-[Create Tables with Spaces in Names and Columns](#create-tables-with-spaces-in-names-and-columns)
23
+
-[Create Views with Modified Tables/Column Names](#create-views-with-modified-tablescolumn-names)
26
24
27
25
</details>
28
26
@@ -130,7 +128,88 @@ Last updated: 2025-01-24
130
128
1. **Create a Stored Procedure to Remove Spaces from Column Names**: Use the following script to create a stored procedure that removes spaces from column names and creates views. Click [here to see the .sql file]().
0 commit comments