Viewing 15 posts - 211 through 225 (of 286 total)
Might be good if you had multiple filegroups and multiple temp tables you were gonna join?;)
June 6, 2008 at 7:50 am
I've seen some instances where even going into single-user mode doesn't work... but if you take the DB offline it does.
Q. When you take the DB offline does it...
June 2, 2008 at 8:26 am
Excellent Article!
I've been a generalist for a long time - in fact when I first started contracting in IT, I would take a development gig then take an infrastructure gig...
June 2, 2008 at 4:48 am
Pretty good article and code... Well done!
June 2, 2008 at 4:31 am
I once had a gig where I could telecommute 2 days a week. Saturday and Sunday 🙂
Nowadays telecommuting is becoming more popular, gas here is over 4.00 a gallon with...
May 30, 2008 at 4:15 am
Eric Inman (6/2/2006)
"Table Variables are more performant than temp tables because they don't use tempdb."
From my experience I have seen table variables still built into tempdb. Do some simple testing...
May 30, 2008 at 4:07 am
In general, it's a good idea to reduce the surface area of a server by disabling unused services. This includes Reporting Services, integration services, IIS, etc....
May 27, 2008 at 6:47 am
Agreed!
It's too late to change it, IMO it was a bad idea from the beginning. Still would rather see a warning or error message, rather than silent truncation.
May 22, 2008 at 4:43 am
Seems like logically it should throw an error. This one to me is kind of dangerous, if some data happens to be bigger than expected you could end up...
May 20, 2008 at 4:13 am
Seems like the 'right' answer is to redesign the DB.
Having inherited designs like this most likely the reason for the design is to provided the flexibility to add new attributes...
May 19, 2008 at 10:23 am
Good Article!
I think 'Good' depends on your needs. Good depends on what you need for the job.
May 15, 2008 at 4:29 am
Over the years I've made the same observation.
I play the bass guitar, and have IT friends who are guitarists, drummers and keyboard playerz. Kinda funny how that works out...
May 15, 2008 at 4:18 am
Steve,
Thanks for the podcasts! They are both informative and entertaining!
I especially liked the recent 'boycott' one; it makes you think.
Generally, I try to steer away from new releases in...
May 14, 2008 at 4:28 am
Pretty useful - I use these all the time. Just beware it can take a long time and create alot of locks when you reindex!
May 12, 2008 at 4:40 am
Regarding clustered indices -
I think 99.99999999999% of the time you're better off having one...
It can help when you defragment that table.
I think one example where clustered indices might not...
May 9, 2008 at 5:17 am
Viewing 15 posts - 211 through 225 (of 286 total)