Running SSMS for SQL Server 2012 with multiple instances with different collation

user5891664

I already have SQL Server 2012 (collation: Latin1_General_CI_AS) working happily on my machine. But I need to connect to an old database with different collation (SQL_Latin1_General_CP1_CI_AS).
So, I installed another instance of SQL Server 2012 with this collation. But I am not able to access this instance of SQL Server using SQL Server Management Studio(SSMS).

There is just one SSMS on my machine and whenever I try to connect to it, it connects to earlier instance of SQL Server 2012. How do I get SSMS connected to new instance of SQL Server?
Thanks.

TheGameiswar

If you are trying to connect from local and not sure of instance name..You can try selecting the browser for more option in servernames and click on local servers as shown below.This will enumerate all the instances present in machine..

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Running SSMS for SQL Server 2012 with multiple instances with different collation

From Dev

Changing the collation of a SQL Server 2012 database

From Dev

OSX: Running multiple instances of an application with different arguments

From Dev

How to change Instance Collation of sql server running on amazon rds?

From Dev

meaning of multiple instances sql server

From Dev

sql running in Access 2010 but not sql server 2012

From Dev

SQL Server : same query running multiple times with different execution time

From Dev

SQL Server 2012 - Break apart a running total

From Dev

SQL Server 2012/2014 Calculate running count

From Dev

Changing Collation did not effect on million rows of a table in SQL Server 2012 Database

From Dev

SQL Server 2012: Multiple select count(column1) in a single query from different table causing errors

From Dev

Using TFS 2010 Source Control with SQL Server 2012 SSMS to manage SQL Scripts

From Dev

Multiple counts on the same SQL Server 2012 table

From Dev

What are the advantages of running multiple instances of mysql on different ports?

From Dev

Running multiple shell instances with different parameters at the same time

From Dev

How do I setup multiple memcached instances running on different ports?

From Dev

Running multiple shell instances with different parameters at the same time

From Dev

Simulate running multiple server and client instances using Java concurrency

From Dev

Running multiple instances of redis with [email protected]

From Dev

Running multiple elasticsearch instances

From Dev

Start SSMS for SQL 2012 using CMD

From Dev

SSIS Package Not Running as 32bit in SQL Server 2012

From Dev

add different texts for specific values SQL Server 2012

From Dev

Running multiple stored procedures in SQL Server

From Dev

Risk and effects of changing database collation in SQL Server

From Dev

Collation conflict using 2 versions of SQL Server

From Dev

How to fix a collation conflict in a SQL Server query?

From Dev

SQL Server 2008 Collation conflict - how to resolve?

From Dev

Query to change table collation in SQL Server 2008

Related Related

  1. 1

    Running SSMS for SQL Server 2012 with multiple instances with different collation

  2. 2

    Changing the collation of a SQL Server 2012 database

  3. 3

    OSX: Running multiple instances of an application with different arguments

  4. 4

    How to change Instance Collation of sql server running on amazon rds?

  5. 5

    meaning of multiple instances sql server

  6. 6

    sql running in Access 2010 but not sql server 2012

  7. 7

    SQL Server : same query running multiple times with different execution time

  8. 8

    SQL Server 2012 - Break apart a running total

  9. 9

    SQL Server 2012/2014 Calculate running count

  10. 10

    Changing Collation did not effect on million rows of a table in SQL Server 2012 Database

  11. 11

    SQL Server 2012: Multiple select count(column1) in a single query from different table causing errors

  12. 12

    Using TFS 2010 Source Control with SQL Server 2012 SSMS to manage SQL Scripts

  13. 13

    Multiple counts on the same SQL Server 2012 table

  14. 14

    What are the advantages of running multiple instances of mysql on different ports?

  15. 15

    Running multiple shell instances with different parameters at the same time

  16. 16

    How do I setup multiple memcached instances running on different ports?

  17. 17

    Running multiple shell instances with different parameters at the same time

  18. 18

    Simulate running multiple server and client instances using Java concurrency

  19. 19

    Running multiple instances of redis with [email protected]

  20. 20

    Running multiple elasticsearch instances

  21. 21

    Start SSMS for SQL 2012 using CMD

  22. 22

    SSIS Package Not Running as 32bit in SQL Server 2012

  23. 23

    add different texts for specific values SQL Server 2012

  24. 24

    Running multiple stored procedures in SQL Server

  25. 25

    Risk and effects of changing database collation in SQL Server

  26. 26

    Collation conflict using 2 versions of SQL Server

  27. 27

    How to fix a collation conflict in a SQL Server query?

  28. 28

    SQL Server 2008 Collation conflict - how to resolve?

  29. 29

    Query to change table collation in SQL Server 2008

HotTag

Archive