Sunday, January 27, 2008

New SQL Server 2005 Video Tutorial: Pt. 11 - Loading Flat Files Using the SQL Server Integration Services Data Flow Task

Pt. 11 - Loading Flat Files Using the SQL Server Integration Services Data Flow Task - view details
This instructional video will show you how to utilize a data flow task when importing a flat file with FastParce off/on in SSIS.

Highlights
  • Necessary changes to the connection managers
  • What is "FastParce"?
  • Where can I use FastParce
  • Differentiation of execution speeds


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: data flow,task, fastparce, execution speed

New SQL Server 2005 Video Tutorial: Pt. 12 - Understanding the FastParse Option

Pt. 12 - Understanding the FastParse Option - view details
This final video in the very long 12 part series will continue to cover all the FastParse bases in SSIS and how to load from multiple text files into one table.

Highlights:
  • Timing comparison against other tools
  • Loading from multiple text files into one table
  • What is a Parallel Data Load?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: FastParse, text files, multiple, parallel data load

New SQL Server 2005 Video Tutorial: Pt. 8 - Loading an Empty Table With No Indexes vs. Empty Table With Indexes

Pt. 8 - Loading an Empty Table With No Indexes vs. Empty Table With Indexes - view details
This video will show you a comparison between running BCP to load with a table with no indexes and running with a single index.

Highlights:
  • What is clustered index order?
  • Run-time comparison


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: index, BCP, clustered index order, comparison, compare,

New SQL Server 2005 Video Tutorial: Pt. 6 - More on Format Files, .fmt Files, and the New XML Format Files

Pt. 6 - More on Format Files, .fmt Files, and the New XML Format Files - view details
This video tutorial will continue with more information on the format files and present you with some options for making BCP run faster with data.

Highlights:
  • Effects of setting batch size too small
  • How to do a fast copy of a table with indexes
  • Using "load hints" and advantages


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: batch size, load hints, format files, BCP,

New SQL Server 2005 Video Tutorial: Pt. 4 - An Overview of the BCP Utility and Our Testing Scenarios

Pt. 4 - An Overview of the BCP Utility and Our Testing Scenarios - view details
In this video Scott will take you through an overview of running the BCP utility with some of our testing scenarios

Highlights:
  • Using command prompt to execute BCP
  • BCP vs BULK INSERT
  • How to save to format file, .fmt
  • Saving as .xml format


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: BCP, utility, BULKINSERT, xml format, .fmt file

New SQL Server 2005 Video Tutorial: Pt. 9 - BULK INSERT and the OPENROWSET Functions as Alternatives to BCP

Pt. 9 - BULK INSERT and the OPENROWSET Functions as Alternatives to BCP - view details
This video will be discussing�� the details of the BULK INSERT and OPENROWSET functions, as well as comparing them back against BCP

Highlights:
  • BULK INSERT syntax
  • Using books online for OPENROWSET
  • Comparison of OPENROWSET, BULK INSERT, and BCP timing


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: BULK INSERT, OPENROWSET,BCP, functions, timing, compare, comparison, syntax

New SQL Server 2005 Video Tutorial: Pt. 3 - Finishing Our Overview of Bulk Load Tools and DROPCLEANBUFFERS

Pt. 3 - Finishing Our Overview of Bulk Load Tools and DROPCLEANBUFFERS - view details
This video will continue the discussion of the overview of the various tools availiable for loading a flat file in SQL server

Highlights:
  • How is OPENROWSET more flexible than BULK INSERT?
  • Tool choices within SSIS
  • What does�� DROPCLEANBUFFERS do in SQL server?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: OPENROWSET, BULK INSERT, DROPCLEANBUFFERS, loading flat file,

New SQL Server 2005 Video Tutorial: Pt. 2 - An Overview of the Various Scenarios and Tools Available for Bulk Loads

Pt. 2 - An Overview of the Various Scenarios and Tools Available for Bulk Loads - view details
This video will present you with the different basic and loading scenarios that you have to work with when doing bulk operations in SQL server

