Viewing 15 posts - 46 through 60 (of 607 total)
I've been working from home for four years now, and I think it's more about your management comfort level and the specific people involved that drive this decision. My manager...
June 11, 2020 at 6:35 pm
So much for my dreams of the epic saga of the SELECT as told by the heroic defender of the faith....
June 10, 2020 at 6:53 pm
Honestly, a little excited to go vote for "this page is full of hooie"...
June 10, 2020 at 4:56 pm
#2. because it's probably just something the authors at Microsoft didn't put in as usual terminology (low value change, may not have been a concept they even considered). You could...
June 10, 2020 at 3:18 pm
Check out https://www.sqlservercentral.com/stairways/stairway-to-xml, that should get you started.
June 9, 2020 at 11:47 pm
You're going to have to find the data. If you're running this on a regular basis to move stuff in, check this out:
uses Try/Catch blocks, you can attempt everything...
June 4, 2020 at 7:14 pm
Add in WHERE tp.Field1 LIKE '%.%' and you won't have any errors. Won't parse anything either, but that wouldn't happen anyway.
June 4, 2020 at 6:53 pm
You know what, is there a timestamp on when the process ran on that table? createdate or something? you could just set up the notification email to run on a...
June 4, 2020 at 3:41 pm
might seem like overkill for the question you posed, but trust me, you'll use it many times, it's worth borrowing from Jeff et al.
June 4, 2020 at 1:54 pm
If you have ErrorCreated, then you have to store what the message is separately. If you use the presence or absence of a message in ErrorMessage, then you know what...
June 4, 2020 at 1:50 pm
Either that or create a stored procedure / trigger that decrements Quantity on Hand when an order is "processed" (so that the parts for it are reserved). but that seems...
June 3, 2020 at 3:25 pm
If you're wanting to know for an ongoing stream of orders whether you have enough parts to fulfill at any point in time, then you'd have to either use your...
June 2, 2020 at 8:30 pm
I was thinking of our recent exchange with someone that multiple of us considered spam, but you did not because you were familiar with their posting style
May 29, 2020 at 5:17 pm
Probably >3 within a timeframe, to be fair? not >3 ever?
May 29, 2020 at 4:43 pm
Viewing 15 posts - 46 through 60 (of 607 total)