Viewing 15 posts - 196 through 210 (of 383 total)
hi yes i checked and double check in the properties of the DB that i am checking the correct files.
when i click on the file and you get a...
February 11, 2009 at 1:08 pm
thanks!! i don't have any cursors in the stored procedures.
according to the article a select can cause a deadlock
i will check on table structures as well as indexing....
February 5, 2009 at 12:33 pm
i fixed the problem by
SELECT TABLE_NAME, CONSTRAINT_NAME
FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS
WHERE CONSTRAINT_NAME LIKE '%PK%' --adding this line
ORDER BY TABLE_NAME
and it...
January 30, 2009 at 7:24 am
hello, by using this query select * from sys.dm_os_performance_counters
where counter_name = 'Buffer cache hit ratio'
i get :
cntr_value cntr_type
2660 ...
January 13, 2009 at 7:42 am
The C drive is 19.5 GB, i have 2 GB left of free space.
My tempD is 5083 MB with available 4846 MB.
both my DBs are used for read...
January 8, 2009 at 1:23 pm
hi i will find out my RAID configuration,
this is what i know:
ALL NTFS, Partition
Disk 0
C and D drive
Disk 1
E drive
Disk 2
F...
January 8, 2009 at 12:15 pm
hi, don't worrry ask as many questions as you want, yes it is full with simple recovery model, i have both my Dbs as autogrowth, by 10% , unrestricted.
January 8, 2009 at 11:35 am
hello, by using this query select * from sys.dm_os_performance_counters
where counter_name = 'Buffer cache hit ratio'
i get :
cntr_value cntr_type
2660 ...
January 8, 2009 at 10:55 am
right now i have the data files from my new DB in the same physical drive as the one i had before, if i move them to a different drive...
January 8, 2009 at 10:42 am
i checked task Manager and this is what I see:
Physical Memory (k)
Total 4193000
Available 107600
System Cache 217240
Kernel Memory (k)
total 152470
page 116820
Nonpaged 35020
I also checked the Performance monitor
for Counter Pages/sec...
January 8, 2009 at 10:32 am
hi , how are you checking how much of RAM your sql server is consuming?
January 8, 2009 at 10:06 am
hi i am having the exact same error, did you fix your problem?
December 26, 2008 at 12:33 pm
Viewing 15 posts - 196 through 210 (of 383 total)