Please turn JavaScript on

Articles - SQLServerCentral

Get updates from Articles - SQLServerCentral via email, on your phone or read them on follow.it on your own custom news page.

You can filter the news from Articles - SQLServerCentral that get delivered to you using tags or topics or you can opt for all of them. Unsubscription is also very simple.

See the latest news from Articles - SQLServerCentral below.

Site title: SQLServerCentral – The #1 SQL Server community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.87 / day

Message History

Attaching a database in SQL Server is the process to bring a database online by attaching the SQL Server data files and transaction log files to SQL Server instance. The process is different than restoring a database. Unlike restoring database, the process attaches the existing primary and optional secondary data files and transaction log files.

The database attach is ...


Read full story

Managing a production database is a constant balancing act between two conflicting forces: Security and Performance. At the center of this battle lies a seemingly harmless event: the login. Knowing who is connecting to your server, from where, and at what time is the foundation of any security audit or infrastructure troubleshooting. If you don't know who is connecti...


Read full story