Highlights:
  • Possible scenarios
  • What is BCP?
  • Advantages of using Bulk Insert over BCP


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: bulk insert, bcp, loading scenario, bulk operations

New SQL Server 2005 Video Tutorial: Pt. 7 - How to Manage Triggers and Check Constraints During Bulk Operations

Pt. 7 - How to Manage Triggers and Check Constraints During Bulk Operations - view details
This 7th video of the 12 part series will walk you through the process of firing tirggers and check constraints in SQL server, as they do not run by default, and finish the discussion of BCP.

Highlights:
  • Creating and modifying triggers
  • Using "hints" to manually fire triggers
  • Building a check constraint
  • Security requirements for using BCP/BULK INSERT


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: triggers, create trigger, fire triggers, BCP, BULKINSERT, check constraints

New SQL Server 2005 Video Tutorial: Pt. 10 - SQL Server Intergration Services BULK INSERT Task

Pt. 10 - SQL Server Intergration Services BULK INSERT Task - view details
This video will show you how to create a BULK INSERT task in SQL Server Integration Services, SSIS, with Microsoft Visual Studio
  • Using the BULK INSERT task in an SSIS project
  • Configuring destination connection and options of task
  • Comparison against other tools


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: BULKINSERT, SSIS, sql server integration services, destination connection,compare

New SQL Server 2005 Video Tutorial: Pt. 5 - Format Files and BCP: Creating a Format File To Load Your Flat File

Pt. 5 - Format Files and BCP: Creating a Format File To Load Your Flat File - view details
This video will dig into the purpose of the .xml format files and how to write the correct syntax for running BCP

Highlights:
  • How to generate a format file using .xml
  • Different character types
  • Specifying field terminators


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: filed terminators, format file, xml format file , xml, BCP, running BCP

Saturday, January 26, 2008

New Visual Basic Video Tutorial: Pt. 3 - The Final Page Events: PreRender, SaveStateComplete, Render, and Unload

Pt. 3 - The Final Page Events: PreRender, SaveStateComplete, Render, and Unload - view details
This final video tutorial in the series will wrap up the last couple of page events found when using VS2005.

Highlights:

  • How is the PreRender page event useful?
  • Where does the actual DataBinding occur?
  • How to save the viewstate
  • What is the Render event/method?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: PreRender, SaveStateComplete, Render, Unload, page events, databinding,

New Visual Basic Video Tutorial: Pt. 5 - Avoiding Common Pitfalls Often Seen When Using AutoEventWireup

Pt. 5 - Avoiding Common Pitfalls Often Seen When Using AutoEventWireup - view details
This instructional video will cover some of�� the mistakes made when using EventWireUp in C# in VS2005 and also some quick solutions.

Highlights:

  • WireUp by hand
  • Assigning new Event handlers
  • What is the danger of the AutoEventWireup?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: autoeventwireup,EventWireUp, event handler

New C# Video Tutorial: Pt. 3 - The Final Page Events: PreRender, SaveStateComplete, Render, and Unload

Pt. 3 - The Final Page Events: PreRender, SaveStateComplete, Render, and Unload - view details
This final video tutorial in the series will wrap up the last couple of page events found when using VS2005.

Highlights:

  • How is the PreRender page event useful?
  • Where does the actual DataBinding occur?
  • How to save the viewstate
  • What is the Render event/method?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: PreRender, SaveStateComplete, Render, Unload, page events, databinding,

New Visual Basic Video Tutorial: Pt. 2 - Discussing Load(Page_Load), PreLoad, and LoadComplete

Pt. 2 - Discussing Load(Page_Load), PreLoad, and LoadComplete - view details
This second video tutorial in the series will continue the discussion of Load related page events, PreLoad,Load, and LoadComplete in VS2005.

Highlights from this video:

  • What can I do in Load?
  • When does LoadComplete occur?

��and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: Load,Page_Load, PreLoad, LoadComplete

New Visual Basic Video Tutorial: Pt. 4 - Understanding How AutoEventWireup Works

Pt. 4 - Understanding How AutoEventWireup Works - view details
This video will cover the basics of the AutoEventWireup and how it works in different languages as well as the variations in the defaults and how to change specific handling behaviors.

