Viewing 15 posts - 271 through 285 (of 860 total)
CH&HU (4/8/2009)
As this server reaches to 98% in CPU utilization and in performance level as well in RAM size.... 🙁
Let me know if anything about my presence was understood and...
April 8, 2009 at 6:49 am
you can turn off the trace flag using DBCC TRACEOFF.
April 8, 2009 at 6:39 am
Hi,
Check out BOL for trace flags description and the defnition.
you can turn on a trace flag globally using DBCC TRACEON(1222,-1) or through start up parameters but that needs a restart.
This...
April 8, 2009 at 6:37 am
prabha (4/8/2009)
As I said I want to recover the database before...
April 8, 2009 at 6:32 am
CH&HU (4/8/2009)
There...
April 8, 2009 at 6:10 am
prabha (4/8/2009)
Hi there,I need to add this .When the database was restored the option selected in the GUI was "restore with recovery".I'm not sure the type of recovery is "SIMPLE"
Thanks,
Prabha
Hi,
I...
April 8, 2009 at 6:03 am
karan457 (4/8/2009)
i tried with un zip file also
that unzip .bak file i copied n pasted in default folder then
i tried to restore...
April 8, 2009 at 5:48 am
vrabhadram (4/8/2009)
hi all,why we should use windows power shell?
please provide the references for power shell.
thanks,
For automating tasks, its one of the powerful command language more like a python I would...
April 8, 2009 at 5:46 am
How did you confirm that you have dead lock issues? Did you turn on trace flag 1222? Are your front end users experiencing time out errors?
April 8, 2009 at 5:41 am
Ziljan4 (4/7/2009)
Hello All,What are some of the ways to figure out the read and write ratio of a particular database?
Thanks
Did you take a look at the function fn_virtualfilestats or sys.dm_io_virtual_file_stats?...
April 8, 2009 at 4:58 am
What are you trying to run against the database? any integrity checks, rebuilding etc..??
It means the process you are running is not able to get an exclusive access on the...
April 8, 2009 at 4:52 am
Usually, I apply service packs as they come in and that too only once confirmed that they are not causing major differences to the way my production servers are configured....
April 8, 2009 at 4:49 am
kotlas7 (4/7/2009)
April 8, 2009 at 4:42 am
CH&HU (4/7/2009)
2. I have not checked the fragmentation levels. Can anyone please suggest how to proceed ?
You should look at avg_fragmentation_in_percent in sys.dm_db_index_physical _stats dmv, as a rule of...
April 8, 2009 at 4:23 am
Viewing 15 posts - 271 through 285 (of 860 total)