Cargando…

Microsoft SQL server 2012 security cookbook /

Over 70 practical, focused recipes to bullet-proof your SQL Server database and protect it from hackers and security threats.

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

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn813003390
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120510s2012 enka o 000 0 eng d
040 |a MNU  |b eng  |e pn  |c MNU  |d OCLCO  |d MHW  |d EBLCP  |d OCLCQ  |d E7B  |d N$T  |d MEAUC  |d DEBSZ  |d OCLCF  |d DKDLA  |d OCLCQ  |d COO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AZK  |d AGLDB  |d FEM  |d MOR  |d PIFAG  |d MERUC  |d OCLCQ  |d ZCU  |d U3W  |d STF  |d WRM  |d OCLCQ  |d VTS  |d NRAMU  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d A6Q  |d DKC  |d OCLCO  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018015115  |2 Uk 
019 |a 961507347  |a 962656343  |a 968095941  |a 969049965  |a 988501142  |a 991926000  |a 1037797444  |a 1038569943  |a 1045514848  |a 1055360020  |a 1081219817  |a 1083555491  |a 1103265034  |a 1129367740  |a 1129377233 
020 |a 9781849685894  |q (electronic bk.) 
020 |a 1849685894  |q (electronic bk.) 
020 |z 9781849685887 
020 |z 1849685886 
029 1 |a AU@  |b 000062538978 
029 1 |a CHNEW  |b 000620809 
029 1 |a DEBBG  |b BV043062405 
029 1 |a DEBBG  |b BV044168672 
029 1 |a DEBSZ  |b 397392893 
029 1 |a DEBSZ  |b 421330112 
029 1 |a NZ1  |b 15196507 
029 1 |a UKMGB  |b 018015115 
035 |a (OCoLC)813003390  |z (OCoLC)961507347  |z (OCoLC)962656343  |z (OCoLC)968095941  |z (OCoLC)969049965  |z (OCoLC)988501142  |z (OCoLC)991926000  |z (OCoLC)1037797444  |z (OCoLC)1038569943  |z (OCoLC)1045514848  |z (OCoLC)1055360020  |z (OCoLC)1081219817  |z (OCoLC)1083555491  |z (OCoLC)1103265034  |z (OCoLC)1129367740  |z (OCoLC)1129377233 
037 |a 8161516695894537351  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a QA76.73.S67 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.711  |2 22 
049 |a UAMI 
100 1 |a Bruchez, Rudi. 
245 1 0 |a Microsoft SQL server 2012 security cookbook /  |c by Rudi Bruchez. 
260 |a Birmingham, UK :  |b Packt Publishing,  |c 2012. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a Quick answers to common problems 
500 |a "Over 70 practical, focused recipes to bullet-proof your SQL Server database and protect it from hackers and security threats." 
505 0 |a Microsoft SQL Server 2012 Security Cookbook; Microsoft SQL Server 2012 Security Cookbook; Credits; About the Author; 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. Securing Your Server and Network; Introduction; Choosing an account for running SQL Server; How to do it ... 
505 8 |a How it works ... There's more ... ; How to give the Log on as a service right to an account; How to do it in Windows Server Core; Creating a domain account to use as a service account; See also; Managing service SIDs; How to do it ... ; How it works ... ; Using a managed service account; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Removing a managed account; See also; Using a virtual service account; How to do it ... ; How it works ... ; Encrypting the session with SSL; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Configuring a firewall for SQL Server access. 
505 8 |a How to do it ... How it works ... ; There's more ... ; Find specific ports used by SQL Server; Do it by script; Disabling SQL Server Browser; How to do it ... ; How it works ... ; There's more ... ; Stopping unused services; How to do it ... ; How it works ... ; Using Kerberos for authentication; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using extended protection to prevent authentication relay attacks; How to do it ... ; How it works ... ; See also; Using transparent database encryption; How to do it ... ; How it works ... ; There's more ... ; Securing linked server access. 
505 8 |a How to do it ... How it works ... ; There's more ... ; Configuring endpoint security; How to do it ... ; How it works ... ; There's more ... ; Limiting functionalities -- xp_cmdshell and OPENROWSET; How to do it ... ; How it works ... ; There's more ... ; You cannot prevent a sysadmin member from using xp_cmdshell; 2. User Authentication, Authorization, and Security; Introduction; Choosing between Windows and SQL authentication; How to do it ... ; How it works ... ; Creating logins; How to do it ... ; How it works ... ; There's more ... ; Checking the state of a login; Disabling a login; Changing a SQL login password. 
505 8 |a Copying SQL logins between instancesSee also; Protecting your server against brute-force attacks; How to do it ... ; How it works ... ; There's more ... ; Audit sa connection and sa failed connection attempts; See also; Limiting administrative permissions of the SA account; How to do it ... ; How it works ... ; There's more ... ; See also; What to do when you have no administrator account; Using fixed server roles; How to do it ... ; How it works ... ; Giving granular server privileges; How to do it ... ; How it works ... ; There's more ... ; Allowing logins to run a SQL trace; See also. 
520 |a Over 70 practical, focused recipes to bullet-proof your SQL Server database and protect it from hackers and security threats. 
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 fast 
650 0 |a Database security. 
650 6 |a Bases de données  |x Sécurité  |x Mesures. 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database security  |2 fast 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=492084  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944257 
938 |a ebrary  |b EBRY  |n ebr10608604 
938 |a EBSCOhost  |b EBSC  |n 492084 
994 |a 92  |b IZTAP