Viewing 15 posts - 181 through 195 (of 5,111 total)
What is the end goal here? You could, for example, easily use a Foreach Loop Container to go through the folders recursive and filter to zip files. Why does it...
May 25, 2022 at 3:19 pm
Considering that Office 365 didn't exist in 2012, then it might not be able to, if I am honest. If you know support is on SQL Server 2016+, however, and...
May 24, 2022 at 3:16 pm
it would be 7
But why would it be 7? You haven't explained the logic for 4_5
and 4_2
either.
May 20, 2022 at 2:32 pm
The short answer is yes, you can do this in SSIS. It has a range of connection managers, and you would be able to connect to MySQL and SQL Server...
May 20, 2022 at 2:11 pm
What about the rows which have a value of 'Prod10000'
? How do you determine what value of Prodstatusid
is returned; is that the MIN
too? What is the logic for...
May 20, 2022 at 1:56 pm
SSAS for Visual Studio 2022 is also now available. So SSIS is the only one that is missing.
May 19, 2022 at 9:15 am
You've been around enough to know by know that images of data don't help us help you, and that DDL and DML is much better for making it easier for...
May 12, 2022 at 1:59 pm
or should I use the TRIM's then the LEFT?
That is what you are doing; the LTRIM
would be processed first, then the RTRIM
, and finally LEFT
. Perhaps you mean...
May 10, 2022 at 3:33 pm
With that said, how do you choose to leave "notes" in an .rdl?
You don't. This is exactly what Version Control is for; so you can note what you have changed....
May 9, 2022 at 5:20 pm
Also, an nvarchar(max)
is the wrong choice of data type. HASHBYTES
returns a varbinary
with a length of up to 8000
.
May 9, 2022 at 1:33 pm
If you are trying to, perhaps compare the hashed value to the user input, what you should be doing is rehashing the value (in the application) and then comparing it...
May 9, 2022 at 1:31 pm
Yeah....I agree. I didn't think we could get the resource issue fixed for running the CTE solution. It's in Starburst, not SQL Server. But, thank you. This would be...
May 6, 2022 at 8:07 am
For the sample DDL I gave you above, the only other field I would add would be:
branch: varchar(2000)
What DDL? What about the DML? You havem't given any. DDL is...
May 6, 2022 at 8:05 am
Are you able to provide us with some sample data for your expected results in DDL and DML statements? That'll help us help you.
May 5, 2022 at 8:07 am
No telling how Microsoft jumps on things like this, but you're probably correct.
Unfortunately very true. Considering VS 2022 actually came out in 2021, I wouldn't put it past them...
May 5, 2022 at 8:05 am
Viewing 15 posts - 181 through 195 (of 5,111 total)