Viewing 15 posts - 76 through 90 (of 317 total)
I agree 100% with Kevin - the bottleneck will be with the drive speed. What I wouldn't give for an SSD.
July 11, 2011 at 1:48 pm
Have you found a resolution to the "Failed to get MSFTESQL indexer interface for full-text catalog"
We were experiencing the same issue and found a KB article -
July 11, 2011 at 1:35 pm
Boredom can lead to mistakes or a lack of concentration and performance issues. If you are not challenged you cannot grow.
July 11, 2011 at 10:56 am
By chance is there a third party application running a backup that you are not aware of - something like Tivoli or Symantec (both with SQL snap-in).
July 8, 2011 at 7:29 am
Some information got orphaned, take a look at the following:
--RUN AGAINST msdb database
select * from sysjobs --this will give you the job id
select subplan_id from dbo.sysmaintplan_subplans where job_id =...
July 8, 2011 at 7:25 am
July 7, 2011 at 10:05 am
You don't necessarily need to change the OS - you can uninstall the existing SQL and install SQL Server Standard (or whatever flavor you like). Also, personally I have...
July 6, 2011 at 8:03 am
Have you had a chance to look on SQL Server Central? The stairway series is quite nice - http://www.sqlservercentral.com/stairway/72399/
July 6, 2011 at 7:59 am
You should be able to do a Google search for what you are looking. I found the following
http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
June 27, 2011 at 2:40 pm
Take a look at the sys.databases table in master
June 24, 2011 at 3:38 pm
Take a look at this article by Microsoft, it makes mention of the registry (in one instance I had to hack it to get a complete uninstall to complete).
June 24, 2011 at 3:31 pm
What Gail is trying to say is that by auto growing 10% each time, the size will grow. As an example - if you have a 100 GB database...
June 22, 2011 at 1:17 pm
Three plus year old post - SP4 was not available at the time of original post.
June 17, 2011 at 9:45 am
Do you mean you have the SQL application installed on D:\ or just the database .mdf and .ldf?
June 17, 2011 at 9:43 am
Viewing 15 posts - 76 through 90 (of 317 total)