Skip to content

Commit 63a1fc3

Browse files
committed
fixes2
1 parent afdaabc commit 63a1fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dms/tutorial-sql-server-azure-sql-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To complete this tutorial, you need to:
7878
USE <DBName>;
7979
go
8080
SELECT is_tracked_by_cdc, name AS TableName
81-
?FROM sys.tables WHERE type = 'U' and is_ms_shipped = 0 AND
81+
FROM sys.tables WHERE type = 'U' and is_ms_shipped = 0 AND
8282
OBJECTPROPERTY(OBJECT_ID, 'TableHasPrimaryKey') = 0;
8383
```
8484

0 commit comments

Comments
 (0)