I'm new in SQL server management studio 2012 now i'm use data from server and it has a white circle on my database 4 people in my team use this server and everyone see that... we use same ID to login to this server... what does it's mean please help
SQL Server Management Studio 2012 Sybase Query AdvantageI have a remote site using Advantage Sybase as a backend, and I need to query the data preferably from SQL Server Management Studio 2012. I can see the tables within a Sybase Data Architect app I downloaded, but now I need to query from SQL Server Ma
Relation 1: 1 in SQL Server Management Studio 2012I 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.You can either create a unique constraint or just include that information in the
Where do SQL Server Management Studio queries actually run?If I am using SQL Server Management Studio on my local machine to execute a query which is manipulating data on one or more remote servers, where does the actual computing take place? Is it using my local resources or that of the remote server?The re
SQL Server Management Studio 2012 still uses the 2005 server instanceI 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 before installing the server 2012. Now the problem is
Primary auto-increment key in SQL Server Management Studio 2012How do I auto increment the primary key in a SQL Server database table, I've had a look through the forum but can't see how. I've looked the the properties but can't see an option, I have seen an answer where you go to the Identity specification prop
SQL Server Management Studio 2012 with other versions of SQL ServerI know it might sound nave but is there's anyway to use the SSMS 2012 with SQL Server 2008 as it's our deployment server but I really hate the absence of Intellisense SSMS 2008 and it makes me waste a lot of time that makes using the GUI much more r
MS.Win32.Penimc.UnsafeNativeMethods Visual Studio 2015 and Sql Server Management Studio 2012
I am getting the following error after patch KB3186497 was installed on my machine. I faced a similar issue and the culprit was Microsoft .Net 4.7 Framework. I had to uninstall 4.7 and then installed 4.6 version. Now it works fine.
Microsoft SQL Server Management Studio - Trying to add an FK constraint, get an error: & ldquo; Invalid column & hellip; & Ldquo;
I'm trying to add a foreign key constraint to link my tables, however I keep getting this error: Msg 1769, Level 16, State 1, Line 1 Foreign key 'fk_customers_titles' references invalid column 'title_id' in referencing table 'customers'. I've created
Standard template in SQL Server Management StudioI am working on a team that have a number of developers working with SQL Server, developing stored procedures, functions etc. I would like a consistent layout between the SQL, same header with a copyright etc. SO I need a standard template for the SQ
SQL Server Management Studio Can not Find a Valid SQL Name Connection 2012I've downloaded SQL Server 2012 Management Studio and I have a problem when I'm trying to connect just after I open it. I try many names but nothing works. I also tried to look up in view local services or services in task manager like in this post:
The missing database diagram node for the SQL Azure database in Microsoft SQL Server Management Studio SSMS 2012?
When connecting to a windows azure SQL server database from SQL server management studio, the database diagrams node appears to be missing. See attached image. I installed from 'en_sql_server_2012_enterprise_edition_x86_x64_dvd_813294' but can't find
How to view query history in SQL Server Management Studio Is the query history stored in some log files? If yes, can you tell me how to find their location? If not, can you give me any advice on how to see it?[Since this question will likely be closed as a duplicate.] If SQL Server hasn't been restarted (an The full external full join does not work in my SQL Server Management StudioI am working with Microsoft SQL Server 2012. I have two tables T1 and T2 and they both have an ID column. When I enter the following SQL statement in my Microsoft SQL Server Management Studio select ID from T1 natural full outer join T2 it generated