Viewing 14 posts - 1 through 14 (of 14 total)
I was perturbed to learn, only after reading over half of this article, that the security-by-proxy functionality is not a feature of SQL Server, but rather a third party application.
June 14, 2024 at 3:03 pm
I am a developer at heart, but have grown into more of a manager and DBA role over the last few years. Back in the classic ASP days, I wrote...
March 6, 2020 at 4:12 pm
I realize you've already accepted an answer, but I'd like to offer an alternative solution that doesn't have anything to do with XML.
/*the table where your data...
February 20, 2020 at 5:17 pm
Brilliant - thanks for sharing! That's a great example of creatively using an existing index rather than adding another index to the table. I'll definitely add the binary search technique...
February 14, 2020 at 3:33 pm
It's interesting that you can do this, but can you give a practical reason why you would want to do this over more traditional collections? Are there performance benefits? Storage...
February 13, 2020 at 5:16 pm
I like articles like this one from which I can learn new, niche tips and tricks... especially where regular expressions are involved, because I'm not that good at them!
I question...
January 16, 2020 at 3:59 pm
I, too, chose the last answer, not because I thought it would actually fail, but because none of the other three answers contained the correct date.
September 27, 2019 at 2:56 pm
This is brilliant in its simplicity. No matter how much I learn about SSIS, it's always a pleasure to run across a gem like this. Thanks for sharing!
May 14, 2018 at 8:50 am
Darko, nice article with lots of great detail. I thought this might give me a 4th option for my query results; Results to Text, Results to Grid, Results to File,...
March 5, 2018 at 9:12 am
Good article, and I agree with the earlier replies that the code to conditionally set the background color of a row can be easily achieved with one expression on the...
October 27, 2014 at 8:43 am
You state that the wizard method of project deployment "is of course not suited to deploy projects to the production server". As someone who is just upgrading from SSIS 2005...
August 15, 2013 at 8:53 am
Another option would be to simply provide a default value for the user variable that holds your file name. This could be beneficial if you have "downstream" tasks in your...
March 8, 2012 at 8:47 am
Rudy, I think several of the previous posters have never found themselves truly "locked out" of a SQL Server instance and thus, do not grasp the relevance of your article....
November 3, 2009 at 9:02 am
We use XML package configuration files in our development and production environments, primarily to store connection info and relative path info. We store our packages in the file system, rather...
May 14, 2009 at 9:46 am
Viewing 14 posts - 1 through 14 (of 14 total)