Viewing 12 posts - 1 through 12 (of 12 total)
I have got one query from MSDN site to get CPU time and query text all process.
SELECT total_worker_time/execution_count AS [Avg CPU Time],
SUBSTRING(st.text, (qs.statement_start_offset/2)+1,
...
June 20, 2011 at 12:31 pm
Welsh,
I have read that posting.
I have tried to get query text of execution completed process.
select text
from sys.dm_exec_sql_text(most_recent_sql_handle)
where session_id = 1732
but i am getting following error.
Msg 207, Level 16, State 1,...
June 20, 2011 at 11:50 am
Thank you for all your suggestions and responses....
Jefy
May 6, 2011 at 12:04 pm
I have taken hardware configuration from DELL SQL Advisor, It is given below.
DELL Power Edge server 2950
CPU - one quad intel processor 64Bit
RAM - 32GB
HBAs - 2 (Single Port Fibre...
April 29, 2011 at 5:32 pm
hi Steve,
Right we didn't purchase any server. We are planning to purchase a server.
This is our first huge database setup. So we dont have much knowledge about SQL server resource...
April 28, 2011 at 3:24 pm
We can use following 3 RAID controller arrays.
1. RAID 1 - OS and backups
2. RAID 10 - tempdb, system dbs, data files
3. RAID 1 - Application data and log files
what...
April 28, 2011 at 3:20 pm
Hi Steve,
You mean combaine SystemDbs, TempDB, Application database and Transaction log and store in RAID array, is it? We will not get any benefit to split these into 3 sparate...
April 27, 2011 at 5:48 pm
We dont have any buchmark system. Right now we have loaded this 100GB data in a Testing SQL server, its configuration is 4GB RAM, one Dual core processor 2 SATA...
April 27, 2011 at 3:09 pm
Please review following revised hardware configuration.
CPU :- 2 Quad core processors - 64Bit,3GHz or more
Hard Disk :- 4 RAID Contollers (SCSI fiber channel) and 4 arrays
...
April 26, 2011 at 6:32 pm
Please review following revised hardware configuration.
CPU :- 2 Quad core processors - 64Bit,3GHz or more
Hard Disk :- 4 RAID Contollers (SCSI fiber channel) and 4 arrays
...
April 26, 2011 at 6:29 pm
This is not a report data, it is a drug formulary data from all insurance companies, around 100GB data. We need to update 10GB of data every week with in...
April 26, 2011 at 4:08 pm
Hi,
I can increase RAM to 32 GB per processor, total - 64GB.
Also i can change RAID configuration of DB storage hard disk to level 5 (Minimum space 2TB).
We are planning...
April 26, 2011 at 9:52 am
Viewing 12 posts - 1 through 12 (of 12 total)