Posts
Sort by recent activity
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
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)...
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...
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 ...
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...
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...
SQL Prompt does not show CLR assemblies
When I try to execute a CLR assembly procedure, SQL Prompt does not recognize it.