Comments
Sort by recent activity
In the GUI when you check the ALL check box it will script out all the names of the databases.
EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES [master,model,msdb,db1,db2......
You can edit the job so that it uses the ALL argument or * wildcard.
EXECUTE master..sqlbackup '-SQL "BACKUP ALL DATABASES
or
EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES [*]
There are no plans to change this behavior in new or future releases / comments
In the GUI when you check the ALL check box it will script out all the names of the databases.
EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES [master,model,msdb,db1,db2......
You can edit the jo...
You could use the All or USER option to to backup all or all user databases.
Unfortunately these options are not available from the UI as the UI will script out all the database names.
You will have to manually edit the job step in SQL Server Agent. http://documentation.red-gate.com/displ ... ESargument / comments
You could use the All or USER option to to backup all or all user databases.
Unfortunately these options are not available from the UI as the UI will script out all the database names.
You will hav...
SQL Prompt will disable native intellisense on installation.
Here is an article on troubleshooting native intellisense.
The article does include instructions on how to make sure native intellisense is enabled. http://www.mssqltips.com/sqlservertip/2 ... udio-2012/ / comments
SQL Prompt will disable native intellisense on installation.
Here is an article on troubleshooting native intellisense.
The article does include instructions on how to make sure native intellisense...
A SQL Compare snapshot is a binary file containing information about the structure of a database; it does not contain any table data. http://documentation.red-gate.com/displ ... +snapshots
You could try using scripts folders. http://documentation.red-gate.com/displ ... ts+folders / comments
A SQL Compare snapshot is a binary file containing information about the structure of a database; it does not contain any table data.http://documentation.red-gate.com/displ ... +snapshots
You could...
Unfortunately SQL Compare does not yet support SQL Server 2014. http://documentation.red-gate.com/displ ... quirements
We tend not to support the CTPs, we typically wait for the final release and then put out a build that works with the RTM version.
I have submitted a feature request for early support of SQL 2014 on your behalf, the reference for this request is SC-6630.
I am unable to provide a definitive timeline for when SQL Compare will support SQL Server 2014.
I recommend that you submit a request for this feature on the SQL Compare User Voice forum via this link - http://redgate.uservoice.com/forums/141 ... uggestions
The SQL Compare Development Team and Product Manager actively monitor this forum. The more votes a feature request receives from other SQL Compare users in this forum increases the chances of the feature being included in a future version of the product. / comments
Unfortunately SQL Compare does not yet support SQL Server 2014.http://documentation.red-gate.com/displ ... quirements
We tend not to support the CTPs, we typically wait for the final release and th...
At this time we only have a beta that provides limited support for SQL 2014 http://www.red-gate.com/MessageBoard/vi ... hp?t=20075 / comments
At this time we only have a beta that provides limited support for SQL 2014http://www.red-gate.com/MessageBoard/vi ... hp?t=20075
Sorry you are experiencing this.
Do you have any encrypted objects in your database?
I believe you are running into a known issue under the internal reference number of SDG-1014.
We hope to have this fixed in the next major release of the tool.
Unfortunately I am unable to provide a timeline for when that will be.
As a workaround you can try this older version of the tool. Some users have found that it does not give the error for the same databases. ftp://support.red-gate.com/patches/SQL_ ... .0.286.zip / comments
Sorry you are experiencing this.
Do you have any encrypted objects in your database?
I believe you are running into a known issue under the internal reference number of SDG-1014.
We hope to have th...
Thank you for reporting this issue to us.
I was able to reproduce the behavior and have logged this issue in our bug tracking system under the internal reference number of SP-4910.
Unfortunately I am unable to provide a timeline for when this may be fixed. / comments
Thank you for reporting this issue to us.
I was able to reproduce the behavior and have logged this issue in our bug tracking system under the internal reference number of SP-4910.
Unfortunately I ...
Unfortunately there doesn't appear to be a format setting to have SQL Prompt format the way you want.
This would be considered a feature request.
If you wish you can request this feature here. http://redgate.uservoice.com/forums/944 ... uggestions
These forums are actively monitored by our development team and allow our users to request features and vote on them.
If a feature receives a significant amount of votes or is deemed to have merit development may include the feature in a future release. / comments
Unfortunately there doesn't appear to be a format setting to have SQL Prompt format the way you want.
This would be considered a feature request.
If you wish you can request this feature here.http:...
Sorry you are experiencing this.
This is a known issue under the internal reference number of SOC-4570.
The current workaround is to right click and select copy rather than use ctrl+c.
Unfortunately I am unable to provide a timeline for when this might be fixed. / comments
Sorry you are experiencing this.
This is a known issue under the internal reference number of SOC-4570.
The current workaround is to right click and select copy rather than use ctrl+c.
Unfortunatel...