<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018708" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018708</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-mysql#comment-1110364</link>
    <description> &lt;p&gt;could you not just use mysqldump to dump the table as sql commands and use that to create the MS SQL database?&lt;/p&gt;
&lt;p&gt;i&#039;m not sure if mysqldump dumps mysql specific functions or not... it may be worth a try though...  even though, microsoft has a problem following standards so even ansii sql may not import correctly into a microsoft database.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jun 2002 16:15:35 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1110364 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-mysql#comment-1110322</link>
    <description> &lt;p&gt;Unfortunately I don&#039;t think there is a native import filter for mySQL --&amp;gt; MSSQL.&lt;/p&gt;
&lt;p&gt;So you&#039;ll have to follow Mark&#039;s advice and export your tables into text files, then create the empty table(s) in MSSQL and import data into them using the text filter and your text files. With Enterprise Manager this is easy, just right-click on your database and select import, then for the datasource select text, and select the file. Just follow the directions after that, it&#039;s really simple.&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jun 2002 15:49:07 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1110322 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-mysql#comment-1110321</link>
    <description> &lt;p&gt;If you are transferring the data, you can run a select statement from MySQL like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;SELECT &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;* &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;from table_name into outfile &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;/home/username/tablename.txt\&quot;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This will only export the data as a space delimited .txt file which can be imported into SQL Server. I am not sure about the import part but I am sure that Peter can tell you.&lt;/p&gt;
&lt;p&gt;Note: You will have to export every table.&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jun 2002 14:57:48 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1110321 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
