Viewing 15 posts - 1 through 15 (of 34 total)
Thanks
Isn't a bit stupid the difference between Personal Edition and the next better version
and there is no other version in between (to have a better performance) than the Personal Edition)?
We...
June 17, 2005 at 7:28 am
Hi
I don't want to spend 4100 GBP but if you have limitations on the performance?
You agree with me that Standard Edition doesn't run on Windows 2000 Proffessional, right?
So we choose...
June 17, 2005 at 7:11 am
Hi
We are running Personal Edition of SQL 2000 on a Windows 2000 Operating System.
In the meantime we moved on to Windows XP Proffessional.
Sometimes we get the message:
'This SQL Server...
June 17, 2005 at 6:14 am
We use only simple recovery mode and will your proposal work for this mode too? I suppose so.
Thanks
mipo
May 22, 2003 at 12:31 am
Yes I tried with dbcc shrinkfile and it actually shrinks it but you have to do it several time to get it to an appropriate size.
mipo
May 21, 2003 at 2:21 am
I want to add something regarding this topic.
If I run the following query:
use Madison
DBCC SHRINKFILE ('opms_Data', XXXX)
where XXXX stands for the next reachable file size which is calculated as...
May 19, 2003 at 2:55 am
Could you give me more details about how handled your problem and how you created the clustered index etc.
Thanks mipo
May 17, 2003 at 6:44 am
I do have text in one file only (madison_data.mdf) and I run the following
query and unused space came extremely down but file size remains around 4,5GB:
USE MADISON
DBCC SHRINKFILE('MADISON_DATA',EMPTYFILE)
I checked...
May 15, 2003 at 5:43 am
Thanks but If you have no return values the sysdatabases still have the last value stored and therefore it will be executed.
Is there another work around in this construct:
SELECT @Year...
May 15, 2003 at 5:36 am
This worked by putting the quotes like:
Where TableName = ''' + @TableToBeCleaned + ''' and sYear etc.
Thanks
mipo
May 13, 2003 at 4:02 pm
Thanks for the input.
My concern is really the unused space and how it will be released.
We run several times the script:
EXEC sp_msforeachtable 'DBCC DBREINDEX (''?'')'
DBCC SHRINKDATABASE ('MADISON')
DBCC UPDATEUSAGE ('MADISON')
and...
May 9, 2003 at 5:25 am
Thanks for your extensive information regarding shrinking databases.
May I pose a general question:
I am wondering how people maintain their SQL Servers which run at several customers sites and disk space...
April 18, 2003 at 3:06 pm
Thanks for your help. If running statement below I get a syntax error but cannot find out which one. Someone has an idea?
declare @sql varchar(1000)
select @sql...
January 28, 2003 at 4:16 pm
Thanks for that tip.
Could you give me more details about how to do that or you have an example available?
mipo
January 8, 2003 at 8:10 am
Viewing 15 posts - 1 through 15 (of 34 total)