SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Reynaldo Fadri SQL Server Portfolio Phone: 818-373-9202 Email: reynaldo.fadri@setfocus.com http://www.linkedin.com/in/rfadricasql 1
Table of Contents Introduction.	.	.	.	.	.	3 JungleBooks	.	.	.	.	.	4 Library	.	.	.	.	.	.	8 PiggyBank	.	.	.	.	.	.	14 DBA Practicals	.	.	.	.	.	19 Reporting Services.	.	.	.	.	22 BlockFlix	.	.	.	.	.	.	28 About Me.	.	.	.	.	.	.	34 2
Introduction ,[object Object]
SetFocus utilizes Microsoft Official Curriculum in conjunction with its own materials to produce some of the following coursework:
 RDBMS and XML
Querying using Transact SQL
Implementing and maintaining a MS SQL Server 2005 Database
Designing an MS SQL Server 2005 Infrastructure
Designing security for MS SQL Server 2005
Designing High Availability Database Solutions using MS SQL Server 2005
Troubleshooting and Optimizing Database Servers using MS SQL Server 2005
SQL Server Integration Services
SQL Server Reporting Services3 ,[object Object],[object Object]
5 JungleBooks Database Diagram
6 Large Orders page from JungleBooks The Large Orders page is a report displaying the largest number of items sold per order.  Display the Order ID, Customer ID and Name along with the total number of items they ordered.  Display the record with the largest quantity first.  Alias as:  “Order ID’, ‘Cust ID’, ‘Customer’ and ‘# of items’.
7 Search for Customers by Credit Card page from JungleBooks The Search For Customers by Credit Card page allows the user to search for Customers by the last four digits of their credit card number.  The user inputs ‘’7889” in the txtLastFourDigits form field.  Return all information from the Customer table. Alias as:  ‘ID’, ‘Name’, ‘CurrentAddress’, ’CardType’, ‘CardNumber’, ‘Expires’. In case you have different customers using the same credit card, order by Customer ID in ascending order.
8 Library The Library Database is created to support the principal functions of a lending library’s day-to-day operations. This database has been used for a couple of projects: Create queries against the Library Database that returns a number of results which uses string concatenations, different types of joins, UNION statements, CASE statements, Execution plan, date manipulation, and aggregate functions. Design back-end stored procedures that satisfy some of the functionalities of Library operations such as Add Adult, Add Juvenile, Check in a Book, Check out a Book, Add Book, Renew Membership, Change Juvenile to Adult, Update Adult.  The procedures incorporated input validations and provides adequate error handling using TRY/CATCH.
9 Library Database Diagram
10 Sample Library Query 1 Write and execute a query that returns member_no, firstname, lastname and sum of fine_paid for members who have paid the highest fines to date.  Members should only appear once in the list.  Display the highest fine first.  If more than one member has paid the same amount display the records in order by member_no.
11 Sample Library Query 2 Using joins and a UNION clause, write a query to retrieve a single list of members both adult and juvenile, who have reserved ISBN number 288.  The list must include the ISBN, title, member_no and name (i.e.: Smith, John) of each member who has the reservation.  Additionally, the list should indicate whether the member is an adult or a juvenile.  Output the records by name.
12 Sample Library Stored Procedure 1 Add A Juvenile member
13 Sample Library Stored Procedure 2 Check Out Item
14 PiggyBank The PiggyBank Database simulates bank operations such as Overdraft Accounts, Customer and Accounts relationships, and Transactions. This database has been used for a couple of projects: Create an Entity Relationship Diagram given some specifications such as Overdraft Fees, Error Information when a transaction fails, Login Failures, and Customer/Account relationships. Design back-end stored procedures, DDL/DML triggers, parameterized stored procedures that select from views.  Some of the actions created are Create/Update Customer, Create Checking/Savings Accounts, Deposit/Withdrawal Procedures, Simulate ATM Balances, Customer Account History (bank statements) and Use of Overdraft Accounts.
15 PiggyBank Database Diagram
16 PiggyBank Stored Procedure Example Create a Deposit
17 PiggyBank DDL/DML Example
18 PiggyBank Stored Procedure Selecting from a view Example
19 DBA Practicals The DBA Practicals project are numerous examples and questions relating to Designing, Troubleshooting, Tuning and Optimizing Database Servers using Microsoft SQL Server 2005 Here are some of the topics that I have worked on ,[object Object]
 Deleted Table Restore
 Schemas
 Statement Permissions
 Ownership Chains
 Execution Context
 Data Partitioning

Weitere ähnliche Inhalte

Was ist angesagt?

Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology PresentationJohn Paredes
 
