- Добавил: Ice Zero
- Дата: 6-11-2018, 17:46
- Комментариев: 0

Автор: Ed Pollack
Издательство: Apress
Год: 2016
Формат: PDF
Страниц: 279
Для сайта: litmy.ru
Размер: 10 Mb
Язык: English
This book is an introduction and deep-dive into the many uses of dynamic SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. It’s also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing database objects and querying their structure.
Executing dynamic SQL is at the heart of applications such as business intelligence dashboards that need to be fluid and respond instantly to changing user needs as those users explore their data and view the results. Yet dynamic SQL is feared by many due to concerns over SQL injection attacks. Reading Dynamic SQL: Applications, Performance, and Security is your opportunity to learn and master an often misunderstood feature, including security and SQL injection.