I am now working on converting a vb6 Application to newer vb.net technology. In the old vb6 App, they use MSAccess DAO, and i have to convert it all for it to work on SQL server - using ADO.net sqlClient.
i managed to get it done 99% but there is one more thing left.
In the old Application, they use dbengine.compactdatabase after every period of time(6 months to 1 year) to maintain the MSAccess DBes.
I wonder if there is any SQL server equivalent to DAO dbengine.compactdatabase? This program have a seperate Backup Function to backup its database, this dbengine.compactdatabase is for maintain and repair purpose.
I do not have much knowledge about DB stuff, sorry if i made a bad question. Thank you for reading.