1-informatica-training
1-informatica-training1-informatica-training
1-informatica-trainingKrishna Sujeer
 
Mdb dn 2017_17_bi_connector2
Mdb dn 2017_17_bi_connector2Mdb dn 2017_17_bi_connector2
Mdb dn 2017_17_bi_connector2Daniel M. Farrell
 
Public Administration Analytics
Public Administration AnalyticsPublic Administration Analytics
Public Administration AnalyticsStratebi
 
2005_604_Wagner_ppr
2005_604_Wagner_ppr2005_604_Wagner_ppr
2005_604_Wagner_pprMary Wagner
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagarsammykb
 
Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install DatabasesLiquidHub
 
Deep Web: Databases on the Web
Deep Web: Databases on the WebDeep Web: Databases on the Web
Deep Web: Databases on the WebDenis Shestakov
 
Oracle Information Data Discovery for HR (EBS)
Oracle Information Data Discovery for HR (EBS)Oracle Information Data Discovery for HR (EBS)
Oracle Information Data Discovery for HR (EBS)Bizinsight Consulting Inc
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faqmaheshboggula
 
Sap bi 7.3 Features
Sap bi 7.3 FeaturesSap bi 7.3 Features
Sap bi 7.3 FeaturesSamar Reddy
 
Steering Away from Bolted-On Analytics
Steering Away from Bolted-On AnalyticsSteering Away from Bolted-On Analytics
Steering Away from Bolted-On AnalyticsConnexica
 

Was ist angesagt? (18)

Mobile datebase tool
Mobile datebase toolMobile datebase tool
Mobile datebase tool
 
Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology Presentation
 
Bdc Screens
Bdc ScreensBdc Screens
Bdc Screens
 
1-informatica-training
1-informatica-training1-informatica-training
1-informatica-training
 
Mdb dn 2017_17_bi_connector2
Mdb dn 2017_17_bi_connector2Mdb dn 2017_17_bi_connector2
Mdb dn 2017_17_bi_connector2
 
Public Administration Analytics
Public Administration AnalyticsPublic Administration Analytics
Public Administration Analytics
 
SAP BW connect db
SAP BW connect dbSAP BW connect db
SAP BW connect db
 
2005_604_Wagner_ppr
2005_604_Wagner_ppr2005_604_Wagner_ppr
2005_604_Wagner_ppr
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagar
 
Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install Databases
 
Presentations on web database
Presentations on web databasePresentations on web database
Presentations on web database
 
Deep Web: Databases on the Web
Deep Web: Databases on the WebDeep Web: Databases on the Web
Deep Web: Databases on the Web
 
Ch10
Ch10Ch10
Ch10
 
Oracle Information Data Discovery for HR (EBS)
Oracle Information Data Discovery for HR (EBS)Oracle Information Data Discovery for HR (EBS)
Oracle Information Data Discovery for HR (EBS)
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faq
 
Sap bi 7.3 Features
Sap bi 7.3 FeaturesSap bi 7.3 Features
Sap bi 7.3 Features
 
Tableau Developer
Tableau DeveloperTableau Developer
Tableau Developer
 
Steering Away from Bolted-On Analytics
Steering Away from Bolted-On AnalyticsSteering Away from Bolted-On Analytics
Steering Away from Bolted-On Analytics
 

Andere mochten auch

Music Technology for Teachers
Music Technology for TeachersMusic Technology for Teachers
Music Technology for TeachersTakeLessons.com
 
Sekilas PHP + mongoDB
Sekilas PHP + mongoDBSekilas PHP + mongoDB
Sekilas PHP + mongoDBHadi Ariawan
 
Teach the Teacher June 09
Teach the Teacher June 09Teach the Teacher June 09
Teach the Teacher June 09TakeLessons.com
 
Teaching students with special needs
Teaching students with special needsTeaching students with special needs
Teaching students with special needsTakeLessons.com
 
OTA Platform with MongoDB
OTA Platform with MongoDBOTA Platform with MongoDB
OTA Platform with MongoDBHadi Ariawan
 

Andere mochten auch (8)

New Teacher Orientation
New Teacher OrientationNew Teacher Orientation
New Teacher Orientation
 
Music Technology for Teachers
Music Technology for TeachersMusic Technology for Teachers
Music Technology for Teachers
 
Sekilas PHP + mongoDB
Sekilas PHP + mongoDBSekilas PHP + mongoDB
Sekilas PHP + mongoDB
 
AdLantic
AdLanticAdLantic
AdLantic
 
Teach the Teacher June 09
Teach the Teacher June 09Teach the Teacher June 09
Teach the Teacher June 09
 
