0
votes
1answer
7 views
Sql Server Management Studio 2008 making the most of the Table designer
Does anyone have any good articles or even more preferable screencasts to using the table designer for SSMS 2008 to get the most out of it?
To often I end up trying to fumble thro …
0
votes
2answers
24 views
Want to script all objects which depend on a SQL Server table
The 'View Dependecies' shows all the objects which depend on a table in SQL Server. Now how do I use SSMS to script all these objects in one command? Is there a free tool that does …
0
votes
3answers
37 views
Is there any way to extend the editor in SSMS?
Can the SQL Server Management Studio text editor be extended? If it's possible, what kind of work & tools are involved?
I find myself frequently jumping to other editors for c …
0
votes
1answer
19 views
SQL Management Studio won’t open scripts on double-click
I'm used to double-clicking *.sql script files to open them in SQL Server Management Studio. I recently upgraded to Win7, and now when I double-click a script file, SSMS opens with …
2
votes
7answers
3k views
How can I enable Full-Text indexing using SQL Server Management Studio in SQL Server 2008 Express?
I did it using the commands as described here and it works but I want to do it using the SQL Management Studio.
SQL Server 2008 Books Online says this:
To create a full-text c …
0
votes
3answers
49 views
SQL Server 2008 can’t login with newly created user
Using Vista...
1) I open SQL Server Management Studio.
2) I create a new Login by right-clicking on Security->Logins.
Check: SQL Server Authentication
Login name: tester
Password …
0
votes
4answers
3k views
How can I change my default database in SQL Server without using MS SQL Server Management Studio?
I dropped a database from SQL Server, however it turns out that my login was set to use the dropped database as its default. I can connect to SQL Server Management Studio by using …
1
vote
2answers
687 views
Is there a 64 bit version of SQL Server Management Studio (SSMS) 2005?
Is there a x64 or ia64 version of SQL Server Management Studio (SSMS) 2005? All the information I'm seeing leads me to believe there is only a x86 version.
This link is my eviden …
0
votes
2answers
24 views
Does the SQL Server 2005 database size property include the full-text index?
The title pretty much says it all, but in SQL Server 2005 Management Studio, if I look at the database properties and pick up the size value, will that include the full-text index …
1
vote
2answers
68 views
Script to automatically open SQL Server Management Studio 2005 from another interface
Hi everybody,
Please I need help with a script that can help me open the SQL Server Management Studio 2005 from a button in an another interface.
Thanks Roger
3
votes
3answers
237 views
SQL Server Management Studio 2005 and Source Control
I have all my SQL stored in source control in the following structure
Database
Tables
Stored Procs
Views
Static Data
I'd like to tie my source control into SSMS, …
2
votes
4answers
161 views
Tidy for SQL
I'm looking for a tool that that I can use to clean up (formatting, tabs etc...) my stored procedures and views. Is there anything like html's tidy, but for SQL which is free/open …
3
votes
3answers
959 views
Autocomplete on SQL Management Studio?
Does anyone know if there's an add-in that does autocomplete for queries on SQL Management Studio?
2
votes
5answers
221 views
Creating a CHANGE script in sql server management studio?
Hi there,
i was wondering if there is a way to automatically append to a script file all the changes i am making to my columns, tables, relationships etc...
The thing is i am doi …
0
votes
0answers
11 views
SSMS SP Install
I have SQL Server Management Studio 2005 (Full Version) installed.
I have SQL Server Express installed (Thanks Visual Studio...)
Running Win7 x64.
I can't, for the life of me, g …
