Mostrando entradas con la etiqueta software. Mostrar todas las entradas
Mostrando entradas con la etiqueta software. Mostrar todas las entradas

sábado, 8 de junio de 2019

Product Review - Stellar Repair for MS SQL


Introduction

Today, we are going to review the software Stellar Repair for MS SQL

 Requirements

To review or use the software, the following is the list of prerequisites on your system:
  1.  Any SQL Server installed.
  2. The SQL Server Management Studio (SSMS) installed on the machine.
  3. Stellar Repair for MS SQL installer.

Getting started

In this article, we will check how to do a Stellar Repair for MS SQL using SQL Server. Stellar Repair for MS SQL can repair files that are damaged or corrupted by a hacker attack, a virus, hardware damage.
You can download the latest version of Stellar Repair for MS SQL here: Stellar Repair for MS SQL Installer.
The installer is small. Around 4.6 MB. The downloading and Installation took a few seconds. The software supports SQL Server 2017 and all the previous versions.
Stellar Repair for MS SQL has a new interface. Modern, simpler and nicer!
The software recommends to stop the MS SQL Service and copy the database to a different location and restart and repair the copy of the database:



This software works with the MDF file.

About the MDF files

The mdf files are the main data files which contain the database information. These files can be corrupted and the Stellar Repair for MS SQL can recover the information of these files.

In order to repair these files, it is necessary to stop the MS SQL Server services. Otherwise, the software will say that the database is in use. You can alternatively, take the database offline. This option allows disconnecting individual databases instead of all the databases.
Once stopped, you can select the mdf file using the Stellar software.




The software includes an option to recover deleted records if you deleted some records, you can recover them using the following option:



If everything is fine, you will receive a successful message:



You will be able to see all the tables, views, stored procedures, views, functions, rules, defaults, data types, triggers, sequences, rules and more:



Optionally, you can preview the complete SQL database by clicking on the object:
Press the Save icon to save the restored data and objects:



You can save in SQL Server in a live database, a new database. The mdf option means to save in SQL Server.
Optionally, you can save in CSV format, HTML or Excel.

If you save the information, as a new database, a new database will be created and you can verify it in SSMS.

Conclusion

In this article, we learned how to use the Stellar Repair for MS SQL to restore an inaccessible or corrupted database using the MDF file. The mdf file is the main file that contains all the information related to the SQL Server data.

As you can see Stellar Repair for MS SQL is a simple software. If you just know where your mdf file is stored, it is very simple to restore the information with few clicks. The time to restore depends on the number of rows per object and the number of objects.
If you liked the software, do not forget to download it. If you have questions about this topic, write your comments.

References

If you want to learn more about this topic, refer to the following links


jueves, 30 de mayo de 2013

Automate your tasks with Windows Automation

I was looking for a nice tool to automate administrative tasks and after testing some tools I found this pretty nice tool named winautomation:

http://www.winautomation.com/download.html

The installer was just 40 MB and the installation was pretty simple (next, next, next and next):

The company name is Softmotive. They seems to be from Greece !

These guys look like they were inspired by Zeus.

What I like is that it is easy to learn and configure. It contains  three principal components:

  • The job designer which is used to configure and create jobs.
  • The macro recorder (my favorite) used to record your movements, mouse click and keys used.
  • Finally the web recorder used to automate web tasks
All of these elements help us to automate our task in a simple way.

There are two editions of Winautomation. Professional and Standard. You can optionally include a software assurance plan for a better support service and free upgrades.

Let's take a look to the samples. Go to the samples and select the Beginner samples of the tool.
Select the Open Web Page option.

As you can see it is a simple sample to open a web page.
As you can see, the steps are numbered and you can include comments, if clauses and then run the application (in this case, internet explorer).

You can handle also variables and debug the program if necessary, it is pretty simple, easy to learn, practical.
My favorite tools are the FTP tasks:

There are pretty nice tools to automate FTP tasks.
Also I loved the excel tools to automate tasks:

You can also run DOS commands, Execute SQL statements, process emails, shutdown the computer, print documents, Run visual basic scripts, ping, log off, zip files, edit text, work with windows, and a lot of extra stuff !

I would definitely recommend this tool to automate tasks.