Viewing 15 posts - 1,021 through 1,035 (of 6,678 total)
So if the base value is 601.1.01 - the lookup will be for region 6601, port 1 poll 01?
June 11, 2021 at 5:37 pm
You also need to provide samples of the [base1], [base2] and [base3] values. Those are the values that are passed into the function - to return the base equipment address.
The...
June 11, 2021 at 5:24 pm
If you could put that data into temp tables - with create statement and insert statements - it would help. We could then take that sample data and use it...
June 11, 2021 at 5:03 pm
@JeffModen - this is why I asked for sample data being passed to the function. We can make the assumption that the values being passed in are numeric - but...
June 11, 2021 at 2:46 pm
Okay - assuming they are all SSIS variables, then make sure you use the proper case. Also, I would rewrite the code...
// Get the DTS variables into...
June 10, 2021 at 9:01 pm
Are these SSIS variables or package variables or project parameters - and did you add them as read-only variables in the script task properties?
I understand what you are trying to...
June 10, 2021 at 8:32 pm
OperatorBadgeID are only used by one Operator, not shared. Some do work in more than one area of the plant, so, yes, there can be duplicate entries, one for...
June 10, 2021 at 8:17 pm
I know it doesn't contribute to the conversation at hand but it's just fascinating to me that this type of thing is still an issue since the release...
June 10, 2021 at 8:04 pm
SSIS packages are not interactive processes - they are background processes and do not provide for user interaction. There are no options to prompt a user to continue.
As for truncating...
June 10, 2021 at 6:50 pm
Why would you check for the existence of the file - when the foreach loop has already found the file? If the tasks inside the foreach loop container are executed...
June 10, 2021 at 4:19 pm
The code you supplied does not show the usage of the function - I have to assume it is being called in the stored procedure. The stored procedure has 3...
June 10, 2021 at 3:50 pm
Jeffrey Williams wrote:I wonder - what happens if you run DBCC UPDATEUSAGE on that cloned database?
I believe the OP said they tried that with no success.
Yeah - didn't see that...
June 9, 2021 at 6:59 pm
Can you provide the code that calls this function? Is it called directly from your application code - or is it within a stored procedure or other query?
And do you...
June 9, 2021 at 6:55 pm
I wonder - what happens if you run DBCC UPDATEUSAGE on that cloned database?
June 9, 2021 at 4:04 pm
If I recall - there are different methods that can be used when you clone a database. One of the purposes is to retain the statistics - so you can...
June 9, 2021 at 4:03 pm
Viewing 15 posts - 1,021 through 1,035 (of 6,678 total)