SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
VISUAL BASIC .NET
 ENTRENAMIENTOS

                  SQL SERVER




                                                        Promoción cursos Microsoft, en el área de Desarrollo y Base de datos,
                                                        horarios nocturnos, asignación de PC por asistente, Certificado,
                                                        Documentación en formato electrónico.




            Servicios Educativos Softrain C.A.
Av. Libertador Calle Alameda Torre Exa Piso2
                Oficina 213 El Rosal - Chacao
       Telf. 212 9535445 722 7502000 2001
                          RIF. J-30298221-9
                           www.softrain.com.ve
                         Twitter: @softrain_vzla
Course 6231A Maintaining a Microsoft SQL Server 2008
Database
Length 5 Days

Prerequisites

Before attending this course, students must have:

      Basic knowledge of the Microsoft Windows operating system and its core
       functionality.
      Working knowledge of Transact-SQL.
      Working knowledge of relational databases.
      Some experience with database design.

Overview

About this Course

Elements of this syllabus are subject to change.

This five-day instructor-led course provides students with the knowledge and skills to
maintain a Microsoft SQL Server 2008 database. The course focuses on teaching individuals
how to use SQL Server 2008 product features and tools related to maintaining a database.

Audience Profile

This course is intended for IT Professionals who administer and maintain SQL Server
databases.

At Course Completion

After completing this course, students will be able to:

      Install and configure SQL Server 2008.
      Manage database files.
      Backup and restore databases.
      Manage security.
      Transfer data into and out of SQL Server.
      Automate administrative tasks.
      Replicate data between SQL Server instances.
      Maintain high availability.
      Monitor SQL Server.
Course 6232A Implementing a Microsoft SQL Server 2008
Database
Length 5 Days

Prerequisites

Before attending this course, students must have:

      Basic knowledge of the Microsoft Windows operating system and its core
       functionality.
      Working knowledge of Transact-SQL.
      Working knowledge of relational databases.
      Some experience with database design.

Overview

About this Course

Elements of this syllabus are subject to change.

This five-day instructor-led course provides students with the knowledge and skills to
implement a Microsoft SQL Server 2008 database. The course focuses on teaching
individuals how to use SQL Server 2008 product features and tools related to implementing
a database.

Audience Profile

This course is intended for IT Professionals who administer and maintain SQL Server
databases.

At Course Completion

After completing this course, students will be able to:

      Create databases and database files.
      Create data types and tables.
      Use XML-related features in Microsoft SQL Server 2008.
      Plan, create, and optimize indexes.
      Implement data integrity in Microsoft SQL Server 2008 databases by using
       constraints.
      Implement data integrity in Microsoft SQL Server 2008 by using triggers.
      Implement views.
      Implement stored procedures.
      Implement functions.
      Implement managed code in the database.
      Manage transactions and locks.
      Use Service Broker to build a messaging-based solution.
Course 6235A: Implementing and Maintaining Microsoft
SQL Server 2008 Integration Services
Length 3 Days

Prerequisites

Before attending this course, students must have:

      Exposure to enterprise data import and export scenarios.
      Experience navigating the Microsoft Windows Server environment.
      Experience with Microsoft SQL Server, including:
      SQL Server Agent.
      SQL Server query language (SELECT, UPDATE, INSERT, and DELETE).
      SQL Server System tables.
      SQL Server accounts (users and permissions).

Overview

About this Course

Elements of this syllabus are subject to change.

This three-day instructor-led course teaches students how to implement an Integration
Services solution in an organization. The course discusses how to develop, deploy, and
manage Integration Services packages.

Audience Profile

This course is intended for information technology (IT) professionals and developers who
need to implement data transfer or extract, transform, and load (ETL) solutions by using
Microsoft SQL Server 2008 Integration Services.

At Course Completion

After completing this course, students will be able to:

      Describe SQL Server Integration Services and its tools.
      Create an Integration Services package.
      Implement control flow in an Integration Services package.
      Implement data flow in an Integration Services package.
      Implement logging in an Integration Services package.
      Debug and implement error handling in an Integration Services package.
      Implement checkpoints and transactions in an Integration Services package.
      Deploy an Integration Services package.
      Manage and secure an Integration Services package.
Course 2778A: Writing Queries Using Microsoft SQL Server
2008 Transact-SQL
Length 3 Days

Prerequisites