New Teacher Orientation
New Teacher OrientationNew Teacher Orientation
New Teacher Orientation
 
Teaching students with special needs
Teaching students with special needsTeaching students with special needs
Teaching students with special needs
 
OTA Platform with MongoDB
OTA Platform with MongoDBOTA Platform with MongoDB
OTA Platform with MongoDB
 

Ähnlich wie Reynaldo Fadri’S Porfolio

Rinkeshkumar Bhagat Portfolio
Rinkeshkumar Bhagat PortfolioRinkeshkumar Bhagat Portfolio
Rinkeshkumar Bhagat PortfolioRinkeshkumar15
 
Jessica Herndon Sql Portfolio
Jessica Herndon Sql PortfolioJessica Herndon Sql Portfolio
Jessica Herndon Sql PortfolioJessicaLHerndon
 
Jazmine Kane Portfolio
Jazmine Kane PortfolioJazmine Kane Portfolio
Jazmine Kane PortfolioJazmine Kane
 
SetFocus Reporting Services Project
SetFocus Reporting Services ProjectSetFocus Reporting Services Project
SetFocus Reporting Services ProjectDavidPerley
 
Dennis Schmid Portfolio
Dennis Schmid PortfolioDennis Schmid Portfolio
Dennis Schmid PortfolioDennis Schmid
 
Bing Zheng SQL Portfolio
Bing Zheng SQL PortfolioBing Zheng SQL Portfolio
Bing Zheng SQL PortfolioBingTZheng
 
SetFocus SQL Portfolio
SetFocus SQL PortfolioSetFocus SQL Portfolio
SetFocus SQL Portfoliogeometro17
 
Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...eyavagal
 
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...Strayer cis-515-week-10-technical-paper-database-administrator-for-department...
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...kxipvscsk02
 
Library management system project
Library management system projectLibrary management system project
Library management system projectAJAY KUMAR
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayertaynagant
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayerCarolMurray2018
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayerlynnruffin
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayerAmyBell2017
 
Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...shyaminfo40
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxlynettearnold46882
 
Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Bizinsight Consulting Inc
 

Ähnlich wie Reynaldo Fadri’S Porfolio (20)

Rinkeshkumar Bhagat Portfolio
Rinkeshkumar Bhagat PortfolioRinkeshkumar Bhagat Portfolio
Rinkeshkumar Bhagat Portfolio
 
Jessica Herndon Sql Portfolio
Jessica Herndon Sql PortfolioJessica Herndon Sql Portfolio
Jessica Herndon Sql Portfolio
 
Jazmine Kane Portfolio
Jazmine Kane PortfolioJazmine Kane Portfolio
Jazmine Kane Portfolio
 
SetFocus Reporting Services Project
SetFocus Reporting Services ProjectSetFocus Reporting Services Project
SetFocus Reporting Services Project
 
Dennis Schmid Portfolio
Dennis Schmid PortfolioDennis Schmid Portfolio
Dennis Schmid Portfolio
 
Marcus Matthews
Marcus MatthewsMarcus Matthews
Marcus Matthews
 
Bing Zheng SQL Portfolio
Bing Zheng SQL PortfolioBing Zheng SQL Portfolio
Bing Zheng SQL Portfolio
 
SetFocus SQL Portfolio
SetFocus SQL PortfolioSetFocus SQL Portfolio
SetFocus SQL Portfolio
 
Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...
 
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...Strayer cis-515-week-10-technical-paper-database-administrator-for-department...
Strayer cis-515-week-10-technical-paper-database-administrator-for-department...
 
Library management system project
Library management system projectLibrary management system project
Library management system project
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayer
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayer
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayer
 
Cis 515 week 10 technical paper strayer
Cis 515 week 10 technical paper   strayerCis 515 week 10 technical paper   strayer
Cis 515 week 10 technical paper strayer
 
Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...Strayer cis 515 week 10 technical paper database administrator for department...
Strayer cis 515 week 10 technical paper database administrator for department...
 
Df12 Performance Tuning
Df12 Performance TuningDf12 Performance Tuning
Df12 Performance Tuning
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
 
Sql Lab 4 Essay
Sql Lab 4 EssaySql Lab 4 Essay
Sql Lab 4 Essay
 
Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)
 

