<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xml:base="http://www.red-gate.com/MessageBoard/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Red Gate forums: SQL Packager 6</title>
 <link>http://www.red-gate.com/MessageBoard/</link>
 <description>Product Support and Discussion</description>
 <language>en</language>
 <copyright>Copyright Red Gate Software Ltd</copyright>
 <managingEditor>internalsupport@red-gate.com</managingEditor>
 <webMaster>internalsupport@red-gate.com</webMaster>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>60</ttl>
 <lastBuildDate>Mon, 20 May 2013 14:47:24 GMT</lastBuildDate>
 <pubDate>Mon, 20 May 2013 14:47:24 GMT</pubDate>
 <image>
  <url>http://www.red-gate.com/messageboard/templates/subRed/images/logo_phpBB.gif</url>
  <title>Red Gate forums: SQL Packager 6</title>
  <link>http://www.red-gate.com/MessageBoard/</link>
 </image>
 <item>
  <title>RE: Handling Nested Sql scripts possible with RedGate ?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61704#61704</link>
  <description>I don't believe that this particular tool will work in your use case.
&lt;br /&gt;
You may want to check out our other product the SQL Comparison SDK.
&lt;br /&gt;
&lt;a href=&quot;http://www.red-gate.com/products/sql-development/sql-comparison-sdk/&quot; target=&quot;_blank&quot;&gt;http://www.red-gate.com/products/sql-development/sql-comparison-sdk/&lt;/a&gt;
&lt;br /&gt;
This tool allows you to use SQL Packagers API to create your own application.</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17002</comments>
  <dc:creator>Manfred.Castro</dc:creator>
  <pubDate>Thu, 02 May 2013 15:23:43 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61704#61704</guid>
 </item>
 <item>
  <title>RE: Corruption of accented characters using Packager 6.6.0347</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61700#61700</link>
  <description>This is usually a function of the underlying text encoding (for example ANSI vs Unicode (UTF xx).
&lt;br /&gt;

&lt;br /&gt;
*My* way of solving this is, using a free text editor such as Notepad ++, check the encoding of the original text files- test if it works better when they are all UTF or all ANSI.
&lt;br /&gt;

&lt;br /&gt;
I hope that helps.</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17015</comments>
  <dc:creator>Chris.Allen</dc:creator>
  <pubDate>Thu, 02 May 2013 13:03:10 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61700#61700</guid>
 </item>
 <item>
  <title>RE: Handling Nested Sql scripts possible with RedGate ?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61690#61690</link>
  <description>Thanks for your inputs
&lt;br /&gt;

&lt;br /&gt;
Yes regarding arguments while generating .exe for .sql script I was trying to pass arguments to SQL Packager with .sql script itself but as you rightly mentioned i was not able to do so.
&lt;br /&gt;

&lt;br /&gt;
So i thought lets generate the .exe first and then there might be some provision to pass arguments to the .exe which gets generated with the help of SQL Packager (with .sql script as input to SQL Packager) but later on after obtaining the .exe from SQL Packager i realised that we can pass only some predefined fixed arguments to .exe (like servername, databasename, username, password, makedatabase or makeupgrade, presql, postsql)
&lt;br /&gt;

&lt;br /&gt;
Also the requirement is such that the values of the arguments gets generated at runtime based on the user inputs and hence values of arguments are not fixed so keeping arguments internally within the script with fixed values will not satify our requirement 
&lt;br /&gt;

&lt;br /&gt;
So what i understand from your inputs and with some hands on is that we cannot handle the scenario with the SQL packager wherein .sql scripts needs some arguments as inputs, right ?
&lt;br /&gt;

&lt;br /&gt;
Correct me if i am wrong
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
Ishant</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17002</comments>
  <dc:creator>bahrani</dc:creator>
  <pubDate>Thu, 02 May 2013 08:09:42 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61690#61690</guid>
 </item>
 <item>
  <title>RE: Handling Nested Sql scripts possible with RedGate ?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61681#61681</link>
  <description>Unfortunately I was unable to find previous instances where SQL Packager was used in this manner, so I can't say for certain that it will work.
&lt;br /&gt;
One thing that concerns me is how do you intend to pass arguments to SQL packager since that is not supported. I suppose if the arguments were supplied within the script itself it may work.
&lt;br /&gt;
I would suggest you try it for yourself, to see if the tool for work for you in this use case.</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17002</comments>
  <dc:creator>Manfred.Castro</dc:creator>
  <pubDate>Wed, 01 May 2013 17:57:29 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61681#61681</guid>
 </item>
 <item>
  <title>Corruption of accented characters using Packager 6.6.0347</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61671#61671</link>
  <description>Hi Folks,
&lt;br /&gt;

&lt;br /&gt;
I have a SQL Script that I am attempting to package that is currently 239, 343 lines in length.
&lt;br /&gt;

&lt;br /&gt;
The majority of this is reference data so that data script generated by the packager is about 85% of the total length.
&lt;br /&gt;

&lt;br /&gt;
My source script contains both English and French text and this includes accented characters such as é.
&lt;br /&gt;

&lt;br /&gt;
When I install from my source script to a SQL 2012 instance, the accented characters are preserved but when I package the script into an .exe using Packager the resulting installation has replaced the accented characters with question marks.
&lt;br /&gt;

&lt;br /&gt;
Has this behaviour been observed before? Is there anything I can do to prevent this?
&lt;br /&gt;

&lt;br /&gt;
TIA,
&lt;br /&gt;

&lt;br /&gt;
Chris King</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17015</comments>
  <dc:creator>chris.king@uk.g4s.com</dc:creator>
  <pubDate>Wed, 01 May 2013 09:58:12 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61671#61671</guid>
 </item>
 <item>
  <title>Handling Nested Sql scripts possible with RedGate ?</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61651#61651</link>
  <description>Hi,
&lt;br /&gt;

&lt;br /&gt;
I have one scenario wherein i have one sql script (Main.sql) to which i pass some arguments and execute the sql script using SQLCMD command
&lt;br /&gt;
(e.g.
&lt;br /&gt;
SQLCMD -S %1 -U %2 -P %3 -d %4 -i Main.sql -v Argument1=&amp;quot;%4&amp;quot; -v Argument2=&amp;quot;%5&amp;quot; -v Argument3=&amp;quot;%4&amp;quot; -v filepath=&amp;quot;%CD%&amp;quot; -o sql_Log_Module.txt)
&lt;br /&gt;

&lt;br /&gt;
This sql script (Main.sql) internally calls some more sql scripts and these internal nested scripts use the parameters passed to the main script i.e., &amp;quot;Main.sql&amp;quot; (mentioned above)
&lt;br /&gt;

&lt;br /&gt;
Internal scripts also have the stored procedures which gets executed
&lt;br /&gt;

&lt;br /&gt;
Currently we execute sql script (Main.sql) directly in batch file with the help of SQLCMD command, but we are thinking to use Red Gate (SQL Packager) instead of SQLCMD in batch file
&lt;br /&gt;

&lt;br /&gt;
It will be great if you provide some inputs on whether this can be done with the help of RedGate or not, i mean to say whether this is possible with the help of RedGate or not
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance,
&lt;br /&gt;
Ishant</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=17002</comments>
  <dc:creator>bahrani</dc:creator>
  <pubDate>Tue, 30 Apr 2013 13:35:05 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61651#61651</guid>
 </item>
 <item>
  <title>RE: Creating EXE with multiple scripts and custom commandline</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61650#61650</link>
  <description>Hi,
&lt;br /&gt;

&lt;br /&gt;
I have one scenario wherein i have one sql script (Main.sql) to which i pass some arguments and execute the sql script using SQLCMD command
&lt;br /&gt;
(e.g.
&lt;br /&gt;
SQLCMD -S %1 -U %2 -P %3 -d %4 -i Main.sql -v Argument1=&amp;quot;%4&amp;quot; -v Argument2=&amp;quot;%5&amp;quot; -v Argument3=&amp;quot;%4&amp;quot; -v filepath=&amp;quot;%CD%&amp;quot; -o sql_Log_Module.txt)
&lt;br /&gt;

&lt;br /&gt;
This sql script (Main.sql) internally calls some more sql scripts and these internal nested scripts use the parameters passed to the main script i.e., &amp;quot;Main.sql&amp;quot; (mentioned above)
&lt;br /&gt;

&lt;br /&gt;
Internal scripts also have the stored procedures which gets executed
&lt;br /&gt;

&lt;br /&gt;
Currently we execute sql script (Main.sql) directly in batch file with the help of SQLCMD command, but we are thinking to use Red Gate (SQL Packager) instead of SQLCMD in batch file
&lt;br /&gt;

&lt;br /&gt;
It will be great if you provide some inputs on whether this can be done with the help of RedGate or not, i mean to say whether this is possible with the help of RedGate or not
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance,
&lt;br /&gt;
Ishant</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16478</comments>
  <dc:creator>bahrani</dc:creator>
  <pubDate>Tue, 30 Apr 2013 13:33:15 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61650#61650</guid>
 </item>
 <item>
  <title>RE: SQL 2012 - Compatible??</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61070#61070</link>
  <description>having same issue as listed above with patch 6.6.0.347 any eta on fix?</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=15724</comments>
  <dc:creator>dw5304</dc:creator>
  <pubDate>Tue, 02 Apr 2013 19:54:59 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61070#61070</guid>
 </item>
 <item>
  <title>RE: SQL Packager dacpac file type support</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=61006#61006</link>
  <description>Hi Hardik,
&lt;br /&gt;

&lt;br /&gt;
Thanks for your post. Unfortunatley, SQL Packager does not support this particular file type. I will submit a feature request on your behalf. Thanks for your suggestion and question.
&lt;br /&gt;

&lt;br /&gt;
Best Regards,
&lt;br /&gt;
Steve</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16730</comments>
  <dc:creator>stanori</dc:creator>
  <pubDate>Fri, 29 Mar 2013 14:35:57 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=61006#61006</guid>
 </item>
 <item>
  <title>SQL Packager dacpac file type support</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60984#60984</link>
  <description>I am using SQL Packager v 6.6.0.347.
&lt;br /&gt;

&lt;br /&gt;
Is there any way to use SQL Packager with dacpac file type (generated through database project build)?</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16730</comments>
  <dc:creator>Hardik</dc:creator>
  <pubDate>Thu, 28 Mar 2013 13:06:40 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60984#60984</guid>
 </item>
 <item>
  <title>RE: Error: 'fillfactor' is not a recognized CREATE TYPE option.</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60910#60910</link>
  <description>Hi AdamY
&lt;br /&gt;

&lt;br /&gt;
Sorry that you have encountered a problem.
&lt;br /&gt;

&lt;br /&gt;
I can confirm that this is a bug, I was able to reproduce the error using both V6.4.0.8 and V6.6.0.347.
&lt;br /&gt;

&lt;br /&gt;
The bug reference number is SPA-601, sadly I cannot provide an ETA as to when this bug will be eventually fixed.  I will be maintaining a &amp;quot;watch&amp;quot; on the bug report I submitted so I can be alerted on any changes to the Bug Report and provide an update.
&lt;br /&gt;

&lt;br /&gt;
The workaround I can advise is to continue editing the script to remove the  WITH (FILLFACTOR=90) before building the exe file. 
&lt;br /&gt;

&lt;br /&gt;
Many Thanks
&lt;br /&gt;
Eddie</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16647</comments>
  <dc:creator>eddie davis</dc:creator>
  <pubDate>Mon, 25 Mar 2013 15:31:02 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60910#60910</guid>
 </item>
 <item>
  <title>RE: Error: 'fillfactor' is not a recognized CREATE TYPE option.</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60880#60880</link>
  <description>SQL Source Control used to have this same issue and does not now - so it seems it was a bug they found and corrected.
&lt;br /&gt;

&lt;br /&gt;
Should I send a DB backup or is that a waste of time? I won't take the time to put one together if Red Gate isn't going to look at it.
&lt;br /&gt;

&lt;br /&gt;
Just so you know I'm not crazy:
&lt;br /&gt;
&lt;img src=&quot;https://dl.dropbox.com/u/18793207/sql%20packager.png&quot; border=&quot;0&quot; /&gt;</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16647</comments>
  <dc:creator>AdamY</dc:creator>
  <pubDate>Fri, 22 Mar 2013 18:10:24 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60880#60880</guid>
 </item>
 <item>
  <title>RE: Error: 'fillfactor' is not a recognized CREATE TYPE option.</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60877#60877</link>
  <description>Sorry to say again, I can't reproduce the same behavior. Either with ignore fillfactor on or off.</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16647</comments>
  <dc:creator>Brian Donahue</dc:creator>
  <pubDate>Fri, 22 Mar 2013 14:02:31 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60877#60877</guid>
 </item>
 <item>
  <title>RE: Error: 'fillfactor' is not a recognized CREATE TYPE option.</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60862#60862</link>
  <description>When I run SQL Packager to generate a script or package, it generates code that has &lt;span style=&quot;font-style: italic&quot;&gt;WITH (FILLFACTOR=90)&lt;/span&gt; included. I have to &lt;span style=&quot;text-decoration: underline&quot;&gt;manually&lt;/span&gt; remove the &lt;span style=&quot;font-style: italic&quot;&gt;WITH (FILLFACTOR=90)&lt;/span&gt; code first and then package that script.
&lt;br /&gt;

&lt;br /&gt;
Here is definition of one of the types I'm having the problem with:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;CREATE TYPE &amp;#91;LockNeedList&amp;#93; AS TABLE
&lt;br /&gt;
&amp;#40;
&lt;br /&gt;
&amp;#91;NeedKey&amp;#93; &amp;#91;varchar&amp;#93;&amp;#40;9&amp;#41; NOT NULL,
&lt;br /&gt;
&amp;#91;NeedType&amp;#93; &amp;#91;varchar&amp;#93;&amp;#40;6&amp;#41; NOT NULL,
&lt;br /&gt;
PRIMARY KEY CLUSTERED &amp;#40;&amp;#91;NeedKey&amp;#93; ASC&amp;#41;
&lt;br /&gt;
&amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Again, the code generated by SQL Packager has &lt;span style=&quot;font-style: italic&quot;&gt;WITH (FILLFACTOR=90)&lt;/span&gt; added on.</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16647</comments>
  <dc:creator>AdamY</dc:creator>
  <pubDate>Thu, 21 Mar 2013 16:36:20 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60862#60862</guid>
 </item>
 <item>
  <title>RE: type initializer in RedGate.Compression.ZLib.ZLibUtil</title>
  <link>http://www.red-gate.com/MessageBoard/viewtopic.php?p=60859#60859</link>
  <description>Thanks for your post. This isn't a common error as far as I can tell. 
&lt;br /&gt;

&lt;br /&gt;
Out of interest, does this just affect one user/machine? i.e. the same package runs fine elsewhere? If so, it may be a problem such as a missing/corrupt .NET Framework. Most of our tools require .NET 3.5 SP1, can you ensure that's installed on the relevant machine (same goes for .NET 2.0)?</description>
  <category>SQL Packager 6</category>
  <comments>http://www.red-gate.com/MessageBoard/posting.php?mode=reply&amp;t=16668</comments>
  <dc:creator>james.billings</dc:creator>
  <pubDate>Thu, 21 Mar 2013 14:18:23 GMT</pubDate>
  <guid isPermaLink="true">http://www.red-gate.com/MessageBoard/viewtopic.php?p=60859#60859</guid>
 </item>
</channel>
</rss>
