Two instance of SQL Server with same name? -


can have 2 db instance on same server same database name in sql server?

if mean 2 sql server "named instances" each 1 containing same "database" name, yes.

on 1 server have 2 named instances:

  • servername\instancea
  • servername\instanceb

both instancea , instanceb each contain database name "mydatabase"


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -