SlideShare uma empresa Scribd logo
1 de 16
SetFocus SQL Portfolio SetFocus has designed The Masters Program:  SQL Server training track to help bring database administrators to the next level in their careers,  utilizing Microsoft SQL Server 2005 integrated  closely with Visual Studio 2005.
ER Diagram
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Stored Procedures
DML Triggers -- =============================================== -- Author: Brent Bybee -- Create date: 01-08-2009 -- Description: Trigger to prevent deletes and  --  updates on the transactions table -- =============================================== CREATE TRIGGER [dbo].[NoChangesToTransactions] ON [dbo].[Transactions] INSTEAD OF DELETE, UPDATE NOT FOR REPLICATION AS  BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; RAISERROR (N'Transactions cannot be deleted, or updated.', -- Message  10, -- Severity. 1); -- Statua -- Rollback any active or uncommittable transactions IF @@TRANCOUNT > 0 BEGIN ROLLBACK TRANSACTION; END END; -- =============================================== -- Author: Brent Bybee -- Create date: 01-08-2009 -- Description: Trigger to prevent deletes and  --  updates on the transactions table -- =============================================== CREATE TRIGGER  [dbo].[NoChangesToTransactions] ON [dbo].[Transactions] INSTEAD OF DELETE, UPDATE NOT FOR REPLICATION AS  BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; RAISERROR ( N'Transactions cannot be deleted, or updated.',   -- Message  10,  -- Severity   1);  -- Statu s -- Rollback any active or uncommittable transactions IF  @@TRANCOUNT > 0 BEGIN ROLLBACK TRANSACTION; END END;
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Joins
Database Backup
Database Backup (cont.)
Database Backup Completion
Database Restore
Database Restore (cont.)
Database Restore Completion
Database Reports
Database Reports (cont.)
SSIS using Visual Studio
SSIS using Visual Studio (cont.)
SSIS Package in Excel Format

Mais conteúdo relacionado

Destaque

ComponíVeis Lovo2
ComponíVeis Lovo2ComponíVeis Lovo2
ComponíVeis Lovo2
moveislovo
 
World's greatest mysteries
World's greatest mysteries World's greatest mysteries
World's greatest mysteries
Piyush Tikku
 
For Giovanni Birthday
For Giovanni BirthdayFor Giovanni Birthday
For Giovanni Birthday
guest9477f
 
Culture Of Denmark
Culture Of DenmarkCulture Of Denmark
Culture Of Denmark
Piyush Tikku
 
Valentine’s Day In TGeorremolinos
Valentine’s Day In  TGeorremolinosValentine’s Day In  TGeorremolinos
Valentine’s Day In TGeorremolinos
Vandaka
 
Tettonica delle placche immagini
Tettonica delle placche immaginiTettonica delle placche immagini
Tettonica delle placche immagini
guest46791f
 
Mobile Marketing groep 7
Mobile Marketing groep 7Mobile Marketing groep 7
Mobile Marketing groep 7
mobilemarketing
 
のん Wankuma Osaka#21
のん Wankuma Osaka#21のん Wankuma Osaka#21
のん Wankuma Osaka#21
n_saito1111
 

Destaque (18)

Ignite Orlando - Act 2
Ignite Orlando - Act 2Ignite Orlando - Act 2
Ignite Orlando - Act 2
 
ComponíVeis Lovo2
ComponíVeis Lovo2ComponíVeis Lovo2
ComponíVeis Lovo2
 
SQL Portfolio
SQL PortfolioSQL Portfolio
SQL Portfolio
 
oneHouse Apartamento T5 Center Lisbon
oneHouse Apartamento T5 Center LisbononeHouse Apartamento T5 Center Lisbon
oneHouse Apartamento T5 Center Lisbon
 
World's greatest mysteries
World's greatest mysteries World's greatest mysteries
World's greatest mysteries
 
For Giovanni Birthday
For Giovanni BirthdayFor Giovanni Birthday
For Giovanni Birthday
 
Culture Of Denmark
Culture Of DenmarkCulture Of Denmark
Culture Of Denmark
 
Valentine’S Day In Torremolinos
Valentine’S Day In TorremolinosValentine’S Day In Torremolinos
Valentine’S Day In Torremolinos
 
Holiday At The Hotel Pez Espada
Holiday At The Hotel Pez EspadaHoliday At The Hotel Pez Espada
Holiday At The Hotel Pez Espada
 
Get a 10% discount with the promotional code
Get a 10% discount with the promotional codeGet a 10% discount with the promotional code
Get a 10% discount with the promotional code
 
Get a 10% discount with the promotional code
Get a 10% discount with the promotional codeGet a 10% discount with the promotional code
Get a 10% discount with the promotional code
 
Valentine’s Day In TGeorremolinos
Valentine’s Day In  TGeorremolinosValentine’s Day In  TGeorremolinos
Valentine’s Day In TGeorremolinos
 
Tettonica delle placche immagini
Tettonica delle placche immaginiTettonica delle placche immagini
Tettonica delle placche immagini
 
Mobile Marketing groep 7
Mobile Marketing groep 7Mobile Marketing groep 7
Mobile Marketing groep 7
 
のん Wankuma Osaka#21
のん Wankuma Osaka#21のん Wankuma Osaka#21
のん Wankuma Osaka#21
 
Nebuďte první!
Nebuďte první!Nebuďte první!
Nebuďte první!
 
Bargain holiday in Spain
Bargain holiday in SpainBargain holiday in Spain
Bargain holiday in Spain
 
Med Playa hotels in Spain
Med Playa hotels in SpainMed Playa hotels in Spain
Med Playa hotels in Spain
 

