Comments
Sort by recent activity
Thanks for your post. We are aware of the issue with the path naming convention, and has been submitted as a defect under SB-5202. This however, should not affect the functionality of the Server Components in any way.
If you right click on the exe located in the directory, you should see version 7 reported. Also the GUI should report the correct version as well.
Thanks,
Steve / comments
Thanks for your post. We are aware of the issue with the path naming convention, and has been submitted as a defect under SB-5202. This however, should not affect the functionality of the Server Co...
Hi SQL_ME_RICH,
What resolution are you running at when you see this happening on Windows 7? I tried this out on a Win7 machine and am not seeing the issue.
Best Regards,
Steve / comments
Hi SQL_ME_RICH,
What resolution are you running at when you see this happening on Windows 7? I tried this out on a Win7 machine and am not seeing the issue.
Best Regards,
Steve
Hello hamishinglis,
I believe the reasoning for the snippets not working in the comment block is that the parser ignores everything between the comments.
In regards to the list of additional snippets, here are some more:
code = code.Replace("$DATE$", DateTime.Now.ToShortDateString());
code = code.Replace("$TIME$", DateTime.Now.ToShortTimeString());
code = code.Replace("$USER$", Environment.UserName);
code = code.Replace("$MACHINE$", Environment.MachineName);
Best Regards,
Steve / comments
Hello hamishinglis,
I believe the reasoning for the snippets not working in the comment block is that the parser ignores everything between the comments.
In regards to the list of additional snippe...
Hi SQL_ME_RICH,
There is no hard limit on the actual number of differentials you can have before a full backup is needed. With that said, however, it is good practice to periodically perform a full backup for performance and consistency reasons.
Best Regards, / comments
Hi SQL_ME_RICH,
There is no hard limit on the actual number of differentials you can have before a full backup is needed. With that said, however, it is good practice to periodically perform a full...
Hi qinking126,
The "format sql" feature in SQL Prompt is part of the "Pro" version of SQL Prompt. In the SQL Prompt menu, you will notice a ribbon next to it, which is used to denote our Pro features.
To get this feature, you will need to upgrade to the Pro version. Please see the following feature matrix: http://www.red-gate.com/products/sql-de ... ure-matrix
Best Regards, / comments
Hi qinking126,
The "format sql" feature in SQL Prompt is part of the "Pro" version of SQL Prompt. In the SQL Prompt menu, you will notice a ribbon next to it, which is used to denote our Pro featur...
Hi paule123,
Here is what the output of the command line means:
When comparing DB1 with DB2:
== == Identical objects
<> <> Different objects
<< Objects that exist in DB2 that don't exist in DB1
>> Objects that exist in DB1 that don't exist in DB2
Best Regards, / comments
Hi paule123,
Here is what the output of the command line means:
When comparing DB1 with DB2:
== == Identical objects
<> <> Different objects
<< Objects that exist in DB2 that don't exist in DB1
>> ...
Hi xpro12,
SQL Compare and SQL Data Compare will attempt to connect over the ports you have configured access to your SQL Server. By default microsoft has configured SQL Server to run on port 1433. There is also the following article if you will be using an encrypted connection: http://www.red-gate.com/supportcenter/c ... 0910000434 / comments
Hi xpro12,
SQL Compare and SQL Data Compare will attempt to connect over the ports you have configured access to your SQL Server. By default microsoft has configured SQL Server to run on port 1433....
Hi traian,
You can view the name of the node under the cluster overview section of the monitored servers page. See the article below (under Cluster Overview): http://www.red-gate.com/supportcenter/c ... gOverviews
Best Regards, / comments
Hi traian,
You can view the name of the node under the cluster overview section of the monitored servers page. See the article below (under Cluster Overview):http://www.red-gate.com/supportcenter/...
Hello tdennis,
Thanks for your post. Unfortunately, there is not a way to schedule the disabling of the trace option. I would recommend posting this suggestion up on our Uservoice site so our developers can see your suggestion directly: https://sqlmonitor.uservoice.com/forums ... uggestions
Best Regards, / comments
Hello tdennis,
Thanks for your post. Unfortunately, there is not a way to schedule the disabling of the trace option. I would recommend posting this suggestion up on our Uservoice site so our devel...
Thanks for your forum post. The dependency tracker is designed to show the relationships between the objects within a particular database. I am not aware of any workarounds to show the relationship between databases. / comments
Thanks for your forum post. The dependency tracker is designed to show the relationships between the objects within a particular database. I am not aware of any workarounds to show the relationship...