April 21, 2019 at 1:03 am
Is it possible to install a sample database with a .db extension into SQL server management studio? I know how to install a database with a .bak extension but it's not working with the .db extension.
April 21, 2019 at 9:31 am
Can you please elaborate further on this? What are you trying to do? What is the source type of the .db file etc.
😎
SSMS does not host any databases or database files, those must reside on a SQL Server instance.
April 21, 2019 at 4:40 pm
Is it possible to install a sample database with a .db extension into SQL server management studio? I know how to install a database with a .bak extension but it's not working with the .db extension.
".db" isn't the normal extension for SQL Server databases. What RDBMS did the ".db" files come from?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply