Viewing 15 posts - 46 through 60 (of 605 total)
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
We can't see your data, but try the following:
1 - just return the charindex() and len() functions as separate fields, so you can see what the calculations are that are...
May 29, 2020 at 12:44 pm
I have never understood the utility of returning the bit value from a stored procedure execution. It's too abstract of a concept to say "it worked" or "it didn't work"...
May 18, 2020 at 2:55 pm
Viewing 15 posts - 46 through 60 (of 605 total)