Before attending this course, students must have:

      Knowledge of data integrity concepts.
      Core Windows Server skills.
      Relational database design skills.
      Programming skills.

Overview

About this Course

This 3-day instructor led course provides students with the technical skills required to write
basic Transact-SQL queries for Microsoft SQL Server 2008.

Audience Profile

This course is intended for SQL Server database administrators, implementers, system
engineers, and developers who are responsible for writing queries.

At Course Completion

After completing this course, students will be able to:

      Describe the uses of and ways to execute the Transact-SQL language.
      Use querying tool.
      Write SELECT queries to retrieve data.
      Group and summarize data by using Transact-SQL.
      Join data from multiple tables.
      Write queries that retrieve and modify data by using subqueries.
      Modify data in tables.
      Query text fields with full-text search.
      Describe how to create programming objects.
      Use various techniques when working with complex queries.
Course 2373B: Programming with Microsoft Visual Basic
.NET
Length 5 Days

Prerequisites

Before attending this course, students must meet the following prerequisites:

        Experience developing applications with Visual Basic 4.0 or later
        Successful completion of Course 1013, Mastering Microsoft Visual Basic 6
         Development, or equivalent knowledge

OR

        Successful completion of Course 1016, Mastering Enterprise Development Using
         Microsoft Visual Basic 6, or equivalent knowledge
        Familiarity with basic concepts of object-oriented programming
        Familiarity with Extensible Markup Language (XML) concepts
        Familiarity with Microsoft's .NET strategy as described on Microsoft's .NET Web site:
         http://www.microsoft.com/net/
        Familiarity with the .NET Framework as described on the following Web sites:
         http://msdn.microsoft.com/msdnmag/issues/0900/Framework/default.asp
         and
         http://msdn.microsoft.com/msdnmag/issues/1000/Framework2/default.asp

Overview

About this Course

The goal of this course is to provide Microsoft Visual Basic developers with the knowledge
and skills needed to develop Microsoft .NET-based applications by using Visual Basic .NET.
Visual Basic .NET is a significant upgrade to Visual Basic and incorporates many new
features and framework goals of the .NET architecture. These changes will allow Visual Basic
developers to create enterprise applications for the .NET Platform and to create more
traditional Visual Basic applications that can take advantage of the enhancements to the
language.

Audience Profile

This course is intended primarily for developers who use Visual Basic 4.0 or later as their
primary language, who use Microsoft technologies such as Microsoft ActiveX Data Objects
(ADO) and Active Server Pages (ASP) to develop applications, and who plan to use Visual
Basic .NET for future application development.

At Course Completion

After completing this course, students will be able to:

        List the major elements of the .NET Framework and describe some of the major
         enhancements to the new version of Visual Basic.
   Describe the basic structure of a Visual Basic .NET project and use the main features
    of the integrated development environment (IDE).
   Use the new language features and syntax in Visual Basic .NET.
   Explain the basic concepts and terminology of object-oriented design specifically for
    Visual Basic .NET.
   Explain and use the basic concepts and terminology of object-oriented programming
    in Visual Basic .NET.
   Create applications by using Microsoft Windows Forms.
   Create Internet applications that use Web Forms and Web Services.
   Create applications that use ADO.NET.
   Create components in Visual Basic .NET.
   Set up and deploy various types of Visual Basic .NET-based applications.
   Prepare existing Visual Basic-based applications for upgrade to Visual Basic .NET.
Course 2415B: Programming with the Microsoft .NET
Framework (Microsoft Visual Basic .NET)
Length 5 Days

Prerequisites

Before attending this course, students must be proficient in the Microsoft Visual Basic
programming language and have been exposed to the Visual Basic .NET language. Students
can meet these prerequisites by taking Course 2559: Introduction to Visual Basic .NET
programming.

Overview

About this Course

The goal of this course is to help application developers understand the Microsoft .NET
Framework. In addition to offering an overview of the .NET Framework and an introduction
to key concepts and terminology, the course provides a series of labs, which introduce and
explain .NET Framework features that are used to code, debug, tune, and deploy
applications.

Audience Profile

This course is intended for experienced, professional software developers, including those
employed by software companies or working on corporate development teams. Most
students will be Microsoft Visual Basic developers.

At Course Completion

