Viewing 15 posts - 106 through 120 (of 199 total)
Adam Bean (4/27/2009)
Steve Jones - Editor (4/27/2009)
Are you sure there's free space in there? Perhaps there are temp objects preventing it from shrinking?
Good call, run this to verify:
USE [tempdb]
SELECT
[name]
,CONVERT(NUMERIC(10,2),ROUND(/128.,2))AS [Size]
,CONVERT(NUMERIC(10,2),ROUND(FILEPROPERTY([name],'SpaceUsed')/128.,2))AS...
April 27, 2009 at 2:31 pm
Steve Jones - Editor (4/27/2009)
Is your tempdb one data file? Just tempdb.mdf?What was the result of the shrinkfile on this file?
yse only one file.
the results are the nothing happen,it's not...
April 27, 2009 at 1:48 pm
this article not help me because i already did what is writing there and it's not working.
what else i can do to reduce the data file?(with no sql restart)
THX
April 27, 2009 at 1:46 pm
this article not help me because i already did what is writing there and it's not working.
what else i can do to reduce the data file?(with no sql restart)
THX
April 27, 2009 at 1:40 pm
the sql was restart twice after that i enable the AWE and PAE in the boot.ini
when i query the sys.configuration i see that the value = 1 but the value_in_use...
February 21, 2009 at 12:20 am
as i mentioned in my first post - the perfmon show me in both total and target server 1.7GB.
February 20, 2009 at 8:45 am
yes twice.
can SQL Server 2005 STD 32BIT on Windows Server 2003 ENT 32BIT work with more then 2-3GB mem(the 32bit mem limit)?
THX
February 20, 2009 at 3:18 am
i'm pretty sure that this sql needs more then 1.7GB,
beacuse i've more then 100 users connected to this instance with more then 25 DB's on it,and the TRN log that...
February 20, 2009 at 3:05 am
hi,
i cannot casting it.
i found the answer to it.
i use the master.dbo.fn_varbintohexstr and it's works good.
THX
February 16, 2009 at 11:36 am
so what are my options to resolve this error?
THX
February 15, 2009 at 12:35 am
hi,
the sql server 2000 is 32bit but the server that it is running on is definitely 64bit, and according to the post above you i cannot upgrade an sql server...
February 13, 2009 at 2:55 am
this post do exactly the opposite.
it remove the last string that i need.
THX
February 3, 2009 at 3:20 am
Thx.
no the file name is not static but what static is the . and then 3 letters
and before that there is this so we have in the end \test.mdf
i need...
February 3, 2009 at 3:01 am
Viewing 15 posts - 106 through 120 (of 199 total)