Viewing 15 posts - 17,296 through 17,310 (of 59,067 total)
For these reasons, I don't use implicit rounding caused by datatype scale reduction. I always use the ROUND() function to do the rounding and then stuff it into the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 7:11 pm
This is the ol' batch Invoice/Invoice detail problem. I've tried many different renditions, including the very one that you've just tried and I'm here to tell you that it...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 6:58 pm
The GOOD part about them taking away all privs from prod is that you could actually justify turning off the phone at night. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 6:13 pm
Steve Jones - SSC Editor (7/6/2016)
Jeff Moden (7/6/2016)
Steve Jones - SSC Editor (7/6/2016)
If it's low volume, do what's easiest. It won't matter enough.
Heh... unless the low volume data also happens...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 5:28 pm
Steve Jones - SSC Editor (7/6/2016)
If it's low volume, do what's easiest. It won't matter enough.
Heh... unless the low volume data also happens to be the most critical.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 10:21 am
tezsb (7/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 10:17 am
tezsb (7/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 10:12 am
Nomvula (7/5/2016)
How do I go about doing that?
I'm thinking that you didn't actually read the link that JLS provided so that you could actually support the code yourself.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 10:07 am
tezsb (7/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2016 at 8:20 am
Cawie (7/5/2016)
Luis Cazares (6/30/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 6:02 pm
rajemessage 14195 (7/5/2016)
i known begin tran and try cache , what i am asking is, which stmt might be the reason of generating this error.your sincerley
BEGIN TRAN and TRY/CATCH are...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 2:02 pm
Sree Divya (6/29/2016)
we are using below script for delete records.but it is taking time
USE AdventureWorks2008R2;
GO
DELETE * FROM Purchasing.PurchaseOrderDetail
WHERE DueDate = '20020701';
GO
is there any possibility of chance to delete the rows...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 1:15 pm
david.fundakowski (7/5/2016)
Topics included would be:
Changing...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 11:50 am
greg.senne (7/5/2016)
So, this procedure is being used for payment deductions. The base table holds...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 8:10 am
You bet and thanks for the feedback. Sorry I don't know of a better answer. These types of problems are really tough. Heh... how can you find...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2016 at 8:01 am
Viewing 15 posts - 17,296 through 17,310 (of 59,067 total)