Viewing 15 posts - 136 through 150 (of 192 total)
What happens, if you call the procedure again with an ID which has only one entry (so that the granted memory is now much to high)? Will it lower the...
God is real, unless declared integer.
February 1, 2018 at 1:04 am
I'm confused - the MS page you linked in your answer says in its head:
THIS TOPIC APPLIES TO:
SQL Server (starting with 2016)
So...
God is real, unless declared integer.
January 29, 2018 at 2:08 am
Heterogenity may sound nice, but if I have x different systems, it multiplies the number of vulnerabilities too. And of course I would need staff, which knows this systems very...
God is real, unless declared integer.
January 25, 2018 at 1:40 am
Why is usefull stuff as this deprecated? Everyone is talking about normalisation, but I still have to write the same code in a CHECK CONSTRAINT again and again and again,...
God is real, unless declared integer.
January 12, 2018 at 1:22 am
Yes, a procedure RUNs and COMPILES with a separat scope / copy of the #temp table. But (as written) there seems to be a bug in the parser / syntax...
God is real, unless declared integer.
December 19, 2017 at 7:24 am
Our database uses triggers on many databases. Some time ago, when the developers had to run a special INSERT/UPDATE/DELETE, which should not trigger the trigger :-), the always disabled the...
God is real, unless declared integer.
November 16, 2017 at 1:26 am
Nice article, but instead of using a slow multiline table value function, you should better use the well tested and fast inline table value function DelimitedSplit8K (except your...
God is real, unless declared integer.
October 30, 2017 at 2:24 am
Short question: I admit, that I do not work with R, but why should anyone else really wants to do this "graphical" plotting in R, while there are much more...
God is real, unless declared integer.
September 20, 2017 at 2:42 am
How did you get your result?
I used the following query and get other numbers:WITH myBeers (<see CTE in the question> )
SELECT ISNULL(bt.OwedTo, bb.OwedBy) who, SUM(bt.Beer)...
God is real, unless declared integer.
September 18, 2017 at 3:45 am
To be honest, I did not even understand the question and felt like a newbie...
God is real, unless declared integer.
September 12, 2017 at 6:34 am
I'd prefer to useFIRST_VALUE(pts) OVER (Partition by Team ORDER BY Year ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)
since this performs better (does not spill to...
God is real, unless declared integer.
July 27, 2017 at 1:58 am
I guess they needed the 29 days to remove those silly clause, that everybody needs a vacuum cleaner in the basement, which was added by me in my youth while...
God is real, unless declared integer.
July 19, 2017 at 5:55 am
I doubt, that this will be fast. It does not use an explicit cursor, but practically does the same (or something worser) with its while loop.
If someone really...
God is real, unless declared integer.
June 28, 2017 at 2:58 am
Wouldn't the minimal privileges be the NTFS permissions to delete the ERRORLOG.? files? Sure - you can't replace / modify the current ERRORLOG file (SQL Server holds its tumbs on...
God is real, unless declared integer.
May 22, 2017 at 6:35 am
Viewing 15 posts - 136 through 150 (of 192 total)