Viewing 15 posts - 616 through 630 (of 13,841 total)
We saw that it improves performance.
Why not? Making join usually takes more resources and time then simple select.
First you check whether the table has data. Then you obtain the...
February 1, 2024 at 2:08 pm
Are you sure that this will improve performance? It's going to introduce a lot of code 'waffle', which looks inelegant to me.
February 1, 2024 at 12:16 pm
Please provide your sample data in the form of CREATE TABLE/INSERT statements and also provide your desired results.
February 1, 2024 at 11:40 am
I could not create a catalog DB via windows authentication mode. So I am trying to find the other ways to do so.
As far as I can remember, Windows...
February 1, 2024 at 8:13 am
Having Access run a stored proc to execute a package deployed to SSISDB is the way to go. Any other way is likely to violate software licensing.
If you don't currently...
January 31, 2024 at 12:56 pm
OK, good. So what is it that you are not able to do, exactly?
January 31, 2024 at 12:08 pm
If you change the protection level to Don't Save Sensitive and try deploying again, the error should go away.
However, the values of any params marked as sensitive will not be...
January 31, 2024 at 12:07 pm
In VS2022, if you go to Extensions/Installed/All, do you see the following?
'SQL Server Integration Services Projects 2022'
January 31, 2024 at 11:34 am
Can you provide the exact error message?
What is the Protection Level of the SSIS project? (Under Project/Properties)
January 31, 2024 at 11:30 am
Please expand your sample data to include some values with embedded commas, so that I can assess whether the existing code can be refined to handle them. Thank you.
Note that...
January 30, 2024 at 1:41 pm
Thanks. This looks good. Haddnt stumbled on split_string
When i run code on my machine it returns?
Msg 8144, Level 16, State 3, Line 27 Procedure or function string_split has too...
January 30, 2024 at 1:34 pm
... future? 😀
January 30, 2024 at 12:45 pm
The stored proc GetSOR_Abstract is specific to your environment, so we can't help in detail.
But it looks like @tempdata is defined with a maximum length of 128 within the definition...
January 30, 2024 at 10:15 am
Like this?
SELECT t.n_type
,Total = COUNT (1)
,a_type = COUNT (IIF(t.d_type = 'a_type', 1, NULL))
...
January 30, 2024 at 8:27 am
Viewing 15 posts - 616 through 630 (of 13,841 total)