After completing this course, students will be able to:

      List the major elements of the .NET Framework and explain how they fit into the
       .NET platform.
      Explain the main concepts behind the common language runtime and use the
       features of the .NET Framework to create a simple application.
      Create and use components in Microsoft Windows Forms-based and ASP.NET-based
       applications.
      Use the deployment and versioning features of the .NET runtime to deploy multiple
       versions of a component.
      Create, use, and extend types by understanding the common type system
       architecture.
      Create classes and interfaces that are functionally efficient and appropriate for given
       programming scenarios.
      Use the .NET Framework class library to efficiently create and manage strings,
       arrays, collections, and enumerators.
      Use delegates and events to make an event sender signal the occurrence of an
       action to an event receiver.
      Describe and control how memory and other resources are managed in the .NET
       Framework.
   Read from and write to data streams and files.
   Use the basic request/response model to send and receive data over the Internet.
   Serialize and deserialize an object graph.
   Create distributed applications using XML Web services and object remoting.

Mais conteúdo relacionado

Mais procurados

Divya ASP Developer
Divya ASP Developer Divya ASP Developer
Divya ASP Developer divya k
 
Duane_Johnston_Resume_2015
Duane_Johnston_Resume_2015Duane_Johnston_Resume_2015
Duane_Johnston_Resume_2015Duane Johnston
 
Microsoft Professional Certification overview
Microsoft Professional Certification overviewMicrosoft Professional Certification overview
Microsoft Professional Certification overviewLee Stott
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Born To Learn Certification Final
Born To Learn Certification FinalBorn To Learn Certification Final
Born To Learn Certification FinalStephen Rose
 
Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead Nitesh Dasari
 
Mt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlinesMt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlinesAbbas Qureshi
 
Chris Durkin Resume - Expert .NET Consultant 18 years experience
Chris Durkin Resume - Expert .NET Consultant 18 years experienceChris Durkin Resume - Expert .NET Consultant 18 years experience
Chris Durkin Resume - Expert .NET Consultant 18 years experienceChris Durkin
 
S Kumar Resume
S Kumar ResumeS Kumar Resume
S Kumar ResumeS Kumar
 

Mais procurados (20)

Divya ASP Developer
Divya ASP Developer Divya ASP Developer
Divya ASP Developer
 
Duane_Johnston_Resume_2015
Duane_Johnston_Resume_2015Duane_Johnston_Resume_2015
Duane_Johnston_Resume_2015
 
Nagacv
NagacvNagacv
Nagacv
 
Microsoft Professional Certification overview
Microsoft Professional Certification overviewMicrosoft Professional Certification overview
Microsoft Professional Certification overview
 
Bindu dot net_cv
Bindu dot net_cvBindu dot net_cv
Bindu dot net_cv
 
Nagacv
NagacvNagacv
Nagacv
 
Narender_resume
Narender_resumeNarender_resume
Narender_resume
 
Chinnasamy Manickam
Chinnasamy ManickamChinnasamy Manickam
Chinnasamy Manickam
 
MCSA Exam paper 70-412 PDF
MCSA Exam paper 70-412 PDFMCSA Exam paper 70-412 PDF
MCSA Exam paper 70-412 PDF
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Born To Learn Certification Final
Born To Learn Certification FinalBorn To Learn Certification Final
Born To Learn Certification Final
 
Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead
 
Trinada pabolu profile
Trinada pabolu profileTrinada pabolu profile
Trinada pabolu profile
 
Mt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlinesMt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlines
 
Chris Durkin Resume - Expert .NET Consultant 18 years experience
Chris Durkin Resume - Expert .NET Consultant 18 years experienceChris Durkin Resume - Expert .NET Consultant 18 years experience
Chris Durkin Resume - Expert .NET Consultant 18 years experience
 
S Kumar Resume
S Kumar ResumeS Kumar Resume
S Kumar Resume
 
Devendra_SrJavaJ2eeDeveloper
Devendra_SrJavaJ2eeDeveloperDevendra_SrJavaJ2eeDeveloper
Devendra_SrJavaJ2eeDeveloper
 
George Jordanov CV
George Jordanov CVGeorge Jordanov CV
George Jordanov CV
 
Chapter2 j2ee
Chapter2 j2eeChapter2 j2ee
Chapter2 j2ee
 
Dondeti_VenkateswaraReddy_.Net Developer
Dondeti_VenkateswaraReddy_.Net DeveloperDondeti_VenkateswaraReddy_.Net Developer
Dondeti_VenkateswaraReddy_.Net Developer
 

Destaque (9)

Lec2
Lec2Lec2
Lec2
 
