File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlBulkCopyTest Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ public class HiddenTargetColumn
14
14
public void WriteToServer_CopyToHiddenTargetColumn_ThrowsSqlException ( )
15
15
{
16
16
string connectionString = DataTestUtility . TCPConnectionString ;
17
- string destinationTable = DataTestUtility . GetUniqueNameForSqlServer ( "HiddenTargetColumn" ) ;
18
- string destinationHistoryTable = DataTestUtility . GetUniqueNameForSqlServer ( "HiddenTargetColumn_History" ) ;
17
+ string destinationTable = DataTestUtility . GetShortName ( "HiddenTargetColumn" ) ;
18
+ string destinationHistoryTable = DataTestUtility . GetShortName ( "HiddenTargetColumn_History" ) ;
19
19
20
20
using ( SqlConnection dstConn = new SqlConnection ( connectionString ) )
21
21
using ( SqlCommand dstCmd = dstConn . CreateCommand ( ) )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class SqlGraphTables
15
15
public void WriteToServer_CopyToSqlGraphNodeTable_Succeeds ( )
16
16
{
17
17
string connectionString = DataTestUtility . TCPConnectionString ;
18
- string destinationTable = DataTestUtility . GetUniqueNameForSqlServer ( "SqlGraphNodeTable" ) ;
18
+ string destinationTable = DataTestUtility . GetShortName ( "SqlGraphNodeTable" ) ;
19
19
20
20
using SqlConnection dstConn = new SqlConnection ( connectionString ) ;
21
21
using DataTable nodes = new DataTable ( )
You can’t perform that action at this time.
0 commit comments