Viewing 15 posts - 46 through 60 (of 1,988 total)
Mostly back to normal, day to day is pretty normal able to travel again etc... Office location was moved to a less favorable location, slightly longer commute, no decent food...
March 10, 2023 at 3:37 pm
Can you isolate it down to just the dynamic sql statement? Like if you run just the EXEC sp_executesql on its own outside of a stored procedure and without all...
March 8, 2023 at 4:40 pm
In all fairness it is fairly unintuitive that SQL server will let you begin named nested transaction even though it doesn't actually create a new transaction, not complain about it,...
March 6, 2023 at 4:41 pm
It's pretty straight forward to do that in powershell as the first step in the script and periodically check for the file then succeed the step when it shows up...
February 10, 2023 at 5:25 pm
Talking about ChatGPT, has anyone seen this one yet? https://www.cnn.com/2023/02/08/tech/google-ai-bard-demo-error/index.html
<headdesk>
Yes... and they're making an big deal about it. ChatGPT is constantly providing incorrect answers about code and...
February 10, 2023 at 4:55 pm
Forget leading commas. Let's debate leading semi-colons. @=)
.Please no >_< .Leading commas I accept as a preference, but leading semicolons are another matter entirely, lol .Those are like...
February 8, 2023 at 3:18 pm
A few of the other folks share the same sentiment as I... why are you doing this in PoSh? To be sure, that's a rhetorical question. 😀
Well one reason...
February 2, 2023 at 11:59 am
What command are you using to insert the data?
February 1, 2023 at 9:39 pm
It should be pretty straight forward to take a list of table names and build a sql script that can run as a single query to grab the one with...
February 1, 2023 at 4:44 pm
Totally understood on that... but do you suppose that they'll actually use your good code to "normalize the data" and store that normalized data in a database or store...
January 13, 2023 at 8:50 pm
Are you familiar with quote qualified delimited files?
Text editors generally don't care about quote qualified which is why you're seeing the line breaks in Notepad++(if you turn on the View...
January 5, 2023 at 3:44 pm
When dpads were still the go to on controllers, never been a fan of the thumb sticks.
January 4, 2023 at 4:30 pm
Then just add a key to the address table they are insisting you use, can just be an identity. And add a column on your application table to store that...
December 2, 2022 at 7:28 pm
Comparing addresses sounds like a mess, if coming from different sources.
123 N. Park st
123 No. Park street
123 North Park St.
That would depend on whether you're running them through some...
December 2, 2022 at 6:59 pm
Viewing 15 posts - 46 through 60 (of 1,988 total)