Comments
Sort by recent activity
Many thanks for the link. This list gives a description of the default snippets. It is not clear whether you wanted to print out the code as well. Could you confirm? / comments
Many thanks for the link. This list gives a description of the default snippets. It is not clear whether you wanted to print out the code as well. Could you confirm?
If you are running SQL Compare 8, have you tried using a filter rule and only selecting the object types you are interested in? Once you have filtered by object type, you can deselect individual objects within the comparison. Let me know if this is what you need. / comments
If you are running SQL Compare 8, have you tried using a filter rule and only selecting the object types you are interested in? Once you have filtered by object type, you can deselect individual o...
SQL Data Generator will not do what you want out of the box but please see the following article: http://www.simple-talk.com/content/arti ... rticle=697
which explains how to use the IronRuby generator to manipulate data. Specifically, please see the example of using conditional logis in that article:
title = table.row("Title")
if(title == "Mr")
column.set "M"
elsif(title == "Miss" or title == “Msâ€)
column.set "F"
else
column.set "?"
end
You can use the NamesFirstMale.xml and NamesFirstFemale.xml files in the above code to specify male or female names in a specific column base on gender.
Let me know if this is what you need. / comments
SQL Data Generator will not do what you want out of the box but please see the following article:http://www.simple-talk.com/content/arti ... rticle=697
which explains how to use the IronRuby genera...
Further to my previous post, please can you try running the MSI manually. Please download the SQL Backup 5.4 MSI plus a small readme with instructions from: ftp://support.red-gate.com/patches/SQL_ ... .4_MSI.zip
Please run the MSI as per the instructions and, if you still have problems, send the install.log file it creates to support@red-gate.com. / comments
Further to my previous post, please can you try running the MSI manually. Please download the SQL Backup 5.4 MSI plus a small readme with instructions from:ftp://support.red-gate.com/patches/SQL_ ...
The SQL Backup team think that Windows file system redirection may be to blame for this. Did you try installing using "Run as administrator"? Also, you will probably have this problem if you are trying to run the toolbelt installer from a mapped or network drive. Can you try running the installer on a local drive? / comments
The SQL Backup team think that Windows file system redirection may be to blame for this. Did you try installing using "Run as administrator"? Also, you will probably have this problem if you are ...
It seems that you have not set the mappings and comparison keys such that the comparison and synchronization can take place. Please see the following Help section: http://www.red-gate.com/supportcenter/C ... 700033.htm
Please let me know if setting the mappings and comparison keys resolves the issue. / comments
It seems that you have not set the mappings and comparison keys such that the comparison and synchronization can take place. Please see the following Help section:http://www.red-gate.com/supportce...
Many thanks for bringing this to our attention. I have logged it as a bug in our tracking system with reference SP-2884. It will be looked at for the next release of SQL Prompt although we have no timescales for this at present. / comments
Many thanks for bringing this to our attention. I have logged it as a bug in our tracking system with reference SP-2884. It will be looked at for the next release of SQL Prompt although we have n...
I spoke to the SQL Prompt team about this. The issue is SQL Prompt does not let the user close the alias box without having a character in the box. This is a design issue and is logged in our tracking system with reference SP-2883. This will be looked at for the next release of SQL Prompt although I am afraid we have no timescales for this at present. / comments
I spoke to the SQL Prompt team about this. The issue is SQL Prompt does not let the user close the alias box without having a character in the box. This is a design issue and is logged in our tra...
Many thanks for bringing this to our attention. I have sent you a PM asking for information to reproduce this. / comments
Many thanks for bringing this to our attention. I have sent you a PM asking for information to reproduce this.
Mark
I have checked and this has been logged in our tracking system as a feature request with reference SDC-206. About half a dozen other customers have requested this but, to date, we have no timescales or guarantee if/when it will be included. I have added your ticket reference and comments to the issue. / comments
Mark
I have checked and this has been logged in our tracking system as a feature request with reference SDC-206. About half a dozen other customers have requested this but, to date, we have no tim...