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.
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.
What are the advantages of using Access as the front end to a SQL Server database? For starters, it's likely that your client's users will be more familiar with it, and it's relatively easy to put ...
Inside every database are various objects, such as tables, views, stored procedures (bits of code), and more. Each of these objects has permissions associated with it. If you think back to the analogy ...
With SQL Server 2016, you can store JSON objects in your rows. Here’s how to work with JSON objects, including how to update them once you’ve found them.
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 ...
When databases started out, they were flat-file affairs, with limited functionality. When hierarchical databases were introduced in the late 1970s and early 1980s, they were designed for very fast ...