Skip to content

Commit b8f454e

Browse files
Update Data Profiling Table Count.sql
1 parent d19d0ab commit b8f454e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Scripts/Data Profiling Table Count.sql

+1-9
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GO
3535
SELECT *,
3636
0 AS IsCompleted
3737
INTO #DatabaseNames
38-
FROM (VALUES('bsav2_mytest_db'),('sar_bktb')) AS db(DatabaseName);
38+
FROM (VALUES('mydb1'),('mydb2')) AS db(DatabaseName);
3939
GO
4040

4141
-----------------------------------------------------------------------------
@@ -127,11 +127,3 @@ DEALLOCATE mycursor;
127127
GO
128128

129129
SELECT * FROM #DataProfilingObjects ORDER BY DB_NAME, RecordCount DESC, TableName;
130-
131-
/*
132-
SELECT * FROM bsav2_mytest_db.dbo.binary_docs;
133-
SELECT * FROM bsav2_mytest_db.dbo.business_type_code;
134-
SELECT * FROM bsav2_mytest_db.dbo.code_definition;
135-
136-
SELECT * FROM bsav2_mytest_db.dbo.custom_query_migration
137-
*/

0 commit comments

Comments
 (0)