Highlights:

  • AutoEventWireup value when using codefile
  • How to define your delegate in VB

��



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: AutoEventWireup, eventwireup, page events

New C# Video Tutorial: Pt. 5 - Avoiding Common Pitfalls Often Seen When Using AutoEventWireup

Pt. 5 - Avoiding Common Pitfalls Often Seen When Using AutoEventWireup - view details
This instructional video will cover some of�� the mistakes made when using EventWireUp in C# in VS2005 and also some quick solutions.

Highlights:

  • WireUp by hand
  • Assigning new Event handlers
  • What is the danger of the AutoEventWireup?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: autoeventwireup,EventWireUp, event handler

New SQL Server 2005 Video Tutorial: Pt. 1 - An Introduction to Bulk Operations in SQL Server

Pt. 1 - An Introduction to Bulk Operations in SQL Server - view details
This first video in the very large 12 part series on Bulk Operations in SQL Server will talk about uploading text files to SQL server. Your instructor Scott will start off this video by walking you through the step-by-step procedure of creating the table and also begin the discussion of the various techniques and scenarios encountered when doing Bulk Operations.

Highlights:
  • What are the options for the Recovery Model?
  • How to set the database recovery model to BULK_LOGGED
  • Advantages of BULK_LOGGED


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: bulk operations, intro to bulk operations, recovery model, BULK_LOGGED,

New C# Video Tutorial: Pt. 4 - Understanding How AutoEventWireup Works

Pt. 4 - Understanding How AutoEventWireup Works - view details
This video will cover the basics of the AutoEventWireup and how it works in different languages as well as the variations in the defaults and how to change specific handling behaviors.

Highlights:

  • AutoEventWireup value when using codefile
  • How to define your delegate in VB

��



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: AutoEventWireup, eventwireup, page events

New C# Video Tutorial: Pt. 2 - Discussing Load(Page_Load), PreLoad, and LoadComplete

Pt. 2 - Discussing Load(Page_Load), PreLoad, and LoadComplete - view details
This second video tutorial in the series will continue the discussion of Load related page events, PreLoad,Load, and LoadComplete in VS2005.

Highlights from this video:

  • What can I do in Load?
  • When does LoadComplete occur?

��and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: Load,Page_Load, PreLoad, LoadComplete

New Visual Basic Video Tutorial: Tips for Writing Effecient If, Switch, and Select Case Statements

Tips for Writing Effecient If, Switch, and Select Case Statements - view details
This instructional video will walk you through the��concept of writing itterations,loops and If statements. This video will cover just about any programming language in Visual Studios, as well as boosting your code.

Highlights:

  • How to write conscise IF/SWITCH/CASE�� statements
  • Blocking the thread for a given amount of time
  • Common logic among languages
  • Creating a variable, i.


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If, Switch, Select Case, Statements, i, case, data structure, loops,loop, iteration

New C# Video Tutorial: Pt. 2 - Using the Logical And, Or, and Not Operators, Parentheses, and Brackets

Pt. 2 - Using the Logical And, Or, and Not Operators, Parentheses, and Brackets - view details
This video will continue the discussion of using IF, And, Or and Not operators in Miscrosoft VS2005.

Highlights:

  • Syntax operators for C# and proper notation
  • How to dictate multiple conditions and operators
  • Code maintenance


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If, and, or, not, operators, statement, expression, code, data structure

New C# Video Tutorial: Pt. 1 - Writing If Statements and Boolean Tests

Pt. 1 - Writing If Statements and Boolean Tests - view details
Are you unfamiliar with the proper way to write an If statement or a Boolean test? Then you're just in luck! This video tutorial will shw you the correct syntax elements to be used when��using C#in Microsoft Visual Studio

Highlights:

  • Concept of Fall Through
  • What does an If Else statement do?
  • When to use brackets
  • String assignment
  • Using a ? in Boolean tests


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If statement, boolean test, If else, brackets, string, ?, data structure

