Viewing 15 posts - 151 through 165 (of 607 total)
Tonight, I'll be having haggis. Pray for me.
Tonight, I'll be in a theatre orchestra pit for the 5th time this week. No need for prayers - I need...
January 31, 2020 at 2:26 pm
Jack's just kinda boring, that's all. It's not "bad", like undrinkable or anything, but it's not interesting either.
January 31, 2020 at 2:24 pm
As someone who doesn't know any better, how does a team of developers then share the standardized objects that might allow them to be more productive? (views/unit tests/stored procs/etc.) Is...
January 31, 2020 at 1:27 am
But have either of you ever been to Belgium?
January 30, 2020 at 3:45 pm
"Never give up! Never surrender!" ~ Commander Jason Nesmith
January 30, 2020 at 2:31 pm
SEAN LANGE HATES BABIES! film at 11...
January 30, 2020 at 2:20 pm
You don't need to do that to get counts by month. I'm sure there are multiple ways to do this, I would use a calendar table of some sort and...
January 28, 2020 at 8:00 pm
yeah, I don't think you need all that processing either, if your file format will always be <something>_files_YYYYMMDD.xls
SELECT SUBSTRING(@Text, PATINDEX('%.xls%',@Text) - 8,8)
January 24, 2020 at 7:58 pm
What are you really trying to do here? Why overwrite, when you could just capture the history by adding a date of transfer or something and have the whole history?
January 24, 2020 at 2:37 pm
A Møøse once bit my sister...
January 22, 2020 at 8:25 pm
Honestly, sounds maybe like you just need to ask the business user to explain their business and what they are trying to accomplish, then once you understand that, model how...
January 22, 2020 at 3:15 pm
Or, if you wanted to go whole hog and just split everything out from your string, then access just the parts you need, you could use the DelimitedSplit8K approach a...
January 22, 2020 at 3:03 pm
A
I'll be the angel of death this time:
https://www.bbc.com/news/entertainment-arts-51209197
I'd love to say, he's not quite dead.
Always look on the bright side of life
For life is quite absurd,
And death's the final...
January 22, 2020 at 2:20 pm
Yeah, somebody's tried that before. Didn't work out so well for them.
January 13, 2020 at 9:59 pm
Viewing 15 posts - 151 through 165 (of 607 total)