How can we help you today? How can we help you today?
dsp
Copy results without headers
If I copy a value from the results, I always get the column-name with it. In SSMS you can choose between copy and copy with headers. Can this be build into SQL Multi Script? Regards, Danny
5 followers 8 comments 0 votes
Ignore identity seed doesn't work with other changes
I found out that renaming a column with an identity seed caused the identity to change. db1: orgName int identity(500,1) db2: orgName int identity(3000,1) rename at db1: newName int identity(500,1)...
2 followers 3 comments 0 votes
sql compare 10 is very slow
I yesterday installed Sql Compare 10 over 9.5. If i start the program it takes a long time. 55 Seconds I'm looking to the splash screen, after the main window opens, it takes another 35 seconds bef...
1 follower 1 comment 0 votes
SQL Prompt 5 errors while starting
Today I installed the beta (5.0.0.224) of sql prompt, it installed alongside sql prompt 4. I stopped version 4 and started version 5 before i started Sql Server Management Studio. The first time I ...
4 followers 6 comments 0 votes
Problems with database roles
I am currently testing the DotnetNuke database. My colleague linked it to TFS and I tried to create it. At the level "Applying changes to database" an error appears User or role 'aspnet_Membershi...
2 followers 3 comments 0 votes
Trigger generates error
Hello, I just installed SQL Source Control EAP 1.1.0.11 and tried to add a database to our team server. After committing the changes I received the following error: Failed to update: #oEc.#8Jf: E...
2 followers 2 comments 0 votes
SQL Prompt does not show CLR assemblies
When I try to execute a CLR assembly procedure, SQL Prompt does not recognize it.
3 followers 3 comments 0 votes