Viewing 15 posts - 181 through 195 (of 26,487 total)
Just noticed this when I was putting this on a new instance, but in the .sql
file the WITH
starts with a leading ;
, which actually breaks the...
March 30, 2020 at 7:26 pm
My ex-wife just started working from home the middle of last week. I helped her set up her home office space. Her computer from work is a cute little Dell...
March 30, 2020 at 5:07 pm
Looking at the table you are creating I have to agree, this is not a Hub table in the DataVault methodology. A HUB table will have the natural business key;...
March 27, 2020 at 3:42 pm
Maximum length for a nonclustered index in SQL Server 2017 is 1700 bytes. Since you have not provided enough information it is hard to say what you problem may be. ...
March 26, 2020 at 6:53 pm
I am going to say that it depends. To provide a better answer we would need to see the actual procedure, see the possible values being passed in to the...
March 20, 2020 at 2:47 pm
We closed our office last week, everyone at home. Not a big change for some of us, but it is a change. Many things are less active...
March 18, 2020 at 5:23 pm
Being divorced with grown children not living at home, I don't have that problem.
March 17, 2020 at 5:46 pm
I started working from home last year and I like it to honest. I do have the occasional distraction but it isn't hard to make up the time lost as...
March 17, 2020 at 5:34 pm
Thanks for the links, and I agree.
March 17, 2020 at 5:17 pm
Here is a new topic that we all should be thinking, learning, and discussing.
March 17, 2020 at 4:43 pm
Interesting, but I'd be wary of using it. In a multi-row update, the result is pretty much undefined, unless all the rows are updated to the same value. And...
March 12, 2020 at 11:14 pm
as for the original topic of this forum. I've just wasted 30 minutes of oxygen to have to explain (after no details added) that emptystring is not the same...
March 12, 2020 at 4:52 pm
Check this old blog: https://www.sqlservercentral.com/blogs/some-common-date-routines
March 9, 2020 at 1:19 am
To be honest, can't tell much from the picture of the execution plan. Even though you can't fix the T-SQL (the best way to fix if possible), actually seeing the...
March 5, 2020 at 9:49 pm
Viewing 15 posts - 181 through 195 (of 26,487 total)