Viewing 15 posts - 16 through 30 (of 32 total)
September 14, 2018 at 5:47 am
If more than...
September 13, 2018 at 1:21 pm
September 13, 2018 at 12:50 pm
Thank you, I'll be spending the rest of the afternoon studying this solution.
August 3, 2017 at 12:39 pm
For the example the expected result set could be as simple as 'false', that is, each date in the date range for the 1st record in Table A cannot be...
August 3, 2017 at 11:32 am
Table A Data:
Id: 1, Name: Ted, Start Date: 01/01/2017, End Date: 12/31/2017
Table B Data:
Id: 1, Date1: 01/01/2017, Date2: 01/15/2017
Id: 1, Date1: 02/01/2017,...
August 3, 2017 at 10:09 am
BTW, I've found the back and forth in this thread to be valuable.
It has been my opinion for quite some time that the only way to really learn something...
March 3, 2017 at 7:27 am
I'm a little skeptical of the concerns regarding the AD going down. In our environment, if that happened nobody would be able to use their workstations and they wouldn't be...
March 1, 2017 at 10:55 am
The only reason we don't have better practices is because the tech companies earn a great deal of money by constantly changing things. New languages, new IDEs, new frameworks,...
May 15, 2014 at 6:30 am
Okay, if I've followed this so far......
1: I should not put a clustered index on my ID field (uniqueidentifier) because it is probably causing a ridiculous number of page splits....
April 16, 2008 at 11:09 am
Yes - clustered indexes are good for range searches, but you need to weigh all of the attributes and consequences. As of right now - you have yet to...
April 16, 2008 at 8:16 am
Thank you for the response.
A couple of follow up questions, if you don't mind.
1: Why should each table have a clustered index?
2: I could move the clustered index off the...
April 16, 2008 at 8:09 am
Viewing 15 posts - 16 through 30 (of 32 total)