Lec9
Lec9Lec9
Lec9
 
Lec6
Lec6Lec6
Lec6
 
Lec5
Lec5Lec5
Lec5
 
Lec4
Lec4Lec4
Lec4
 
List classes
List classesList classes
List classes
 
Lec3
Lec3Lec3
Lec3
 
Java Stack (Pilha)
Java Stack (Pilha)Java Stack (Pilha)
Java Stack (Pilha)
 
Lec1
Lec1Lec1
Lec1
 

Semelhante a Cursos sql server .net visual basic octubre 2010

Semelhante a Cursos sql server .net visual basic octubre 2010 (20)

Kasi Resume
Kasi ResumeKasi Resume
Kasi Resume
 
Master MCSA Administración de SQL Server 2012
Master MCSA Administración de SQL Server 2012Master MCSA Administración de SQL Server 2012
Master MCSA Administración de SQL Server 2012
 
vikash_singh
vikash_singhvikash_singh
vikash_singh
 
Anil_Resume_latest
Anil_Resume_latestAnil_Resume_latest
Anil_Resume_latest
 
Kumar_Resume - LinkedIn
Kumar_Resume - LinkedInKumar_Resume - LinkedIn
Kumar_Resume - LinkedIn
 
Resume - Harry Nehman 201503
Resume - Harry Nehman 201503Resume - Harry Nehman 201503
Resume - Harry Nehman 201503
 
Portfolio
PortfolioPortfolio
Portfolio
 
Sneha junior Software developer(1) in MVC
Sneha junior Software developer(1) in MVCSneha junior Software developer(1) in MVC
Sneha junior Software developer(1) in MVC
 
20778B_00.pptx
20778B_00.pptx20778B_00.pptx
20778B_00.pptx
 
MTA database brochure
MTA database brochureMTA database brochure
MTA database brochure
 
Resume_Kiran
Resume_KiranResume_Kiran
Resume_Kiran
 
RohiniKrishna_Feb
RohiniKrishna_FebRohiniKrishna_Feb
RohiniKrishna_Feb
 
Senior .Net Developer - Senthil Ravindranath
Senior .Net Developer - Senthil RavindranathSenior .Net Developer - Senthil Ravindranath
Senior .Net Developer - Senthil Ravindranath
 
Prateek_Srivastava
Prateek_SrivastavaPrateek_Srivastava
Prateek_Srivastava
 
Nishant_Saurabh_MS_SQL_SERVER_DBA
Nishant_Saurabh_MS_SQL_SERVER_DBANishant_Saurabh_MS_SQL_SERVER_DBA
Nishant_Saurabh_MS_SQL_SERVER_DBA
 
SushantResume
SushantResumeSushantResume
SushantResume
 
Master Microsoft MCSD Web Applications
Master Microsoft MCSD Web ApplicationsMaster Microsoft MCSD Web Applications
Master Microsoft MCSD Web Applications
 
Abhinay kumar 7.4yrs_donet
Abhinay kumar 7.4yrs_donetAbhinay kumar 7.4yrs_donet
Abhinay kumar 7.4yrs_donet
 
AbhishekKapuria
AbhishekKapuriaAbhishekKapuria
AbhishekKapuria
 
Trinada pabolu profile
Trinada pabolu profileTrinada pabolu profile
Trinada pabolu profile
 

Mais de Servicios Educativos Softrain C.A. (11)

Productos y Servicios Softrain
Productos y Servicios SoftrainProductos y Servicios Softrain
Productos y Servicios Softrain
 
Eventojavaphp
EventojavaphpEventojavaphp
Eventojavaphp
 
Seminario Bases de Datos Oracle
Seminario Bases de Datos OracleSeminario Bases de Datos Oracle
Seminario Bases de Datos Oracle
 
Carrera data base administrator oracle no costo
Carrera data base administrator oracle no costoCarrera data base administrator oracle no costo
Carrera data base administrator oracle no costo
 
Carrera ccna exploration v 4 no costo
Carrera ccna exploration v 4 no costoCarrera ccna exploration v 4 no costo
Carrera ccna exploration v 4 no costo
 
Carrera php programmer no costo
Carrera php programmer no costoCarrera php programmer no costo
Carrera php programmer no costo
 
Carrera java programmer no costo
Carrera java programmer no   costoCarrera java programmer no   costo
Carrera java programmer no costo
 