New Visual Basic Video Tutorial: Pt. 1 - ASP.NET Page Lifecycle and Page-Level Events: An Overview

Pt. 1 - ASP.NET Page Lifecycle and Page-Level Events: An Overview - view details
One of the areas that seems to cause a decent amount of confusion in ASP.NET�� is the area of Page Load events. This great instructional video will teach you how the auto event wireup property works in Visual Studio 2005 and what it's purpose is.

Highlights:
  • What is the load event?
  • How to set properties
  • What is the page load event method?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: ASP.NET, page events, auto event wireup, autoeventwireup, load event

New C# Video Tutorial: Pt. 2 - How to Create and Use a Custom Event Log

Pt. 2 - How to Create and Use a Custom Event Log - view details
This video tutorial will show you the process of how to create your own custom event log and how to use said event logs.

Highlights:

  • Using an "if" test
  • How to view your logged events
  • Assigning event IDs and categories
  • Creating an event source


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If, logged events, event log, event id, event source, data structure

New C# Video Tutorial: Pt. 1 - How to Write to the Windows Application Event Log

Pt. 1 - How to Write to the Windows Application Event Log - view details
Event logging is a very important piece of business. In this video you will use the event viewer to write to application event log or to write to a custom log.

Highlights:
  • How to use a console application in C#
  • Working with the event log class
  • Creating strings to store information


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: application event log, event log, string, custom string, data structure

New C# Video Tutorial: Pt. 3 - More Expansive If Statements Using C# Generics and Switch Statements

Pt. 3 - More Expansive If Statements Using C# Generics and Switch Statements - view details
This video will take a deeper look into some more complicated If statements and the alternative to If statements, Switch statements, in a Console Application in VS2005.

Highlights:

  • Issuing foreach statements in a collection
  • Code syntax shortcuts
  • What exactly can I test inside the switch parenthesis?
  • Using a break in the switch


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If, switch, break, expression, statement, data structure

New C# Video Tutorial: Pt. 1 - ASP.NET Page Lifecycle and Page-Level Events: An Overview

Pt. 1 - ASP.NET Page Lifecycle and Page-Level Events: An Overview - view details
One of the areas that seems to cause a decent amount of confusion in ASP.NET�� is the area of Page Load events. This great instructional video will teach you how the auto event wireup property works in Visual Studio 2005 and what it's purpose is.

Highlights:
  • What is the load event?
  • How to set properties
  • What is the page load event method?


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: ASP.NET, page events, auto event wireup, autoeventwireup, load event

New C# Video Tutorial: Tips for Writing Effecient If, Switch, and Select Case Statements

Tips for Writing Effecient If, Switch, and Select Case Statements - view details
This instructional video will walk you through the��concept of writing itterations,loops and If statements. This video will cover just about any programming language in Visual Studios, as well as boosting your code.

Highlights:

  • How to write conscise IF/SWITCH/CASE�� statements
  • Blocking the thread for a given amount of time
  • Common logic among languages
  • Creating a variable, i.


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: If, Switch, Select Case, Statements, i, case, data structure, loops,loop, iteration

Friday, January 25, 2008

New SQL Server Integration Services Video Tutorial: Pt. 2 - How to Schedule a Job to Execute An SSIS Package Using Package Configuration Files

Pt. 2 - How to Schedule a Job to Execute An SSIS Package Using Package Configuration Files - view details
In this second video in the series, your instructor will demonstrate to you how to schedule a job so that your job reads the connection information from the configuration file when executing a SQL Server Integration Services package.

Highlights from this video:

  • Common errors in logic
  • Granting access to SQL Server Agent
  • Working with multiple package configuration files

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: job,schedule, package configuration files

New SQL Server Integration Services Video Tutorial: Pt. 1 - What Are Package Configurations and How Can I Use Them?

Pt. 1 - What Are Package Configurations and How Can I Use Them? - view details
A new feature in SQL Server Integration Services in the Package Configuration. This first��video tutorial will give you an��introduction to what a configuration pack is and how it can help you when�� it comes to moving from server to server, environment to environment.

