-
Recent Posts
- Initialising arrays in PowerShell
- AD FS 2.0 Issuance Authorization Rules
- Update Rollup 2 for Active Directory Federation Services (AD FS) 2.0
- Failure when making a web service call when running Start-FIMReportingInitialSync.ps1
- Make the installation and FIM MA accounts filtered disconnectors and save yourself a headache (and possibly a rebuild).
Categories
Topics
.NET About Active Directory Active Directory Domain Services AD FS ADMA Declarative provisioning Exchange FIM FIM 2010 FIM 2010 R2 FIM MA IIS ILM News Off-topic Portal PowerShell Programming Provisioning Scripting Self Service Password Reset SharePoint SQL Server SQL Server Integration Services Synchronization Synchronization Rules Troubleshooting Updates and hotfixes WorkflowArchives
Category Archives: SQL Server Integration Services
Dropping and recreating the destination table in an SSIS package
As a follow up to my previous post on how one goes about importing data from a flat file data source into a SQL table and being able to have some control over the name of target table it is … Continue reading
Importing CSV data into a user-defined SQL table (otherwise known as how to specify the table name)
I’m a total newbie to SQL Server but I’m starting to require skills in this area specifically for the purpose of manipulating and “pre-processing” data consumed by FIM. I have the “Inside SQL Server 2008 T-SQL Programming” and “SQL Server … Continue reading