Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating SQL DB - what is needed?
#2
1. The creation of an empty database is just "CREATE <database name> :-) Can be done by the program or by any other user - in ASGRD you can choose if you want to create a new database or use a empty database - next steps like create tables and stored procedures is done by the program

2. The SQL-Expression-Edition include the SQL-Express installer - so you don't need that if you have a running MS SQL Server

3. Sure you can create and connect to different databases on one server

4. I think all needed information can be found in the documentation - just use the Database Wizard to create the necessary schema - needed permissions are described in the online help
Regards/Gruss
Oliver
Reply


Messages In This Thread
Creating SQL DB - what is needed? - by AntSal60 - 02-11-2020, 10:22 PM
RE: Creating SQL DB - what is needed? - by DevOma - 03-11-2020, 09:05 AM



Users browsing this thread: 1 Guest(s)