<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL SERVER...configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96215#M66089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that sql is specifically for MySQL, so it's won't work with SQL Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By far the easiest option is to use either of Microsoft's tools: Enterprise Manager or Query Analyser, that came with your SQL Server installation. If they're not installed by default, check your installation CD/DVD - they may be under "client tools".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 14:21:32 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2007-05-30T14:21:32Z</dc:date>
    <item>
      <title>SQL SERVER...configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96212#M66086</link>
      <description>Hi!i have alfresco running in Jboss Server 4.0.5 with mySQL database.where i can get a script…to create all tables in SQL SERVER, like alfresco have to mySQL ??thanks</description>
      <pubDate>Wed, 30 May 2007 08:58:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96212#M66086</guid>
      <dc:creator>sgomes</dc:creator>
      <dc:date>2007-05-30T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER...configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96213#M66087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You shoudn't need to manually create the tables, just the alfresco database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the wiki: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Database_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Database_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and this forum topic: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=5828" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=5828&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for tips on configuring Hibernate with SQL Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 10:48:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96213#M66087</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-05-30T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER...configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96214#M66088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create database Alfresco in my SQL Server… i try to use the script that comes with alfresco…. /extras/databases/db_setup.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create database alfresco;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but does not work in SQL SERVER…. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 13:46:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96214#M66088</guid>
      <dc:creator>sgomes</dc:creator>
      <dc:date>2007-05-30T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER...configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96215#M66089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that sql is specifically for MySQL, so it's won't work with SQL Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By far the easiest option is to use either of Microsoft's tools: Enterprise Manager or Query Analyser, that came with your SQL Server installation. If they're not installed by default, check your installation CD/DVD - they may be under "client tools".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 14:21:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sql-server-configuration/m-p/96215#M66089</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-05-30T14:21:32Z</dc:date>
    </item>
  </channel>
</rss>

