Viewing 15 posts - 76 through 90 (of 3,543 total)
Must admit I've not come across a problem like this, but then I do not have large catalogs.
However one problem I have found with performance is trying to do all...
November 5, 2020 at 3:58 pm
Unfortunately, it seems it isn't DST aware for all timezones, as Britain doesn't have a timezone listed, but I assume it suggest we use Greenwich Standard Time.
Greenwich Standard Time...
September 28, 2020 at 1:50 pm
No. You're not off beam on that at all. When I do imports, it's ALWAYS to a staging table of sorts for exactly the reason you state. I'll either...
September 25, 2020 at 8:19 am
skeleton567 wrote:The greatest danger of a '10x programmer' or a 'superstar programmer' is WHO THINKS THEY ARE SUCH.
+1 Billion for that comment!!!
I hope I am not that arrogant to...
September 25, 2020 at 8:09 am
You should be able to do this by utilising a tablix and putting the sub reports in separate rows of the repeating group and put the main report in the...
September 18, 2020 at 1:47 pm
There was a slight addition needed to David Burrow's code above. Which is nicely done and way better than the (now Closed) Stack Overflow answer to the same...
September 8, 2020 at 4:15 pm
May be something like this.
(Search this site for DelimitedSplit8K id you do not already have it)
SELECTi.[Signature Key],i.[Group Id],i.Portion,
CASE WHEN i.Portion LIKE REPLACE(k.Item,'*','_') THEN '' ELSE 'Not '...
September 8, 2020 at 1:53 pm
I'm somewhat starved of mentors and peers being the only person at my firm responsible for "all things database" (and reporting), Sole and Accidental DBA, while also being backstop...
August 21, 2020 at 10:32 am
If you are interested, I'll ping you a draft of the writeup, mind you that this the first draft so few bits are missing, very interested to see your...
August 20, 2020 at 12:15 pm
Now we are talking! Are you willing to share the library? Done extensive work on the subject and always interested in exploring alternatives.
😎
It is a .NET VB class library...
August 20, 2020 at 11:15 am
I must have explained that issue (opening CSV in Excel rogers the underlying data) more than a thousand times.
Access solves the problem, but how many accountants use...
August 20, 2020 at 8:08 am
I must have explained that issue (opening CSV in Excel rogers the underlying data) more than a thousand times.
Access solves the problem, but how many accountants use Access?
Was that...
August 19, 2020 at 4:41 pm
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
built a report from an SQL database...
August 19, 2020 at 4:01 pm
I thought, baggy eyes, toothless grin and a double chin.
August 18, 2020 at 9:51 am
Yes, you still need to deliberately get rid of the first character in the first column and the last character in the last column (because they're quotes) but that's...
August 18, 2020 at 8:17 am
Viewing 15 posts - 76 through 90 (of 3,543 total)