Viewing 15 posts - 61 through 75 (of 596 total)
There a quite a number of articles and scripts dealing with this issue like:
http://www.sqlservercentral.com/articles/Miscellaneous/findinganddeletingduplicatedata/1075/
or
http://www.sqlservercentral.com/articles/duplicates/65916/
Type 'Duplicate data' in the search field too find the complete list
September 18, 2009 at 10:53 am
If you are referring to physical file fragmentation of the mdf and ldf files, then I use the contig utility to check and correct this. See http://technet.microsoft.com/en-us/sysinternals/bb897428.aspx...
September 11, 2009 at 11:28 am
Is the archiving process fragmenting the index? If so then try to disable (or drop) the index on Table B then add the records from Table A then lastely...
September 9, 2009 at 11:02 am
If you are referring to the maintenance jobs then start woth BOL (books on line) The help feature is very useful.
see ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/c7a3932e-e6ab-4cc2-8664-e0284490b898.htm
and
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/ad879ed6-223a-4a06-a459-8c2ca25ce92d.htm
Personally I don't use maintenance plans at...
August 27, 2009 at 8:57 am
We use a Groupwise agent to control relaying. All servers that want to sent SMTP mail must have their IP address registered int he GroupWise Internet Agent configuration, under...
May 21, 2009 at 10:01 am
Since this question was asked in the SQL 2005 forum then ALTER INDEX is a better choice to defrag indexes as DBCC INDEXDEFRAG is deprecated.
May 19, 2009 at 1:39 pm
May 19, 2009 at 12:47 pm
Steve. that is my understanding as well. You purchase whatever edition of SQL you need Standard, Enterprise etc. Microsoft ships you disks in both 32 bit...
May 1, 2009 at 10:01 am
Please don't post the same question multiple times. See http://www.sqlservercentral.com/Forums/Topic706719-146-1.aspx
April 29, 2009 at 10:26 am
I use this on all my production servers: http://www.sqlservercentral.com/articles/Administration/2757 It works great
April 29, 2009 at 10:07 am
I use contig as well. I created a SQL job to run this periodically (once a month usually) It takes very little time and I've never have a conflict...
April 27, 2009 at 9:40 am
Well thats annoying. Although I (only sort of) accept the E notation being accepted. Anyway the referenced discussion was a interesting read. Thanks for pointing that...
April 22, 2009 at 2:31 pm
By the way I noticed my previous posts were wrong about the ports used. Posts 135 and the high range of ports 1024-65000 are used by SQL integration services...
April 22, 2009 at 11:27 am
I had (still have on certain servers) this same issue. I documented the process I used to address this issue at http://www.simple-talk.com/sql/database-administration/on-the-trail-of-the-expanding-databases/ I should note that...
April 21, 2009 at 1:02 pm
This problem for me was only resolved for me when both port 135 and TCP high ports 1024 to 65535 were opened. The firewall guys wersn't happy about opening...
April 21, 2009 at 12:52 pm
Viewing 15 posts - 61 through 75 (of 596 total)