Cargando…

SQL server 2012 with PowerShell V3 cookbook /

SQL Server 2012 with PowerShell V3 Cookbook"" is an example-focused book that provides step-by-step instructions on how to accomplish specific SQL Server tasks using PowerShell. Each recipe is followed by an analysis of the steps or design decisions taken, and additional information about...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Santos, Donabel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn818818960
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 121124s2012 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d YDXCP  |d N$T  |d OCLCQ  |d E7B  |d UMI  |d COO  |d OCLCQ  |d DEBSZ  |d OCLCF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d LOA  |d JBG  |d FEM  |d AGLDB  |d MOR  |d PIFAG  |d MERUC  |d OCLCQ  |d OCLCO  |d ZCU  |d U3W  |d STF  |d WRM  |d VTS  |d CEF  |d NRAMU  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d UAB  |d A6Q  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AJS  |d OCLCQ  |d OCLCO  |d UKCRE  |d QGK  |d OCLCQ  |d OCLCO  |d OCLCL 
016 7 |a 018015060  |2 Uk 
019 |a 824752438  |a 961605820  |a 962709298  |a 966179866  |a 968127585  |a 969007526  |a 988522356  |a 991918346  |a 1037729104  |a 1038610112  |a 1045506715  |a 1055336361  |a 1081217457  |a 1083605864  |a 1103261693  |a 1129361273  |a 1153008192  |a 1259094542 
020 |a 9781849686471  |q (electronic bk.) 
020 |a 1849686475  |q (electronic bk.) 
020 |a 9781849686464 
020 |a 1849686467 
020 |a 1283739089 
020 |a 9781283739085 
029 1 |a AU@  |b 000050492273 
029 1 |a AU@  |b 000050635553 
029 1 |a AU@  |b 000053046030 
029 1 |a AU@  |b 000062538996 
029 1 |a CHNEW  |b 000601821 
029 1 |a DEBBG  |b BV041120738 
029 1 |a DEBBG  |b BV043118032 
029 1 |a DEBBG  |b BV044170477 
029 1 |a DEBSZ  |b 396756433 
029 1 |a DEBSZ  |b 421316225 
029 1 |a DEBSZ  |b 431259089 
029 1 |a NZ1  |b 15344166 
029 1 |a UKMGB  |b 018015060 
035 |a (OCoLC)818818960  |z (OCoLC)824752438  |z (OCoLC)961605820  |z (OCoLC)962709298  |z (OCoLC)966179866  |z (OCoLC)968127585  |z (OCoLC)969007526  |z (OCoLC)988522356  |z (OCoLC)991918346  |z (OCoLC)1037729104  |z (OCoLC)1038610112  |z (OCoLC)1045506715  |z (OCoLC)1055336361  |z (OCoLC)1081217457  |z (OCoLC)1083605864  |z (OCoLC)1103261693  |z (OCoLC)1129361273  |z (OCoLC)1153008192  |z (OCoLC)1259094542 
037 |a CL0500000184  |b Safari Books Online 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.7585  |2 22 
049 |a UAMI 
100 1 |a Santos, Donabel. 
245 1 0 |a SQL server 2012 with PowerShell V3 cookbook /  |c Donabel Santos. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Quick answers to common problems. 
505 0 |a SQL Server 2012 with PowerShell V3 Cookbook; SQL Server 2012 with PowerShell V3 Cookbook; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Getting Started with SQL Server and PowerShell; Introduction; Notable PowerShell V3 features. 
505 8 |a Before you start: Working with SQL Server and PowerShellWorking with the sample code; How to do it ... ; See also; Exploring the SQL Server PowerShell hierarchy; Getting ready; How to do it ... ; How it works ... ; Installing SMO; Getting ready; How to do it ... ; There's more ... ; Loading SMO assemblies; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Discovering SQL-related cmdlets and modules; Getting ready; How to do it ... ; How it works ... ; There's more ... ; More information on running PowerShell scripts; More information on mixed assembly error. 
505 8 |a Creating a SQL Server instance objectGetting ready; How to do it ... ; How it works ... ; See also; Exploring SMO server objects; Getting ready; How to do it ... ; How it works ... ; See also; 2. SQL Server and PowerShell Basic Tasks; Introduction; Development environment; Administrator; PowerShell ISE; Running scripts; Listing SQL Server instances; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Discovering SQL Server services; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Starting/stopping SQL Server services; Getting ready; How to do it ... 
505 8 |a How it works ... There's more ... ; See also; Listing SQL Server configuration settings; How to do it ... ; How it works ... ; See also; Changing SQL Server instance configurations; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Searching for database objects; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a database; Getting ready; How to do it ... ; How it works ... ; Altering database properties; Getting ready; How to do it ... ; How it works ... ; See also; Dropping a database; Getting ready; How to do it ... ; How it works ... 
505 8 |a Changing a database ownerGetting ready; How to do it ... ; How it works ... ; See also; Creating a table; Getting ready; How to do it ... ; How it works ... ; See also; Creating a view; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a stored procedure; Getting ready; How to do it ... ; How it works ... ; Creating a trigger; Getting ready; How to do it ... ; How it works ... ; Creating an index; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Executing a query / SQL script; Getting ready; How to do it ... ; How it works ... 
520 |a SQL Server 2012 with PowerShell V3 Cookbook"" is an example-focused book that provides step-by-step instructions on how to accomplish specific SQL Server tasks using PowerShell. Each recipe is followed by an analysis of the steps or design decisions taken, and additional information about the task at hand. Working scripts are provided for all examples so that you can dive in right away. You can read this book sequentially by chapter, or you can pick and choose which topics you need right away, This book is written for the SQL Server database professional (DBA, developer, BI developer) who wants 
588 0 |a Print version record. 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a SQL server. 
630 0 7 |a SQL server.  |2 blmlsh 
630 0 7 |a SQL server  |2 fast 
650 0 |a Database management. 
650 0 |a Windows PowerShell (Computer program language) 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Windows PowerShell (Langage de programmation) 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database management  |2 fast 
650 7 |a Windows PowerShell (Computer program language)  |2 fast 
758 |i has work:  |a SQL Server 2012 with PowerShell V3 Cookbook (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYjH34J8PYBXW9phPRMkjC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Santos, Donabel.  |t SQL Server 2012 with PowerShell V3 Cookbook.  |d Birmingham : Packt Publishing, 2012  |z 9781849686464 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1057946  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944096 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1057946 
938 |a ebrary  |b EBRY  |n ebr10623092 
938 |a EBSCOhost  |b EBSC  |n 499147 
938 |a YBP Library Services  |b YANK  |n 9905049 
994 |a 92  |b IZTAP