News

A fundamental skill for DBAs is to have a firm understanding of the SQL Server database engine's system databases. Tim Chapman discusses these system databases.
For example, it is common for an old SQL Server system to have many outdated databases, packages, user accounts and stored procedures which have not been touched in over 10 years.
The master database houses the greatest number of system tables, although every database on an instance of SQL Server also contains system tables. Note that all system tables are not truly tables.
SQL Server system databases are stored local, but the app databases are stored on SAN storage provided by a NetApp. The NetApp is doing an asynchronous mirror to it's counterpart.
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups.
Microsoft has released the first release candidate for SQL Server 2025, touting AI capabilities and experimental features ...
At that time the system was state-of-the-art built by EDS with Sun Solaris and Sybase SQL Server System 10 using Client/Server development tools such as Sybase’s GAIN Momentum. 52 matches, 9 ...
Now, go to the Database tab. Assuming that your SQL Server database is running on another server, this tab will be empty. Click the Change Database button.
How to Find All Scheduled Jobs in SQL. Microsoft's SQL Server database software includes a job scheduling system which lets you perform routine business activities such as reporting and database ...