try manage them between different dbms. I did smh similar but on console and with postgresql (npgsql provider) and sql server, using dbproviderfactory model
No, not for practice. I want to develop. For better management (in appearance) of databases. Since I saw that several people had problems with most parts of sql server, I decided to reduce the problems for them in a way that is useful even for more professional people.
Hello, Sorry, but I cant got, what problems did you mean? What is this app for? In general? to connect db from different version of sql or what?
You see, for beginners, most of the features of SQL Server software are dumb or difficult. For example, most of these people cannot backup or restore easily, or export and import are difficult for them, or they are not familiar with SQL language, or many other cases. In this software, I am trying to put these features in simple language and without a single line of coding by people, so that they can do their work with their database more easily without any trouble or problem. And another one, when we delete the database in sql server, all the information is lost. I have made it possible to save the name and backup of the database before it is deleted, in the database of my software, so that when a database is mistakenly deleted, it can be easily restored without the need to enter SQL Server. And manually rebuild the database. And many other things. I hope my explanation is enough. If there is another question or point, I will present it. Thank you for your attention.🌺
Thanks, I understand now. think it will be quite usefull. You don't connect to the sqlserver, but read mdf immediatly from the file? what lang is it? C++,c#
Yes, I have nothing to do with sql server software. I will perform the operations only in my own software. I have designed in C# (winForms).
Cool))) is there some github reference?
Обсуждают сегодня