<?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: How can I run a database schema for MS SQL Server? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104646#M73098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here ist the content of 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;I think this is not what I need&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 19:41:22 GMT</pubDate>
    <dc:creator>gbaindl</dc:creator>
    <dc:date>2007-07-05T19:41:22Z</dc:date>
    <item>
      <title>How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104644#M73096</link>
      <description>I find some hints for configuration of the config files "Create a new 'alfresco' user and schema in DB xxxx", but where can I find the sql-scripts to create the alfresco database?</description>
      <pubDate>Thu, 05 Jul 2007 17:30:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104644#M73096</guid>
      <dc:creator>gbaindl</dc:creator>
      <dc:date>2007-07-05T17:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104645#M73097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the bundles i think there are in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;\extras\databases\mysql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you would need to modify them slightly for SQL Server - i doubt it's hard. The actual DB tables are created automatically by the Alfresco server when it first starts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 17:47:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104645#M73097</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-07-05T17:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104646#M73098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here ist the content of 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;I think this is not what I need&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 19:41:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104646#M73098</guid>
      <dc:creator>gbaindl</dc:creator>
      <dc:date>2007-07-05T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104647#M73099</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>Thu, 05 Jul 2007 21:57:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104647#M73099</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-07-05T21:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104648#M73100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike, thank you for your answer. I have Enterprise Manager and Query Analyser and I "translated" the file "AlfrescoSchemaCreate-org.hibernate.dialect.MySQLInnoDBDialect-64635.sql" to MS SQL Server dialect. I run it&amp;nbsp; with Query Analyser and now I have the database. But if I start Alfresco there is a error because Alfresco runs a db-script for mysql. I spent a lot of time to run Alfresco with MS SQL Server, but I hasn't any success. Sorry, but I'm not a database specialist.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 22:46:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104648#M73100</guid>
      <dc:creator>gbaindl</dc:creator>
      <dc:date>2007-07-05T22:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104649#M73101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=23841#23841" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=23841#23841&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:12:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104649#M73101</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-07-06T09:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a database schema for MS SQL Server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104650#M73102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do You have alfresco AMP for MS SQL 2012? I have alfresco 4.2.f&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 15:59:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-run-a-database-schema-for-ms-sql-server/m-p/104650#M73102</guid>
      <dc:creator>mariuszdawczyk</dc:creator>
      <dc:date>2014-05-28T15:59:24Z</dc:date>
    </item>
  </channel>
</rss>