Cursos de hp ux server2008 sql server itil v3 oracle asterisk softrain
Cursos de hp ux server2008 sql server itil v3 oracle asterisk softrainCursos de hp ux server2008 sql server itil v3 oracle asterisk softrain
Cursos de hp ux server2008 sql server itil v3 oracle asterisk softrain
 
Entrenamientos promocion oct 2010
Entrenamientos promocion oct 2010Entrenamientos promocion oct 2010
Entrenamientos promocion oct 2010
 
Master en gestion de linux
Master en gestion de linuxMaster en gestion de linux
Master en gestion de linux
 
PHP AJAX JAVASCRIPT MYSQL JQUERY
PHP AJAX JAVASCRIPT MYSQL JQUERYPHP AJAX JAVASCRIPT MYSQL JQUERY
PHP AJAX JAVASCRIPT MYSQL JQUERY
 

Último

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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 CVKhem
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

Cursos sql server .net visual basic octubre 2010

  • 1. VISUAL BASIC .NET ENTRENAMIENTOS SQL SERVER Promoción cursos Microsoft, en el área de Desarrollo y Base de datos, horarios nocturnos, asignación de PC por asistente, Certificado, Documentación en formato electrónico. Servicios Educativos Softrain C.A. Av. Libertador Calle Alameda Torre Exa Piso2 Oficina 213 El Rosal - Chacao Telf. 212 9535445 722 7502000 2001 RIF. J-30298221-9 www.softrain.com.ve Twitter: @softrain_vzla
  • 2. Course 6231A Maintaining a Microsoft SQL Server 2008 Database Length 5 Days Prerequisites Before attending this course, students must have:  Basic knowledge of the Microsoft Windows operating system and its core functionality.  Working knowledge of Transact-SQL.  Working knowledge of relational databases.  Some experience with database design. Overview About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to maintaining a database. Audience Profile This course is intended for IT Professionals who administer and maintain SQL Server databases. At Course Completion After completing this course, students will be able to:  Install and configure SQL Server 2008.  Manage database files.  Backup and restore databases.  Manage security.  Transfer data into and out of SQL Server.  Automate administrative tasks.  Replicate data between SQL Server instances.  Maintain high availability.  Monitor SQL Server.
  • 3. Course 6232A Implementing a Microsoft SQL Server 2008 Database Length 5 Days Prerequisites Before attending this course, students must have:  Basic knowledge of the Microsoft Windows operating system and its core functionality.  Working knowledge of Transact-SQL.  Working knowledge of relational databases.  Some experience with database design. Overview About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to implementing a database. Audience Profile This course is intended for IT Professionals who administer and maintain SQL Server databases. At Course Completion After completing this course, students will be able to:  Create databases and database files.  Create data types and tables.  Use XML-related features in Microsoft SQL Server 2008.  Plan, create, and optimize indexes.  Implement data integrity in Microsoft SQL Server 2008 databases by using constraints.  Implement data integrity in Microsoft SQL Server 2008 by using triggers.  Implement views.  Implement stored procedures.  Implement functions.  Implement managed code in the database.  Manage transactions and locks.  Use Service Broker to build a messaging-based solution.
  • 4. Course 6235A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length 3 Days Prerequisites Before attending this course, students must have:  Exposure to enterprise data import and export scenarios.  Experience navigating the Microsoft Windows Server environment.  Experience with Microsoft SQL Server, including:  SQL Server Agent.  SQL Server query language (SELECT, UPDATE, INSERT, and DELETE).  SQL Server System tables.  SQL Server accounts (users and permissions). Overview About this Course Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how to implement an Integration Services solution in an organization. The course discusses how to develop, deploy, and manage Integration Services packages. Audience Profile This course is intended for information technology (IT) professionals and developers who need to implement data transfer or extract, transform, and load (ETL) solutions by using Microsoft SQL Server 2008 Integration Services. At Course Completion After completing this course, students will be able to:  Describe SQL Server Integration Services and its tools.  Create an Integration Services package.  Implement control flow in an Integration Services package.  Implement data flow in an Integration Services package.  Implement logging in an Integration Services package.  Debug and implement error handling in an Integration Services package.  Implement checkpoints and transactions in an Integration Services package.  Deploy an Integration Services package.  Manage and secure an Integration Services package.
  • 5. Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Length 3 Days Prerequisites Before attending this course, students must have:  Knowledge of data integrity concepts.  Core Windows Server skills.  Relational database design skills.  Programming skills. Overview About this Course This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. Audience Profile This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries. At Course Completion After completing this course, students will be able to:  Describe the uses of and ways to execute the Transact-SQL language.  Use querying tool.  Write SELECT queries to retrieve data.  Group and summarize data by using Transact-SQL.  Join data from multiple tables.  Write queries that retrieve and modify data by using subqueries.  Modify data in tables.  Query text fields with full-text search.  Describe how to create programming objects.  Use various techniques when working with complex queries.
  • 6. Course 2373B: Programming with Microsoft Visual Basic .NET Length 5 Days Prerequisites Before attending this course, students must meet the following prerequisites:  Experience developing applications with Visual Basic 4.0 or later  Successful completion of Course 1013, Mastering Microsoft Visual Basic 6 Development, or equivalent knowledge OR  Successful completion of Course 1016, Mastering Enterprise Development Using Microsoft Visual Basic 6, or equivalent knowledge  Familiarity with basic concepts of object-oriented programming  Familiarity with Extensible Markup Language (XML) concepts  Familiarity with Microsoft's .NET strategy as described on Microsoft's .NET Web site: http://www.microsoft.com/net/  Familiarity with the .NET Framework as described on the following Web sites: http://msdn.microsoft.com/msdnmag/issues/0900/Framework/default.asp and http://msdn.microsoft.com/msdnmag/issues/1000/Framework2/default.asp Overview About this Course The goal of this course is to provide Microsoft Visual Basic developers with the knowledge and skills needed to develop Microsoft .NET-based applications by using Visual Basic .NET. Visual Basic .NET is a significant upgrade to Visual Basic and incorporates many new features and framework goals of the .NET architecture. These changes will allow Visual Basic developers to create enterprise applications for the .NET Platform and to create more traditional Visual Basic applications that can take advantage of the enhancements to the language. Audience Profile This course is intended primarily for developers who use Visual Basic 4.0 or later as their primary language, who use Microsoft technologies such as Microsoft ActiveX Data Objects (ADO) and Active Server Pages (ASP) to develop applications, and who plan to use Visual Basic .NET for future application development. At Course Completion After completing this course, students will be able to:  List the major elements of the .NET Framework and describe some of the major enhancements to the new version of Visual Basic.
  • 7. Describe the basic structure of a Visual Basic .NET project and use the main features of the integrated development environment (IDE).  Use the new language features and syntax in Visual Basic .NET.  Explain the basic concepts and terminology of object-oriented design specifically for Visual Basic .NET.  Explain and use the basic concepts and terminology of object-oriented programming in Visual Basic .NET.  Create applications by using Microsoft Windows Forms.  Create Internet applications that use Web Forms and Web Services.  Create applications that use ADO.NET.  Create components in Visual Basic .NET.  Set up and deploy various types of Visual Basic .NET-based applications.  Prepare existing Visual Basic-based applications for upgrade to Visual Basic .NET.
  • 8. Course 2415B: Programming with the Microsoft .NET Framework (Microsoft Visual Basic .NET) Length 5 Days Prerequisites Before attending this course, students must be proficient in the Microsoft Visual Basic programming language and have been exposed to the Visual Basic .NET language. Students can meet these prerequisites by taking Course 2559: Introduction to Visual Basic .NET programming. Overview About this Course The goal of this course is to help application developers understand the Microsoft .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications. Audience Profile This course is intended for experienced, professional software developers, including those employed by software companies or working on corporate development teams. Most students will be Microsoft Visual Basic developers. At Course Completion After completing this course, students will be able to:  List the major elements of the .NET Framework and explain how they fit into the .NET platform.  Explain the main concepts behind the common language runtime and use the features of the .NET Framework to create a simple application.  Create and use components in Microsoft Windows Forms-based and ASP.NET-based applications.  Use the deployment and versioning features of the .NET runtime to deploy multiple versions of a component.  Create, use, and extend types by understanding the common type system architecture.  Create classes and interfaces that are functionally efficient and appropriate for given programming scenarios.  Use the .NET Framework class library to efficiently create and manage strings, arrays, collections, and enumerators.  Use delegates and events to make an event sender signal the occurrence of an action to an event receiver.  Describe and control how memory and other resources are managed in the .NET Framework.
  • 9. Read from and write to data streams and files.  Use the basic request/response model to send and receive data over the Internet.  Serialize and deserialize an object graph.  Create distributed applications using XML Web services and object remoting.