Viewing 15 posts - 541 through 555 (of 13,838 total)
Please have a read of the following and post back with any questions:
February 28, 2024 at 2:48 pm
If you have deployed the package to SSISDB, create an environment containing a 'sensitive' variable to store the password.
Then configure your project in SSISDB to reference the environment and map...
February 28, 2024 at 2:18 pm
I don't know the solution to your problem, but I am interested to know why you would install the rather expensive Enterprise edition on your own PC rather than the...
February 28, 2024 at 9:02 am
Here is a partial solution which shows you how to separate out the data for each of the entities.
DECLARE @x NVARCHAR(MAX)
= N'{
...
February 23, 2024 at 5:20 pm
There seem to be four separate entities in that file (Company, Demographics, Claims, Procedures).
Is your aim to import the file into four separate tables? If not, what is your aim?
February 23, 2024 at 4:02 pm
i would hate to argue with him about this. does anybody know of a solution to this problem?
SQL Agent runs on the server on which it is hosted, no...
February 23, 2024 at 3:56 pm
Sounds like it might be some sort of contention issue. You could try reducing the max degree of parallelism and see whether that helps.
Did you take a look at the...
February 23, 2024 at 10:08 am
I always use SET NOCOUNT ON.
Then you must have SELECT statements in your proc.
INSERT ... SELECT
does not output the selected data to the SSMS window.
February 22, 2024 at 6:05 pm
When I run the stored procedure, I see the result of multiple queries ...
You mean, the data? Where, exactly, are you 'seeing' this?
February 22, 2024 at 5:37 pm
Are these packages running in series or parallel? Are they all hitting the same DB?
February 22, 2024 at 4:17 pm
The error message you posted is not overly helpful.
Usually (as the message itself suggests), a more specific and helpful error can be found before that one. Please take a look...
February 22, 2024 at 4:12 pm
In the Flat File Destination Editor, is the 'Overwrite data in the file' option checked?
February 22, 2024 at 10:31 am
Well done!
February 22, 2024 at 9:07 am
Not a lot of upvotes against that post!
Please post back with any findings.
February 21, 2024 at 3:12 pm
Presumably you want to do this in a SQL query? Or is this an Excel question?
Can you add a sheet to the spreadsheet showing how you would like the results...
February 21, 2024 at 11:24 am
Viewing 15 posts - 541 through 555 (of 13,838 total)