Viewing 15 posts - 526 through 540 (of 854 total)
I looked at my drive and I didn't find anything accept data files for our db,How can I find out if any of the db are growing very quickly.Thank you
September 22, 2009 at 5:46 am
What code can I run to see how much each db space is using space.
Thank you
September 21, 2009 at 9:28 am
I found .mdb file with 19,717,120 kb for today, what kind of file is that?
September 21, 2009 at 9:07 am
Sorry, I posted here
Just to understand clearlerly.
1.The only way in 2000 to run optimization job:is offline?
2.If I remove the maint plan and add a manual script that only...
August 24, 2009 at 9:29 am
It is 2000 edition, it locks all of the tables in the database.Reorginizes data and index pages.Change persantage to 10 of free space per page.
August 24, 2009 at 6:59 am
It is located in when I go to the db property under Files. I see: Log file that I don't need, when I click remove,I get an error message, that...
August 21, 2009 at 12:13 pm
I know how to move file using Windows exp,i thought it is another way under OS. I think there is another process on moving system db from one location to...
August 21, 2009 at 10:24 am
Questions:
1.How to - move the files at OS level?
2.Do you have a link how to move system db? Is master db has a different process?
August 21, 2009 at 10:03 am
Ok, I ran this statment
1.declare @sql nvarchar(max)
set @sql = ''
select 'alter database [' +db.name + '] modify file (name = ' + al.name + ', filename = ''' +
'PUT...
August 21, 2009 at 8:39 am
I have another stuped question, in my directions it says:
Physically move the files and full-text catalogues of the database. Is this mean That I have to do ctrl X from...
August 21, 2009 at 7:10 am
USE master
GO
ALTER DATABASE dbname
MODIFY FILE (NAME = logical_name, FILENAME = ‘new_path\os_file_name’)
GO
What is logical_name mean?
August 21, 2009 at 6:53 am
Thank you for providing me a code, I still need help.
1. I went to the server property and change database settings for Data and Logs to:E:\MSSQL\DEV_OLP
2. I need to...
August 21, 2009 at 6:24 am
Viewing 15 posts - 526 through 540 (of 854 total)