Viewing 15 posts - 31 through 45 (of 698 total)
Say I have three objects -...
June 21, 2018 at 7:25 am
June 21, 2018 at 6:57 am
Ah - that was my bad. Didn't realise how old the original post was, since it was only a few posts down from the top.
I kinda feel like...
October 27, 2017 at 11:17 am
Drew, can you explain that query a bit more? I've never seen that type of operation before. What exactly is the CROSS APPLY doing in this case? And how does...
October 26, 2017 at 9:58 am
What you're doing is a CROSS JOIN, just without using the words CROSS JOIN.
By specifying two tables with a comma, SQL Server is implicitly applying a CROSS JOIN to...
October 26, 2017 at 8:46 am
October 26, 2017 at 8:43 am
Another thing you might want to consider for these kind of operations, especially if they are ones that you plan on repeating often, is to move towards SQL Server Integration...
October 26, 2017 at 8:37 am
Thanks Jeff - I'll take a look at your suggestions.
But as to my original question, I guess your answer is, there isn't any real built-in way of enforcing referential...
September 20, 2017 at 10:12 am
Hi guys,
Not usually one to bump a thread, but this same topic came up again when I was doing some database design, and was hoping maybe someone had...
September 16, 2017 at 10:52 am
August 24, 2017 at 10:25 am
July 23, 2017 at 2:20 pm
Hey Grant,
I'm sure you've worked on some large-scale projects. My main concern with the idea you've suggested is that it seems to not be consistent across the board....
July 17, 2017 at 1:35 pm
Regarding point #1, I'm not really sure I follow. In what way do they affect performance, if they are not being retrieved by queries? Are you suggesting that just the...
May 8, 2017 at 12:16 pm
March 28, 2017 at 8:40 am
Viewing 15 posts - 31 through 45 (of 698 total)