sql help-setup

keepngoal

OKA: keepingoal
Staff member
Bookie
SuperFanatic
SuperFanatic T2
Jun 20, 2006
39,426
24,746
113
Good Morning,

I am in need of some help in setting up a db where we can import data (4 times year), and then run reports from. Excel is too small with the type of lookup and output needed.

I can write up a 'spec' sheet and share the current spreadsheet. any takers, pm me please.

-keep
 

Ames

Well-Known Member
SuperFanatic
SuperFanatic T2
Sep 5, 2006
2,160
251
83
Azure SQL is easy to setup and maintain if you really want MS SQL. Also you can setup a pretty cheap DB paying by the DTU and scale it up as needed.
 

CascadeClone

Well-Known Member
Oct 24, 2009
10,921
14,024
113
Any SQL programmers out there looking for a small side gig? My business needs some reports pulled from our ERP tables. We've used Excel with SQL to pull the data into reports. I'm sure it is super easy stuff, but we are not big enough to have a full time IT person.

My back up plan is to self-teach - can't be too much different from Fortran, right??
 

simply1

Rec Center HOF
SuperFanatic
SuperFanatic T2
Jun 10, 2009
45,884
34,636
113
Pdx

Cloneon

Well-Known Member
Oct 29, 2015
3,016
3,124
113
West Virginia
Good Morning,

I am in need of some help in setting up a db where we can import data (4 times year), and then run reports from. Excel is too small with the type of lookup and output needed.

I can write up a 'spec' sheet and share the current spreadsheet. any takers, pm me please.

-keep
Since you didn't specify Windows or being on the same computer, it's a no brainer to use a Linux box for all DB related stuff. Keeping it separate allows multiple services to run not impeding your box. MariaDB is the recommendation for DB with PhpMyAdmin as your administrative web interface and Excel on your PC as your best option for analysis. Of course the Linux stuff is all free and don't worry about reliability. As a small business consultant for nearly 40 years now, the best decision I ever made for my clients was to migrate server stuff onto Linux away from Microsoft.
 
  • Informative
Reactions: NWICY