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

node.js - StackOverflow API not returning JSON -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -

visual studio - How to generate shader debug information (pdb) in VS2012 -