Viewing 15 posts - 46 through 60 (of 325 total)
The good thing about hard failures is that they happen straight away in dev or at worst test environments, so production problems are rarer than soft failures that might sneak...
October 18, 2018 at 1:24 am
October 17, 2018 at 3:38 pm
Be very aware that sp_rename has some of it's own issues as the...
October 16, 2018 at 5:17 pm
One thing to note about APPLY is that it will always* use a Nested Loops operator to handle joining the rows, so it's generally a bad idea if you're expecting...
October 16, 2018 at 5:11 pm
October 16, 2018 at 5:05 pm
Michael L John - Monday, October 15, 2018 7:03 PMPaul Allen has passed away.https://www.cnbc.com/2018/10/15/microsoft-co-founder-paul-allen-dies-of-cancer-at-age-65.html
Sad day, he as a very smart...
October 16, 2018 at 4:21 am
The official documentation refers to them as functions. I suspect the fact they act a bit like variables, have similar syntax and the fact the correlation with ## and #...
October 15, 2018 at 6:21 pm
You're using it in @tbl, but it's not escaped when you combine strings. Try printing the sql before running it.
October 15, 2018 at 1:35 am
Yes, I'd be surprised if a blanket statement such as JSON is always faster than XML were true with SQL Server, nothing is ever quite that simple. Using a table...
October 14, 2018 at 2:16 pm
[code...
October 14, 2018 at 8:08 am
October 12, 2018 at 7:19 am
October 12, 2018 at 4:01 am
You have quoted, "944k microsecond on the table variable and 1,011k microseconds for...
October 11, 2018 at 10:40 pm
It doesn't really "prove" anything. There is already sufficient evidence in this thread that you've not configured SQL Server very well for the limited hardware spec you're running on (hint:...
October 11, 2018 at 9:28 am
Viewing 15 posts - 46 through 60 (of 325 total)