Viewing 15 posts - 406 through 420 (of 1,988 total)
In general I have never seen a solution that just works out of the box with no/minimal configuration, or things that can only be done by business users. BI is...
June 10, 2019 at 4:55 pm
Blargh, has something been feeding the Troll again? I really wish they wouldn't degrade the users so much when they've made such a well formatted post.
I really wish...
June 7, 2019 at 3:29 pm
Yes and I want that check box checked by default which makes sense for most topics. But is the default behavior now that it will resubscribe me to notifications on...
June 7, 2019 at 3:16 pm
June 7, 2019 at 3:08 pm
Hi Thank you for all the responses. It is correct to say the database was created by some form of "code first" method where the application generates the...
June 6, 2019 at 8:25 pm
At that point you'll have to look to the application that uses the database and figure out how they're related.
June 5, 2019 at 12:37 pm
I can't speak to bit bucket or Jira's CLI but I do like Jira/Confluence. As a ticket/issue/project/document tracker it works quite well for keeping track of the status of things...
June 4, 2019 at 5:32 pm
This has to do with how SQL Server processes errors on remote procedure calls. The error message bubbles up but not the actual exception, you could do something like this,
June 3, 2019 at 5:42 pm
And if you care about DST you can use,
SELECT CAST('2019-12-03 03:02:00 +2:00' AS datetimeoffset) AT TIME ZONE 'Mountain Standard Time'
June 3, 2019 at 2:18 pm
Exporting to a file - copying the file across the network - and then using BCP won't be any faster than extracting directly using SSIS and in...
May 28, 2019 at 9:49 pm
That might be a bit much to try to push through SSIS. One option is to export the stuff to files on the Oracle server(I don't really know oracle well...
May 28, 2019 at 5:58 pm
How much data are you actually talking about? Number of tables, rows per tables, columns per table etc....
May 28, 2019 at 5:07 pm
Well how long does your process take to run for a single month? It's going to take ~113 times longer to run for 9 and a half years.
Other than that...
May 23, 2019 at 4:55 pm
I usually prefer to use named parameters, it might not matter if you're just passing in a list of file names but when you have a mix of parameters it's...
May 21, 2019 at 2:45 pm
ZZartin wrote:You can explicitly deny write access to his specific login.
Wouldn't that also (badly) affect his rights in GP?
Yeah the deny on his...
May 17, 2019 at 7:43 pm
Viewing 15 posts - 406 through 420 (of 1,988 total)