Viewing 5 posts - 1 through 6 (of 6 total)
Wow GSquared, thank you so much for taking your time and putting this together, i do appreciate it very much 🙂 so basically all i need is to create a...
March 26, 2008 at 5:06 pm
hey guys, hope you all had a great easter weekend. i wanted to see if you had any chance to think of a better way to do this, i am...
March 24, 2008 at 5:54 pm
i tried creating clustered index and it complains that it cannot be done because it contains UNION, any suggestions?
CREATE UNIQUE CLUSTERED INDEX IDX_Friends ON dbo.friends (user_id, friend_id)
March 21, 2008 at 11:21 am
thanks guys, my main concern is performance i dont really care about space. this table will be heavily used (inserts and selects). if i go with the indexed view that...
March 21, 2008 at 10:58 am
thanks for your response Barry.
so there are no other alternitives to go about? somehow i think there is gotta be an easier way, but maybe not...
March 21, 2008 at 8:20 am
Viewing 5 posts - 1 through 6 (of 6 total)