News

Scott Stephens creates a package that allows you to clone most database objects with dynamic SQL.
The tool provides a variety of impressive database-management features, including SQL scripting, query building, object management, project management and version control in live databases.
During the last few articles, we have covered the basics of working with SQL server using the Server Management Objects (SMO) and PowerShell. We have covered things such as viewing the state of ...
The evolving landscape of NoSQL databases and NoSQL database management systems (NoSQL DBMS) has everything to do with Big Data analytics.
This is a special software designed to repair corrupt SQL Server database files. It can rebuild the database, including the log file. This software repairs the database based on the SQL Server data ...
Optimizing the performance of operational databases and the applications that access them is a constant battle for DBAs. Of course, writing efficient SQL is the most important aspect of ensuring ...
With SQL Server, you need to grant access to three areas: SQL Server, the database, and the objects in the database such as tables and views.
In addition to the deployment benefits from SQL projects, Microsoft.Build.Sql projects represent each database object as an individual SQL script. Your database is now a human-readable definition in ...