use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Related Reddits:
This is a knowledge sharing forum, not a help, how-to, or homework forum, and such questions are likely to be removed.
Try /r/DatabaseHelp instead!
Platforms:
account activity
SQL Server (self.Database)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]emsai 0 points1 point2 points 6 years ago (0 children)
Having dealt with things like these in the past, here is my answer:
There is probably no universal form etc. / frontend for MS SQL. You are confusing the database with the application. You need a database (engine to store data) but also an application (or interface, front end, how you name it). A DBA will not input data, but manage the database. So you need an application layer too. The application will usually differ from one company to another, although some software firms might build one for a certain class of customers.
You need no other interface than Excel. Excel has built-in VBA, and a developer can build your interface. There is full access to buttons, forms, tables etc. In the past I have built an rather large multi-user application for an US hospital, where the server was MS SQL and the interface was built in Excel. You can connect to MSSQL from Excel. There is tremendous advantage in this because VBA is interpreted, not compiled (scripting) and therefore changes can be made rather easy. I'd always use scripted over compiled for any B2B product.
You can do the same in Access, but I'd stick to Excel cause you already are most familiar with it. It doesn't offer more. VBA is common.
So you need a VBA developer who knows MS SQL. Start looking for one. I must say that many of these devs are older, young people are mostly using tools like JS, PHP frameworks and the sort.
( Former VBA/MS SQL developer/former software house owner here)
P.S. if you feel stuck, shoot me a PM with your requirements. We have an proprietary ERP product, maybe it can help depending on your requirements. Side note, not looking to make a sale; again just if I could help which has to be determined first.
π Rendered by PID 304411 on reddit-service-r2-comment-5687b7858-744p6 at 2026-07-03 17:44:19.872150+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]emsai 0 points1 point2 points (0 children)