Viewing 15 posts - 196 through 210 (of 297 total)
This is a good starting point...
http://www.microsoft.com/downloads/details.aspx?FamilyID=818234dc-a17b-4f09-b282-c6830fead499
February 26, 2009 at 8:58 am
I would agree, given a choice I would go with SQL 2008.
February 24, 2009 at 7:00 am
I installed SP3 on 7 development servers last night and didn't have any issues. I'm in the process of planning a roll-out on Production. Anyone have any issues with this?
The...
February 13, 2009 at 8:44 am
Microsoft has a SQL 2005 FOC document which can be downloaded from
February 13, 2009 at 7:22 am
Thanks for all your responses.
I tried to execute the maintenance plan in a development environment and have been able to confirm the database grows from 26 gb to 70 gb...
February 11, 2009 at 2:48 pm
I'm currently using the default database reindex plan.
Do you mean using some custom scripts for the reindexing? Can you point me to some scripts that are out there as a...
February 9, 2009 at 2:34 pm
Not really, here's the break up
340CLUSTERED
327HEAP
474NONCLUSTERED
The DB size on 2/1 was 46GB and the 12GB growth was over the duration of the reindex. So someone or some process had to...
February 9, 2009 at 2:07 pm
That is correct, however, how do you explain the growth of the data file when there is enough of free space within the existing mdf.
The database size is 46GB, the...
February 9, 2009 at 1:37 pm
I've done this already. However you can't restrict a server admin from stopping SQL Services from Cluster Administrator and doing what he wants to.
The good thing is this was still...
February 5, 2009 at 6:44 am
The guy who made created this mess for me was apparently on the wrong box. He did manage to take out another 3 application databases other than tempdb.
Thanks for all...
February 4, 2009 at 2:27 pm
The instance is up and running. It was a permissions issue after all. Here's what I had to do...
I gave Full Control to the service account on the root parent...
February 4, 2009 at 1:56 pm
i'm executing sqlservr.exe -c -f
On trying the command you posted, i get an Access is denied error, however, i verified the service account has access to that path.
February 4, 2009 at 12:55 pm
The tempdb database wasn't created and am logged in with the service account and can open the master db log file in notepad so it shouldn't be a permissions issue.
February 4, 2009 at 12:23 pm
All the other system databases are in the original folders as expected. I've logged in with the service account to make sure i can access the drive (different from tempdb)...
February 4, 2009 at 12:16 pm
2009-02-04 13:22:49.60 spid4s SQL Server started in single-user mode. This an informational message only. No user action is required.
2009-02-04 13:22:49.60 spid4s ...
February 4, 2009 at 12:02 pm
Viewing 15 posts - 196 through 210 (of 297 total)