Viewing 15 posts - 121 through 135 (of 411 total)
Chandio, for the way you are describing your set up, you will need to write a script to check the dates and delete them after they expire. You can...
March 30, 2009 at 12:23 pm
Dharris, as I understand it links have very little impact (note that I did not say none, especially on the insert and update side, but little) on the speed of...
March 30, 2009 at 10:56 am
Alvin Ramard (3/19/2009)
timothyawiseman (3/19/2009)
March 20, 2009 at 6:05 am
Alvin, I think it is a case of ensuring the students know the technique for doing it, even if it is one that they may not initially use as beginnings.
Remember...
March 19, 2009 at 6:38 am
Bruce W Cassidy (3/17/2009)
[font="Verdana"]You can generally use object-level security to ensure that the only the stored procedure has rights to write to the table.[/font]
Technically true, but I have been in...
March 19, 2009 at 6:24 am
Bruce W Cassidy (3/17/2009)
March 17, 2009 at 5:11 pm
munderhill73525 (3/17/2009)
Write a SQL query that uses UNION of the...
March 17, 2009 at 11:56 am
Carla;
There are definitely numerous design considerations.
First, the view has to be schema bound. This makes it harder to change any objects the view depends on (you have to remove...
March 7, 2009 at 4:18 pm
Alex Ionine (6/16/2008)
it could be a descent article had it been written 2 years ago.
I have to disagree. Given SQL Server 2005's age now, I would not have emphasized...
February 27, 2009 at 11:23 am
Excellent script. This should prove useful after tweaking for this specific environment.
February 27, 2009 at 9:46 am
Generally, I would not recommend using a multicolumn primary key/clustered index. You may be best finding a single column for your clustered index and then creating multicolumn indexes for...
February 24, 2009 at 9:25 pm
The article was well done, but it was not really relevant to this site.
Since we are talking about firefox extensions, I find the del.icio.us extension to be top-notch personally.
February 19, 2009 at 10:02 pm
john g (2/11/2009)
Hopefully...
February 11, 2009 at 3:46 pm
I didn't read closely enough the columns listed to see that they could be easily merged. That would definitely be better in this case.
February 8, 2009 at 9:58 pm
They are not redundant since they have different total indexed columns and completely different included columns.
But, there is a disadvantage to having both. Remember that whenever you do any...
February 8, 2009 at 12:50 pm
Viewing 15 posts - 121 through 135 (of 411 total)