Semelhante a Set Focus SQL Portfolio

Database Development Replication Security Maintenance Report
Database Development Replication Security Maintenance ReportDatabase Development Replication Security Maintenance Report
Database Development Replication Security Maintenance Report
nyin27
 
Trigger and cursor program using sql
Trigger and cursor program using sqlTrigger and cursor program using sql
Trigger and cursor program using sql
Sushil Mishra
 
Les08-Oracle
Les08-OracleLes08-Oracle
Les08-Oracle
suman1248
 
Sydney Oracle Meetup - execution plans
Sydney Oracle Meetup - execution plansSydney Oracle Meetup - execution plans
Sydney Oracle Meetup - execution plans
paulguerin
 
Kickstarting SItes With a Custom Package
Kickstarting SItes With a Custom PackageKickstarting SItes With a Custom Package
Kickstarting SItes With a Custom Package
Jeff Segars
 
解决Ora 14098分区交换索引不匹配错误
解决Ora 14098分区交换索引不匹配错误解决Ora 14098分区交换索引不匹配错误
解决Ora 14098分区交换索引不匹配错误
maclean liu
 
Formal Verification of Web Service Interaction Contracts
Formal Verification of Web Service Interaction ContractsFormal Verification of Web Service Interaction Contracts
Formal Verification of Web Service Interaction Contracts
Gera Shegalov
 

Semelhante a Set Focus SQL Portfolio (20)

Database Development Replication Security Maintenance Report
Database Development Replication Security Maintenance ReportDatabase Development Replication Security Maintenance Report
Database Development Replication Security Maintenance Report
 
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
 
Trigger and cursor program using sql
Trigger and cursor program using sqlTrigger and cursor program using sql
Trigger and cursor program using sql
 
SQL Server 2008 Portfolio
SQL Server 2008 PortfolioSQL Server 2008 Portfolio
SQL Server 2008 Portfolio
 
SQL Tuning Overview
SQL Tuning OverviewSQL Tuning Overview
SQL Tuning Overview
 
How to install squid proxy on server or how to install squid proxy on centos o
How to install squid proxy on server  or how to install squid proxy on centos oHow to install squid proxy on server  or how to install squid proxy on centos o
How to install squid proxy on server or how to install squid proxy on centos o
 
Presentation Paul
Presentation PaulPresentation Paul
Presentation Paul
 
Les08-Oracle
Les08-OracleLes08-Oracle
Les08-Oracle
 
Sydney Oracle Meetup - execution plans
Sydney Oracle Meetup - execution plansSydney Oracle Meetup - execution plans
Sydney Oracle Meetup - execution plans
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Stacki and Chef at Pardot
Stacki and Chef at PardotStacki and Chef at Pardot
Stacki and Chef at Pardot
 
Kickstarting SItes With a Custom Package
Kickstarting SItes With a Custom PackageKickstarting SItes With a Custom Package
Kickstarting SItes With a Custom Package
 
解决Ora 14098分区交换索引不匹配错误
解决Ora 14098分区交换索引不匹配错误解决Ora 14098分区交换索引不匹配错误
解决Ora 14098分区交换索引不匹配错误
 
PHP tips by a MYSQL DBA
PHP tips by a MYSQL DBAPHP tips by a MYSQL DBA
PHP tips by a MYSQL DBA
 
Formal Verification of Web Service Interaction Contracts
Formal Verification of Web Service Interaction ContractsFormal Verification of Web Service Interaction Contracts
Formal Verification of Web Service Interaction Contracts
 
Utility Procedures in SAS
Utility Procedures in SASUtility Procedures in SAS
Utility Procedures in SAS
 
Module04
Module04Module04
Module04
 
PL/SQL
PL/SQLPL/SQL
PL/SQL
 
Plsql coding conventions
Plsql coding conventionsPlsql coding conventions
Plsql coding conventions
 
Les12 creating views
Les12 creating viewsLes12 creating views
Les12 creating views
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

Set Focus SQL Portfolio

  • 1. SetFocus SQL Portfolio SetFocus has designed The Masters Program: SQL Server training track to help bring database administrators to the next level in their careers, utilizing Microsoft SQL Server 2005 integrated closely with Visual Studio 2005.
  • 3.
  • 4. DML Triggers -- =============================================== -- Author: Brent Bybee -- Create date: 01-08-2009 -- Description: Trigger to prevent deletes and -- updates on the transactions table -- =============================================== CREATE TRIGGER [dbo].[NoChangesToTransactions] ON [dbo].[Transactions] INSTEAD OF DELETE, UPDATE NOT FOR REPLICATION AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; RAISERROR (N'Transactions cannot be deleted, or updated.', -- Message 10, -- Severity. 1); -- Statua -- Rollback any active or uncommittable transactions IF @@TRANCOUNT > 0 BEGIN ROLLBACK TRANSACTION; END END; -- =============================================== -- Author: Brent Bybee -- Create date: 01-08-2009 -- Description: Trigger to prevent deletes and -- updates on the transactions table -- =============================================== CREATE TRIGGER [dbo].[NoChangesToTransactions] ON [dbo].[Transactions] INSTEAD OF DELETE, UPDATE NOT FOR REPLICATION AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; RAISERROR ( N'Transactions cannot be deleted, or updated.', -- Message 10, -- Severity 1); -- Statu s -- Rollback any active or uncommittable transactions IF @@TRANCOUNT > 0 BEGIN ROLLBACK TRANSACTION; END END;
  • 5.
  • 15. SSIS using Visual Studio (cont.)
  • 16. SSIS Package in Excel Format