Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/sqlse…
continued SQL login failure despite attempts to reset [sa] password in ...
I encountered difficulties with admin login & password before --as in, my client had forgotten the sa password --but I was able to resolve the issue; I "reset" the password using SQL Server Mgmt. Studio Express. Having worked before I tried this method again.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
SQL Management studio freezes when opening - social.msdn.microsoft.com
I was able to fix the problem by removing the registry enties for SQL Server under current user. I figured it out after I logged in as a diferent user and was able to open SQL management studio.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
The data types of the columns in the relationship do not match
Parent columns and child columns don't have type-matching columns." even though both data types are int and worked in MS SQL Server Management studio. Why? and do I need to set this in VS2008 if it worked in the MSSQL Server Management Studio? Edited byVict0rFriday, May 4, 2012 4:39 AM Friday, May 4, 2012 4:13 AM
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/762…
SSMS backspace doesn't work when editing table name
Try it: open SQL Server Management Studio, click a table name to edit it, try to delete a character using backspace.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/sqlse…
SQL Server Management Studio Express - cannot find SQLEditors.DLL
This file does exist and is in the same directory as SSMSEE.EXE (C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE). Other context menu items "Script table as" and "Properties" work fine.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/lync/en-U…
Installation error 29506 on SQL Management Studio...
The other solution, you could change the UAC settings to be minimal (search for UAC in the start bar and select Control Panel –> Change User Account Control Settings) and set to minimal settings. Or you can disable UAC to solve the issue. Then you could install SQL Server Management Studio.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Could not retrieve schema from my database.
I had SQL Server 2008 and SQL Server Management, so I deleted everything I could except for Visual Basic 2010 Express. If you found my post helpful, please give me a recognition point on the left hand side of my post.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
Slow query after removing 50% of table data
I run all the tests now in MS SQL Server Management Studio. and every time I start the test I restore an old DB and I start there all over again.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
NEWBIE : how to create a new instance of ms sql server database
When you install SQL Server you can install it as a default instance or named instance. Only one default instance and a maximum of 50 named instance per server. in your case try install sql server on your local pc and create the database there. i don't think installing named instance on production server is a good idea.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/8b6…
subscription management from within SQL server.
long story short, i need my subscription management to be run from within SQL server, so that all applications can use subscription management features. several of our applications have no access to .Net, and others have a disconnected (web service) based data layer, so placing a .Net based subscription management interface into them is not posible, yet they will need to be able to magage ...