Book Image

SQL Server 2014 with PowerShell v5 Cookbook

By : Donabel Santos
Book Image

SQL Server 2014 with PowerShell v5 Cookbook

By: Donabel Santos

Overview of this book

Table of Contents (21 chapters)
SQL Server 2014 with PowerShell v5 Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. SQL Server Development

In this chapter, we will cover the following topics:

  • Importing data from a text file

  • Exporting records to a text file

  • Adding files to FileTable

  • Inserting XML into SQL Server

  • Extracting XML from SQL Server

  • Creating an RSS feed from the SQL Server content

  • Applying XSL to an RSS feed

  • Creating a JSON file from SQL Server

  • Storing binary data into SQL Server

  • Extracting binary data from SQL Server

  • Creating a new assembly

  • Listing user-defined assemblies

  • Extracting user-defined assemblies