Reynaldo Fadri’S Porfolio

  • 1. Reynaldo Fadri SQL Server Portfolio Phone: 818-373-9202 Email: reynaldo.fadri@setfocus.com http://www.linkedin.com/in/rfadricasql 1
  • 2. Table of Contents Introduction. . . . . . 3 JungleBooks . . . . . 4 Library . . . . . . 8 PiggyBank . . . . . . 14 DBA Practicals . . . . . 19 Reporting Services. . . . . 22 BlockFlix . . . . . . 28 About Me. . . . . . . 34 2
  • 3.
  • 4. SetFocus utilizes Microsoft Official Curriculum in conjunction with its own materials to produce some of the following coursework:
  • 7. Implementing and maintaining a MS SQL Server 2005 Database
  • 8. Designing an MS SQL Server 2005 Infrastructure
  • 9. Designing security for MS SQL Server 2005
  • 10. Designing High Availability Database Solutions using MS SQL Server 2005
  • 11. Troubleshooting and Optimizing Database Servers using MS SQL Server 2005
  • 13.
  • 15. 6 Large Orders page from JungleBooks The Large Orders page is a report displaying the largest number of items sold per order. Display the Order ID, Customer ID and Name along with the total number of items they ordered. Display the record with the largest quantity first. Alias as: “Order ID’, ‘Cust ID’, ‘Customer’ and ‘# of items’.
  • 16. 7 Search for Customers by Credit Card page from JungleBooks The Search For Customers by Credit Card page allows the user to search for Customers by the last four digits of their credit card number. The user inputs ‘’7889” in the txtLastFourDigits form field. Return all information from the Customer table. Alias as: ‘ID’, ‘Name’, ‘CurrentAddress’, ’CardType’, ‘CardNumber’, ‘Expires’. In case you have different customers using the same credit card, order by Customer ID in ascending order.
  • 17. 8 Library The Library Database is created to support the principal functions of a lending library’s day-to-day operations. This database has been used for a couple of projects: Create queries against the Library Database that returns a number of results which uses string concatenations, different types of joins, UNION statements, CASE statements, Execution plan, date manipulation, and aggregate functions. Design back-end stored procedures that satisfy some of the functionalities of Library operations such as Add Adult, Add Juvenile, Check in a Book, Check out a Book, Add Book, Renew Membership, Change Juvenile to Adult, Update Adult. The procedures incorporated input validations and provides adequate error handling using TRY/CATCH.
  • 19. 10 Sample Library Query 1 Write and execute a query that returns member_no, firstname, lastname and sum of fine_paid for members who have paid the highest fines to date. Members should only appear once in the list. Display the highest fine first. If more than one member has paid the same amount display the records in order by member_no.
  • 20. 11 Sample Library Query 2 Using joins and a UNION clause, write a query to retrieve a single list of members both adult and juvenile, who have reserved ISBN number 288. The list must include the ISBN, title, member_no and name (i.e.: Smith, John) of each member who has the reservation. Additionally, the list should indicate whether the member is an adult or a juvenile. Output the records by name.
  • 21. 12 Sample Library Stored Procedure 1 Add A Juvenile member
  • 22. 13 Sample Library Stored Procedure 2 Check Out Item
  • 23. 14 PiggyBank The PiggyBank Database simulates bank operations such as Overdraft Accounts, Customer and Accounts relationships, and Transactions. This database has been used for a couple of projects: Create an Entity Relationship Diagram given some specifications such as Overdraft Fees, Error Information when a transaction fails, Login Failures, and Customer/Account relationships. Design back-end stored procedures, DDL/DML triggers, parameterized stored procedures that select from views. Some of the actions created are Create/Update Customer, Create Checking/Savings Accounts, Deposit/Withdrawal Procedures, Simulate ATM Balances, Customer Account History (bank statements) and Use of Overdraft Accounts.
  • 25. 16 PiggyBank Stored Procedure Example Create a Deposit
  • 27. 18 PiggyBank Stored Procedure Selecting from a view Example
  • 28.
  • 29. Deleted Table Restore
  • 35. Developing an Archive Plan
  • 36. Web Application using XML
  • 37. Using Bulk Insert
  • 43.
  • 44. Use type-safe SQL parameters for data access – For example, you can use parameters with stored procedures or dynamically constructed SQL command strings.
  • 45. Use an account that has restricted permissions in the database – Grant execute permissions to stored procedures in the database and do not provide direct table access.
  • 46. Avoid disclosing database error information – Do not disclose detailed error messages to the user.2. You can use SQL Server 2005 Surface Area Configuration tool to minimize the surface attack area for SQL services and components quickly.   3. You can secure the sa login by Using Windows Authentication Mode instead of Mixed Mode; disable the sa login (Status page under the Login Properties of sa); and assign a strong sa password.   4. To implement the principle of least privilege for Notification Services service accounts, a specific user account should be created with only the privileges that are needed to run Notification Services. If Notification Services is only running on the local server then use a local user account. If Notification Services is running on the network then use a domain user account. Using an administrator account, the Local Service account, or the Network Service account are not recommended.   5. When upgrading to SQL Server 2005, xp_cmdshell does not run anymore because it is disabled on new installations. It can be enabled from Surface Area Configuration for Features tool or by running sp_configure.
  • 47. 21 DBA Practicals – For XML Explicit Example Results: Results:
  • 48.
  • 49. Number of Copies per Title
  • 51. List of Books on Loan
  • 55. Reference and Special Collection Items
  • 56. Current Fines for Overdue Books
  • 57.
  • 58. 24 Reporting Services – Adult Member Detail, Part 1 “Adult Member Detail” report. Details about adult members: name, address, total number of active checkouts (loan table), with a drill down option for total fines assessed, total fines paid, total fines waived, and total due (for now- use loanhist only for this fine information). Please also include a hyperlink (drill through) to a second report showing any dependants and that displays each juvenile’s checkout/fine information (also via drill down). (Note: address information here is not necessary as it will be the same as the sponsoring adult in the Library database).
  • 59. 25 Reporting Services – Adult Member Detail, Part 2
  • 60. 26 Reporting Services – ‘Kids Club’ Report Design a “Kids Club” report. There is a special reading club (among many other such efforts) for 7 year olds, 8 year old, and 9 year olds. Design a report that displays all juvenile library members that belong within these three groups. Please distinguish between the three groups on the report by utilizing conditional expressions to implement an appropriate color scheme, and be sure to explain this scheme to the user in a legend. Creativity in naming such groups, and decorating the report would be appreciated. Please be sure that this report calculates a birthday by the given date- and not the datetime of the given birthdate.
  • 61. 27 Reporting Services – Current Fines for Overdue Books “Current Fines for Overdue Books.” A report for all overdue books, member name, and current fines due against books that have not been checked in (use the Loan table – don’t worry about fine information in the Loan History table) Calculate these fines as 25 cents per day.
  • 62. 28 BlockFlix BlockFlix is our Final Group Project where I was honored to be Project Manager. This database implemented almost all I have experienced in the program. A Presentation was conducted by the group upon Graduation. The following are some of the specifications for the project: The Database will be used to track inventory of movies, customers and their membership types, and payments by customers. Show a demo of inserting an XML file containing new releases into the database showing Title, Genre, Rating, up to 3 actors, 2 producers, etc. Each store has an individual database to keep track of local sales information which is uploaded to the central database nightly via snapshot replication. Create reports for upper management and marketing department for lost/damaged movies, most rented movies, most active customers, list of customers in each membership type, etc. Research details in how to stream online video rentals and propose how to implement this for SQL Server 2005 as well as SQL Server 2008. Details on implementing partitioning, high availability, hardware considerations, users, groups, logins, permissions, roles, encryption, certificates, and application security features
  • 64. 30 BlockFlix – Monthly Fee Stored Procedure RESULTS “Before” “After”
  • 65. 31 BlockFlix – Credit Card Encryption Code Sensitive Data Encryption: Credit card number – Encrypted Real card number – Not Directly Stored Only BFManager role can get the real number Encrypted card number is stored with symmetric / asymmetric keys protection.
  • 66. 32 BlockFlix – High Cost Hardware Proposal Central Database: 4 Dell PowerEdge 2950 III Rack Server (Configured N+1 Clusters) 2 Quad-Core Intel Xeon Processors 5400 series at 3.33GHz 8GB 667MHz Dual Ranked DIMMs Microsoft Windows Server 2008 Datacenter x64 bit Microsoft SQL Server 2005 Enterprise Edition Dell PowerVault NX1950 6.75TB (450GB x 15 Serial Attached SCSI Hot Plug Hard Drives) RAID 1+0 Configuration Store Database: 3 Dell PowerEdge 840 (Configured for Database Mirroring) Implemented with High Safety Mode - Witness Server for Automatic Failover CENTRAL DATABASE – N + 1 Cluster STORE DATABASE - Database Mirroring – High Safety mode with Automatic Failover
  • 67.
  • 68. Issues with the varbinary(max) datatype in SQL Server 2005 was performance, maintaining transactional consistency between data, managing backup and restore and scalability issues.
  • 69. In SQL Server 2008, they introduced a new feature called, filestream.
  • 71. An attribute/property to set on varbinary column so that the data is stored on the file system. (Binary data is stored as individual files outside the database.)
  • 73. Limitation of 2GB file size on the varbinary(max) column removed
  • 74. Filestream data is secured like other data, by granting permissions at the table or column levels.
  • 75.