Viewing 15 posts - 166 through 180 (of 286 total)
Steve,
Most places I've been try and minimize the number of service accounts, so typically they would use a sqlservice account for a couple of production servers and a separate account...
July 25, 2008 at 4:44 am
Brian,
Awesome article!
Most of the apps I've worked with use an intenal security mechanism and connect to the DB via 1 application login...
I think application roles have thier place, just...
July 25, 2008 at 4:35 am
VMWare is great for non production DB servers - uat and test and the like, most of the installations I've seen for Production servers are just too busy to be...
July 24, 2008 at 7:19 am
James Stover (7/22/2008)
July 23, 2008 at 8:25 am
It's been my experience with larger tables it makes sense to drop and rebuild... the inserts go alot faster without having to deal with the indices. Guess it depends...
July 22, 2008 at 7:29 am
Good point! I always try to ask 'thinking' questions whenever I interview a candidate to get an idea of how they think.
Long-standing relationships are the way to...
July 22, 2008 at 7:12 am
It's a good article... first thing that comes to mind is disabling for an ETL process, but since you'd have to rebuild anyway, you could get the same result from...
July 22, 2008 at 4:31 am
sbateman (7/17/2008)
I create Structure for XML explict table and error_log table in tempdb and JOB-Agent bcp's these to files.xml
Their STRUCTURES/Programmes are...
July 17, 2008 at 6:46 am
There is a script to migrate the logins from the old server to the new server.
http://support.microsoft.com/default.aspx?scid=kb;en-us;246133
You need to bring over the logins info including SID's which are part...
July 17, 2008 at 4:48 am
I think there's a sproc out there called sp_spaceused if that's what your looking for?
Greg Larson wrote a script a while back.. uses xp_fixeddrives
July 17, 2008 at 4:22 am
It would be nice to see some real-world examples where they would prove to be useful.
I suppose if the values in the table were generally null and only...
July 17, 2008 at 4:14 am
Nice work! Your article was very informative!
July 17, 2008 at 4:10 am
Excellent question! So many SQL developers don't understand the difference between isolation levels and the impact of using them!
July 16, 2008 at 5:04 am
Seems like there's a call for it.... I can think of alot of instances where that would come in handy.
July 16, 2008 at 4:45 am
You can use SQLIO to verify the disk speeds and check the throughput.
It's available on Microsoft's site.... it's pretty non-intrusive other than using CPU and DISK for a...
July 15, 2008 at 9:27 am
Viewing 15 posts - 166 through 180 (of 286 total)