Viewing 15 posts - 346 through 360 (of 1,995 total)
Do you know if the log file is increasing significantly during the data import? I think 'bulk logged' recovery mode is sometimes used in this situation. Sorry I can't...
February 5, 2020 at 2:52 pm
just wanting to check - 20GB purely for OS and 18 purely for SQL - so a total of 38GB ?
February 5, 2020 at 2:47 pm
Thanks for that posting - it was a good reminder that we have to be more cautious and less trusting when traveling. I'd like to thing everyone is as...
February 5, 2020 at 2:16 pm
DOH!!!! double facepalm moment
multiple copies of management studio open (I have v17 because it still has debug mode and v18 because I have sql2019)
executed a query thinking it was on...
February 5, 2020 at 1:18 pm
looks like it's tried to apply "parallelism" (not quite the correct word, but it will do) to the function - this is possibly a result of the new scalar...
February 5, 2020 at 10:23 am
this sounds like a buffer cache issue - sometimes fast, sometimes slow, depends on if it is in cache...if not then it could be a recompile?
How much RAM on that...
February 5, 2020 at 9:59 am
looks like it's tried to apply "parallelism" (not quite the correct word, but it will do) to the function - this is possibly a result of the new scalar value...
February 5, 2020 at 9:55 am
big difference in the plans - it explains quite a lot
February 5, 2020 at 9:52 am
scrap that - I tried it and it's still an issue
looks like the assertion to the return variable is stopping at the first row within a scalar function (ask Microsoft)...
February 5, 2020 at 9:48 am
Hi Grant,
That's the point, the statement does include an ORDER BY.
See my first post.
CREATE FUNCTION [dbo].[fnTest]()
RETURNS int
AS
BEGIN
declare @myNumber INT;
...
February 5, 2020 at 9:36 am
This isn't what I'd call a change in behavior. It's always been stated, for decades now, that you can't rely on the order of rows without an ORDER BY...
February 5, 2020 at 9:32 am
be careful with the money data type - Vietnamese Dong tend to overflow after a certain value. (i'm talking building a hospital costs, not buying a chocolate bar)
February 5, 2020 at 8:59 am
one word "bitlocker", we've had laptops stolen - lesson learned!!! - even our company approved USB sticks have encryption now
but i still don't quite get Encryption at rest for sql
February 5, 2020 at 8:54 am
if space is the issue then look at stretch to azure - it's not cheap but it is a monthly cost that offsets you buying a new SAN/Server - and...
February 5, 2020 at 8:49 am
but why only in functions ?
i'm starting to worry quite a bit of code now - given that we are upgrading in the next 3 weeks
February 4, 2020 at 5:25 pm
Viewing 15 posts - 346 through 360 (of 1,995 total)