What?
A quick article on an alternative to multiple lookups in SSIS. For any SSIS developer trying to create packages that need to decode a number of values into their full name/description (eg. "M" ...
What?
This is an article to demonstrate a quick step-by-step on having an SSIS package loop through a directory/folder of files in order to populate a database table. We could add each file as a separate ...
... Studio 2008, 2010 and 2012. VS2008 for our old SSIS packages and VS2010 for database solutions running against SQL Server 2008 R2. We can use VS2012 for both but this requires upgrading all the packages ...
What?
This article is so that I don't spend so long in googling what the TxScript referenced assembly is when creating an SSIS custom component.
How?
This is simply the "Script Component" under ...
... (do they ever?).
The script must be able to be copied into other SSIS packages.
Need the option to merely tick input column names rather than hardcode these.
"It " should be an acronym for IT, so "I ...
... failed.
Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component
"MyDerivedColumns" (4228)" failed because error code 0xC0049063 occurred, and the error
row disposition on "output ...
What?
A quick article on how to skip rows or even specify a range to extract from the Excel file when using as the DataSource.
Why?
If you are simply using a text file as your data source, then ...
... conversion working in an SSIS package which read from a text file. Note that the example below converts a string in European Date Format (ie. "ddmmyyyy" to "dd/mm/yyyy"). Also, my data flow imports two ...
...
Why?
We're assisting a client implement Zoho People as their new HR solution. Zoho Analytics is used to generate specific spreadsheets for a feed into their third-party payroll system. If the data ...
... to sign in to their domain registrar's website and need to be assisted, perhaps via a remote session, on setting these up. If they have someone or a company which manages their domain, then they can give ...
... ) == "assistant")
{
//
// add the answer text to the response map
v_Response = m_Choice.get("message").get("content");
}
}
}
}
else
{
// store in response text
v_Respon ...
... 200)
{
//
// retrieve the answer in text
l_Choices = r_ChatGPTResponse.get("responseText").get("choices");
for each m_Choice in l_Choices
{
if(!isnull(m_Choice.get("message")))
{
if(m_Choice.get("message").get("role")=="assistant")
{
//
/ ...
... subdomain) you want to use: Then click on "Save".
If you have access to the DNS manager for the subdomain/domain of your customer portal, or you have the customer on a remote assist who has access ...
... and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir ...
... DATE_OF_BIRTH is blank or null yields
//
-- errors
How?
I could correct this using SSIS but with all the data in XML, we might as well stick with the technology and we're going to keep ...
... will be applied to names and addresses as well as job titles and departments.
Why?
We wanted a T-SQL version despite having successfully built a custom script component for SSIS.
How?
You ...
... (inc. VAT)
Total
£122.44 (exc. VAT)
£146.93 (inc. VAT)
Prices do not include the Operating System (in this case Microsoft Windows 7 Pro 32-bit) nor the chassis as we merely transferred ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.