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: docs/ssdt/alter-dacfx-used-by-ssdt.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,20 @@ DacFx is published to [NuGet](https://www.nuget.org/packages/Microsoft.SqlServer
34
34
3. Close Visual Studio.
35
35
4. Copy the following files from `lib/net46` into the SSDT DacFx folder:
36
36
37
-
- Microsoft.Data.Tools.Schema.Sql.dll
38
-
- Microsoft.Data.Tools.Utilities.dll
39
-
- Microsoft.SqlServer.Dac.dll
40
-
- Microsoft.SqlServer.Dac.Extensions.dll
41
-
- Microsoft.SqlServer.Dac.Extensions.xml
42
-
- Micrososft.SqlServer.Dac.xml
43
-
- Microsoft.SqlServer.TransactSql.ScriptDom.dll
44
-
- Microsoft.SqlServer.Types.dll
37
+
- Microsoft.Data.Tools.Schema.Sql.dll
38
+
- Microsoft.Data.Tools.Utilities.dll
39
+
- Microsoft.SqlServer.Dac.dll
40
+
- Microsoft.SqlServer.Dac.Extensions.dll
41
+
- Microsoft.SqlServer.Dac.Extensions.xml
42
+
- Micrososft.SqlServer.Dac.xml
43
+
- Microsoft.SqlServer.TransactSql.ScriptDom.dll
44
+
- Microsoft.SqlServer.Types.dll
45
45
46
46
47
47
SQL Projects will require [Clean or Rebuild](/visualstudio/ide/building-and-cleaning-projects-and-solutions-in-visual-studio) after this process to properly incorporate the replaced DacFx version.
48
48
49
49
50
-
## Next Steps
50
+
## Next steps
51
51
52
52
-[SQL Server Data Tools (SSDT) overview](sql-server-data-tools.md)
0 commit comments