Viewing 15 posts - 466 through 480 (of 2,640 total)
this is really a simple t sql programming task. read the directory into a table, extract the date from the filename, delete where date > 3 days old....
January 8, 2009 at 2:44 pm
apart from suggesting not to do network backups, I seem to recollect that you need to run your sql server service account as administrator to make this work. Local system...
January 8, 2009 at 2:33 pm
the most important factor with x64 is that you MUST set the max memory otherwise you'll have big problems. Lock pages in memory can be useful, 16Gb on x64 isn't...
January 8, 2009 at 2:24 pm
60 ints is a tiny table - don't make work - only consider vertical partitioning if you have real serious reasons to do so - it's bit like over...
January 8, 2009 at 2:20 pm
this isn't a plug for my blog, but I've been actually testing 3 sans for performance as part of a data centre move, becuase of a nda I can't name...
January 8, 2009 at 2:17 pm
I do think a read of a good admin book would be useful; however - your mdf won't shrink even when empty unless you have autoshrink on, which I hope...
December 30, 2008 at 7:46 am
I usually run tempdb with files = number of proc cores/2. Once I decide what the usual growth is I fix the file sizes so that tempdb does not normally...
December 30, 2008 at 7:40 am
I don't want to be rude here guys but talk about the blind leading the blind!! There are a number of excellent white papers available on tuning SQL2005 including the...
December 30, 2008 at 7:37 am
On the point of the clustered index, I cover this in presentations I do on indexing and there's some mention of this in part 4 of index analysis on my...
December 30, 2008 at 7:20 am
I don't want to appear rude but my obvious view is that if you are asking these questions you should be finding a consultant or person(s) who can guide you...
December 9, 2008 at 7:23 am
just a point here - generally queries only time out from the client dropping the connection not as an internal SQL Server operation unless it's a deadlock. If you set...
November 27, 2008 at 4:47 am
you'll excuse my perverse sense of humour but when you add all those certifications and such to your post and ask what essentially is a really basic SQL question you're...
November 27, 2008 at 4:22 am
hmm I did part of my SQL Bits presentation about choice of clustered index - I will be posting this somewhat complex area shortly. It's too lengthy to put in...
September 23, 2008 at 3:06 pm
I was told on a couple of occasions that changing the threashold actually doesn't make much difference as the optimiser will over-rule your settings if it thinks best - how...
September 22, 2008 at 4:23 pm
you can do a clean uninstall but it's tricky ( uninstalled 2005 to install 2008 ) What tends to happen is that when you go to re-install it puts in...
September 22, 2008 at 4:19 pm
Viewing 15 posts - 466 through 480 (of 2,640 total)