0
votes
2answers
52 views

SQL Server management studio 2012 still using server 2005 instance

I had previously installed SQL Server 2005 and its management tools. Now I have installed SQL Server 2012 and Management studio 2012 along with it. I did not uninstall the previous SQL Server 2005 ...
0
votes
2answers
233 views

1:1 relationship in SQL Server Management Studio 2012

I want to create a 1:1 relationship in SQL Server Management Studio 2012, please help me, can't find the correct way, every time I try it creates a one to many relation.
0
votes
1answer
55 views

Executing a raw sql command needs always the schema + tablename in sql management studio

When I am executing a SQL statement like: Delete From [dbo].[User] this works fine. When I execute this statement also in my SQL Server 2012 Management Studio: Delete From User it does not ...
0
votes
0answers
362 views

SQLServer Management Studio connect to Azure VM SQLServer [Solved]

I'm new with Windows Azure and I need to try to establish connectivity between my laptop and Windows Azure VM running SQLServer! It seems like is a simple question but i'm with serious difficulties! ...
0
votes
1answer
148 views

SQL Server 2012 SSMS with SQL Server 2008 R2 database engine

I use SQL Server 2008 R2 as the database engine. With my MSDN subscription, I can get SQL Server 2012 for development use. Since I noticed some cool things in 2012 SSMS, my question is that if I only ...
2
votes
0answers
126 views

Is there a way to bind SSMS 2012 keyboard shortcuts to a procedure in a way where I can pass the fully qualified object name?

In SSMS 2012, is there any way I can bind a keyboard shortcut (e.g. Ctrl-5) so that I can highlight a qualified object name (e.g. master.sys.objects) and invoke my own procedure using that object name ...
1
vote
2answers
1k views

Debugging in SQL Management Studio 2012

I'm using Management Studio 2012 but I'm not able to debug any SQL code. After I hit the Debug button I'm not getting any green arrow on the left side and none of my SQL object are being loaded to the ...
2
votes
1answer
1k views

Can't attach ASP.NET database to SQL Server Management Studio

I have an ASP.NET MVC3 project that has a database. I want to attach that database to SQL Server Management Studio. In SQL Server Management Studio, I right click Databases, then click Attach, then ...
6
votes
4answers
4k views

SQL Server Management Studio 2012 hangs

When I click on the "Databases" node in "Object Explorer" it just keeps on "Loading items" until at some point it just hangs. This happens only when connecting to a remote server, not when accessing ...
67
votes
7answers
102k views

Where is SQL Server Management Studio 2012?

I had on my laptop SQL Server 2008 R2 and Visual Studio 2008 and 2010 (we're a training company - hence the need for multiple versions). I've installed SQL Server 2012, and have finally got SQL ...
0
votes
1answer
1k views

SQL LocalDB Open in SQL Mgmt Studio Run Script

I created a new LocalDB database from Visual Studio in my WPF project. Now I'd like to run a SQL Script to create all the tables in it. But I can't find how I can open the database with SQL ...