Viewing 15 posts - 706 through 720 (of 1,365 total)
Can you post the output of restore filelistonly from disk='complete backupfilepath.bak'?
MJ
February 3, 2009 at 5:23 pm
Have you checked http://support.microsoft.com/kb/300956
Or
Try installing with domain admin rights if this is not a stand alone instance.
MJ
February 3, 2009 at 11:44 am
Don't change anything for min server memory just change the max server memory to 2.8GB as other poster said.
MJ
February 3, 2009 at 9:10 am
Are you making selection out of the available databases listed on the right hand side when you click on Transactions/sec counter?
MJ
February 3, 2009 at 7:43 am
You just need to change the restore part of the script to make use of multiple mdf and ndf files.
Take the concept from procedure listed below:
--restore filelistonly from disk='c:orthwnd.bak'
Create PROCEDURE...
February 3, 2009 at 7:23 am
What do you see when you run select * from spt_server_info?
MJ
February 3, 2009 at 6:56 am
It can be done if you incorporate this logic in execute SQL task and check for duplicates at source before proceeding to next step(actual data import).
MJ
February 2, 2009 at 5:43 pm
As others said you need to apply SP2 again(for client components).
MJ
February 2, 2009 at 10:57 am
Some hints can be taken from: http://seer.support.veritas.com/docs/262709.htm
Do read about recovery tool "Cluster Server Recovery Utility" at http://www.microsoft.com/downloads/details.aspx?FamilyID=2BE7EBF0-A408-4232-9353-64AAFD65306D&displaylang=en
HTH!
MJ
February 2, 2009 at 6:34 am
Use the below mentioned script and see what it says on space uasge for individual file:
sp_msforeachdb 'USE ?
select Name,
(convert(float,size)) * (8192.0/1048576) File_Size,
(convert(float,fileproperty(name,''SpaceUsed'')))...
February 2, 2009 at 2:43 am
rank question_id question ...
February 2, 2009 at 2:10 am
Are you talking about servers consolidation?
MJ
February 2, 2009 at 1:31 am
What version number do you see when you click Help-->About under management studio?
MJ
February 2, 2009 at 1:25 am
Based on the article stored procedure you need to create it in all thee databases and call them separately in a job.
MJ
February 2, 2009 at 1:17 am
What is the size,autogrow increment of this data file?
MJ
January 28, 2009 at 3:07 pm
Viewing 15 posts - 706 through 720 (of 1,365 total)