If you like this video, check this one out: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-12SZE4a4a8c.html In that one I talk about the first time I used SQL Server/Express as a backend and was blown away by how good it was.
More to come! Check out last week's backup and restore in this series if you didn't yet: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JTwBAztLnoU.html
hello and thank you for your help with the creation of this video but I have a problem that after I download the server management studio the restart button didn't appear. however I closed and restarted my computer anyways just In case but once i got back when i open either of the two applications you downloaded neither shows me the option you have at 11:46 to open the server manager. is there any advice you can give
It is possible that the installation did not complete. Can you find this location? C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7
could u elaborate more on how did the sql express start running once the ssms connect to it ? or does the sql express server starts on its own when the ssms is opened ?
SQL Express is indeed a server, and it runs as a "service", which means that it is always on as long as the service is "started". When you start SSMS, you are just connecting to a service that is already running. Welcome to the wonderful world of managed data as opposed to file data.. it is awesome. You can go Start > Search bar > type Services > open the Services panel > scroll down until you see SQL Server SQL 2019X, or whatever the name of your instance is. You will see that it is running. You can click on it and then click the Stop service at the top left, or just right-click Stop. Right-click Start, etc. This is where you check if your server is running. Also make sure that the Browser service is running. SSMS is just a client to work with the server. If you logged into SSMS as a Windows admin, you can also right-click on the server in SSMS to Stop/Start the service. This is handy if something is wrong and connections or queries get funky.. you can stop the service and release everything, then start it again in order to resume or investigate what happened.
Your video has helped a lot. Is there a way that i can bind the Sql database( table - back end) to access database (front end) and install them as one file? Hope you will be of help.
Installers are not my strong point. If you're just looking to connect the tables, though, you can start by designing your tables for use with MS Access ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-X2S1L81r8MI.html
Hi, while trying to upload data using the import wizard, I get errors, I've tried installing the Microsoft Access Database Engine 2016 Redistributable and nothing changes, kindly assist.
Import wizard in SQL Express? Also, you only have the runtime version of Access? If you have the full version, you can export from Access. It might be easier.
The database you create with Express can be backed up and then restored to a Standard instance, no problem. For constrained environments (ie. no space to do a backup), you can also just detach the database and log files and then reattach them to a Standard instance. Instant upgrade 🛠
2022 should be fine - generally I have never found an issue on new versions from an Access dev point of view. The reason is that your Access apps will generally work best with certain older, but standard datatypes as I show here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-X2S1L81r8MI.html Give it a try!
You're welcome! This week's video is also in the SQL Express series, so check it out too if you like: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JTwBAztLnoU.html
I don't understand why you have got the name of the product wrong every single time you mention it. It's very clear from the whole video that the product is called SQL Server, Express Edition, not SQL Express.
You're almost right - the (latest) official name I see on their download page is SQL Server 2022 Express, though that is a bit long and the product is simply known as SQL Express in the industry. Like people just say Access database or SQL Server database instead of SQL Server Enterprise Edition database or something.