Book a Demo

Author Topic: Creating MSDE Repository with EA Scripts  (Read 4593 times)

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Creating MSDE Repository with EA Scripts
« on: November 02, 2005, 01:58:16 pm »
I'm running EA 5.0 build 772 on my laptop with MSDE 2000 installed. I downloaded the EA script for building the repository, but just don't know how to get the script into an Access Project to execute?

Kind of a newbie at this...

Thanks in advance for any help!
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

thomaskilian

  • Guest
Re: Creating MSDE Repository with EA Scripts
« Reply #1 on: November 03, 2005, 12:00:27 am »
Scripts are only needed for SQL Server (MySQL, Oracle, etc.). If you're running native EAP you don't need MS Access tools. Just open an EAP by double click and EA will handle it.

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: Creating MSDE Repository with EA Scripts
« Reply #2 on: November 03, 2005, 12:57:13 pm »
I'm sorry I must not have been clear. I want to "CREATE" a SQL database that will become the repository of the EA project (the RDMS I will be using is Win SQL Server 2000 desktop edition: MSDE)

I was trying to understand HOW to exexute the EA supplied SQL script to create the database files...
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

thomaskilian

  • Guest
Re: Creating MSDE Repository with EA Scripts
« Reply #3 on: November 03, 2005, 01:39:32 pm »
And what's the relation to the Access Project? Your question is stil unclear :-/

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: Creating MSDE Repository with EA Scripts
« Reply #4 on: November 03, 2005, 02:32:54 pm »
The script is for MS-SQL.  It is intended to be run in MSSQL not in Access.  Since IIRC, MSDE does not give you a GUI SQL script "runner" you have to either
a) use the command line MSSQL script runner, which I have always held to be dog, or
b) disassemble the script into single DDL queries and run each one from within MS-Access.

(Alternate strategies are:
a) get a full MS-SQL license ::)
b) investigate postgres  :-X )

bruce
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Creating MSDE Repository with EA Scripts
« Reply #5 on: November 03, 2005, 09:09:34 pm »
If you don't have access to MSSQL Query Analyzer, you could try SQL Buddy - and it's free...

http://sqlbuddy.sourceforge.net/ :)