Highlights from this video:

  • What is a package configuration
  • Changing/deploying testing package
  • Where package configurations come in handy
  • Direct package configuration and execution

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: package configuration, package, intergration services

New SQL Server Integration Services Video Tutorial: Pt. 2 - How to Execute An SSIS Package Stored in SQL Server (msdb) As a SQL Server Job

Pt. 2 - How to Execute An SSIS Package Stored in SQL Server (msdb) As a SQL Server Job - view details
In this second video in the series, you will learn how to schedule an��SSIS package that is stored in the msdb, a process that is slightly similar to the one performed in the first video.

Highlights from this video:

  • Importing packages to the msdb
  • Package protection levels
  • Executing stored SSIS package

and much more!

��

��



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: msdb, package, job, scheduling,sql server job

New SQL Server Integration Services Video Tutorial: How to Use SQL Server Tables to Store Your Package Configurations

How to Use SQL Server Tables to Store Your Package Configurations - view details
This video tutorial will show you how you can set your package configurations to use the SQL Server storage of the configuration, ��giving ��you the most flexible, single repository for all package configurations.

Highlights:

  • Adding new SQL server configuration
  • Customizing configuration connection manager, table, and filter
  • Updating SQL configurations
  • Table definition

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: sql server tables, package, configuration, store package,

New SQL Server Integration Services Video Tutorial: Pt. 3 - Using Package Configurations to Create Dynamic SSIS Package Jobs

Pt. 3 - Using Package Configurations to Create Dynamic SSIS Package Jobs - view details
In this third and final video in the series, your instructor will discuss with you how to use package configurations to create dynamic SQL Server Integration Services package jobs.

Highlights from this video:

  • Changing destination database name
  • Creating/adding ��a new XML configuration file

and much more



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: package configurations, scheduling, schedule, job

New SQL Server Integration Services Video Tutorial: Pt. 3 - A Look at the Various Options Available in Package Configurations

Pt. 3 - A Look at the Various Options Available in Package Configurations - view details
In this third video in the series, you will finish the package configuration discussion with the other features that are avaliable with package configurations.

Highlights from this video:

  • Direct package configuration vs indirect package configuration
  • Creating new environment variables
  • About Registry Entry, Parent Package Variables, and Sql Server configuration types

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: package configuration, package, configuration, environment variables

New SQL Server Integration Services Video Tutorial: Pt. 1 - How to Schedule an SSIS Package As a SQL Server Job

Pt. 1 - How to Schedule an SSIS Package As a SQL Server Job - view details
One of the most commonly asked questions for Intergration Services is 'How do��I schedule an SSIS package'? In this video tutorial your instructor will demonstrate the process of scheduling a job as well as give you some great tips and tricks on how to avoid pitfalls in scheduling, as SQL Server Intergration Services��is a slightly difficult system to work with and��the process is not very intuitive.

Highlights from this video:

  • ��About package sources
  • Granting SqlAgent account permissions
  • Creating new job and steps

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: sql server, job, scheduling, integration service, package

New SQL Server Integration Services Video Tutorial: Pt. 3 - Using Proxies and Credentials When Scheduling Your SSIS Package As a SQL Server Job

Pt. 3 - Using Proxies and Credentials When Scheduling Your SSIS Package As a SQL Server Job - view details
Ever wonder how you can simplify privileges when scheduling your SQL Server Integration Serivices package as a SQL Server job? In this thrid video tutorial in the series, Scott will demonstrate how you can do so by assigning proxies and creating credentials.
  • What is a credential?
  • How to create a proxy account
  • Logging in to SQL Server��with credentials
  • Proxy execution of SSIS package stored inside��SQL Server

and much more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: proxy,credentials,proxies,credentials, job, package

New SQL Server Integration Services Video Tutorial: How to Use Environment Variables In Your Package Configurations

How to Use Environment Variables In Your Package Configurations - view details
In this video tutorial you will look at how to do package configurations by setting properties with environment variables.

Highlights:

  • Types of environment variables
  • Creating new system variables
  • Walkthrough of Package Configuration Wizard and Organizer

and more!



To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: environment variables, package, configurations