Very rudimentary problems here...
I used to do db design in relational dbs many years ago, so I was volunteered to do this project for the nat'l archery organization. I'm way over my head. I currently have around 2000 archer records in a simple spreadsheet, built to convert to a (hopefully) relational db.
I have migrated the spreadsheet contents into both a flatfile Access database, as well as a normalized relational database in Access 2003, where consistent values are in related tables("Indoors/Outdoor", "Male/Female", etc.) with ID Keys in all tables. Not a very big database, and one that will not have a lot of changes each year. But it needs to be able to display subsets based on choice fields deriving from fields in the database ("Show me Male Compound Indoor 18meter records in descending order by score")
My goal is to create an online searchable database using Web Studio. It's pretty easy to get going on, but all the tutorials use sql databases, and since this is a learn-as-i-go novice effort, I want to use sql rather than Access.
Using the upsizing wizard creates all of the tables in sql, but no data is transferred- when I view the data using Web studio 2005 nothing but NULL in each field. All field names in access are simple unspaced words ("Archer", "Gender", "Distance", "Round", etc.) and seem to make the trip into the sql database tables. Each record/row has around 12 fields, and I can't afford to sit down and type all of them into the empty sql database that the upsizing wizard created.
The only tips I can find say to forget the wiz and use DTS, but I can't find out how to use DTS since I have SQLexpress 2005, and know next to nothing about sql.
This is likely an incredibly basic and easy task to accomplish, but I can't get the data moved from Access 2005 into an SQL file format.
I have "Microsoft SQL Server 2005" as a folder on my programs list, and SQLExpress 9.0.2047 running as the server instance, but other than configuration tools there is nothing in the folder. Visual Studio lets me create a data connection to "sqlexpress" so I'm reasonably certain that the sql server is running.
Apparently everyone in the world that knows anything about sql doesn't think to explain how to actually use it, where and how to invoke it.
For example, tutorials commonly describe how to use SQL and will tell you "type SELECT "column_name" FROM "table_name"" as an example, but never say where the heck to type this command!(what program?) I've yet to find a getting started tutorial that is as dumbed-down as I am.
My best guess to date is that you have to have another program to act as the front end, such as Access. Yet I can't get Access to upsize the data. major noobie argh.
Anybody willing to help with such rudimentary problems? Will gladly trade help for advanced archery instruction!
High Performance Coach, Level III, USA Archery
webmaster, Texas State Archery Association
(
I used to do db design in relational dbs many years ago, so I was volunteered to do this project for the nat'l archery organization. I'm way over my head. I currently have around 2000 archer records in a simple spreadsheet, built to convert to a (hopefully) relational db.
I have migrated the spreadsheet contents into both a flatfile Access database, as well as a normalized relational database in Access 2003, where consistent values are in related tables("Indoors/Outdoor", "Male/Female", etc.) with ID Keys in all tables. Not a very big database, and one that will not have a lot of changes each year. But it needs to be able to display subsets based on choice fields deriving from fields in the database ("Show me Male Compound Indoor 18meter records in descending order by score")
My goal is to create an online searchable database using Web Studio. It's pretty easy to get going on, but all the tutorials use sql databases, and since this is a learn-as-i-go novice effort, I want to use sql rather than Access.
Using the upsizing wizard creates all of the tables in sql, but no data is transferred- when I view the data using Web studio 2005 nothing but NULL in each field. All field names in access are simple unspaced words ("Archer", "Gender", "Distance", "Round", etc.) and seem to make the trip into the sql database tables. Each record/row has around 12 fields, and I can't afford to sit down and type all of them into the empty sql database that the upsizing wizard created.
The only tips I can find say to forget the wiz and use DTS, but I can't find out how to use DTS since I have SQLexpress 2005, and know next to nothing about sql.
This is likely an incredibly basic and easy task to accomplish, but I can't get the data moved from Access 2005 into an SQL file format.
I have "Microsoft SQL Server 2005" as a folder on my programs list, and SQLExpress 9.0.2047 running as the server instance, but other than configuration tools there is nothing in the folder. Visual Studio lets me create a data connection to "sqlexpress" so I'm reasonably certain that the sql server is running.
Apparently everyone in the world that knows anything about sql doesn't think to explain how to actually use it, where and how to invoke it.
For example, tutorials commonly describe how to use SQL and will tell you "type SELECT "column_name" FROM "table_name"" as an example, but never say where the heck to type this command!(what program?) I've yet to find a getting started tutorial that is as dumbed-down as I am.
My best guess to date is that you have to have another program to act as the front end, such as Access. Yet I can't get Access to upsize the data. major noobie argh.
Anybody willing to help with such rudimentary problems? Will gladly trade help for advanced archery instruction!
High Performance Coach, Level III, USA Archery
webmaster, Texas State Archery Association
(