G
Guest
If I create a database or attach a database file in the version of SQLServer
that comes built-in to Visual Studio, the ConnectionString that VisualStudio
automatically creates for connection to this database is a "file-based"
connection ("AttachDbFileName=...").
Is there a way to attach a database to this version of SQL Server that can
be connected to from my development code using the "Server=...; Initial
Catalog=...;" approach instead? This would make it a lot easier to test if
everything is working as it should.
Alex
that comes built-in to Visual Studio, the ConnectionString that VisualStudio
automatically creates for connection to this database is a "file-based"
connection ("AttachDbFileName=...").
Is there a way to attach a database to this version of SQL Server that can
be connected to from my development code using the "Server=...; Initial
Catalog=...;" approach instead? This would make it a lot easier to test if
everything is working as it should.
Alex