O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
In a TechNet Magazine article I wrote, called Working Together: SQL Server 2008 R2 Reporting Services Integration in SharePoint 2010 I cover how to configure SQL Reporting Services for SharePoint Inte...
If you'd like to automate some of your SQL server tasks, check out SQL Server Agent. With it you can schedule jobs, restart services, send email alerts, and perform other automation. This excer...
If you manage a Microsoft SQL Server 2008 installation and would like to automate some of your migration tasks you'll appreciate this excerpt from William R. Stanek's Microsoft SQL Server 2008 Admin...
SQL injection attacks are one of the most prevalent security concerns today. In this excerpt from Itzik Ben-Gan, et al.'s Inside Microsoft SQL Server 2008: T-SQL Programming you'll learn a few tips ...
You can do a simple keyword search using the LIKE operator.
Unfortunately, this can be slow. Fortunately, an efficient keyword
search is available in many systems.Often you must store ...