Viewing 15 posts - 76 through 90 (of 112 total)
I have set up a remote server side trace and selected to write data to a table on a development server. Below are the columns created. 60,000 rows inserted in...
November 28, 2008 at 10:36 am
The SQL Service is running under a domain account and the mapped drive has been modified to allow the domain account permission to write the file there. This has been...
November 28, 2008 at 10:16 am
Can you suggest what event selection items to use? Or which template? I have the trace file going to a mapped drive - not to the server.
November 28, 2008 at 7:33 am
I am enthused to know intelligent people are exploring technical solutions to the voting system. I hope they can explain the system to the average voter and build confidence in...
November 24, 2008 at 7:25 am
I watched a video on cryptography and voting from googletalks that applies to this discussion. The speaker, Ben Adida from Harvard, explains a system that provides the voter verification of...
November 20, 2008 at 4:13 am
That would be very handy. I am interested to see if you are successful.:)
November 19, 2008 at 4:57 am
I think this is an area that really needs a technological solution applied. What about those registered voters who are confined to bed in a hospital or without transportation?
I believe...
November 19, 2008 at 4:52 am
The question states "is the same as" and the term "equivalent" used in the explanation are essentially equal in meaning. They could be substituted and are generally considered equal in...
September 23, 2008 at 11:15 am
I did the same thing, edited the single line to two lines and it worked in QA. I was wondering if anyone had ideas on how this feature (GO 10)...
September 10, 2008 at 7:36 am
Carl Federl (7/18/2008)
select * from (
SELECT cast( IoStallMS as float) / ( NumberReads ...
July 21, 2008 at 12:13 pm
Thanks for the recommendations and brief summary. I am continuing to research the options and will post the result selected by management.
July 21, 2008 at 12:10 pm
SELECT db_name(DbId) as DatabaseName
,FileId
, Current_timestamp as AsOfTs
,NumberReadsas ReadCnt
,NumberWrites as WriteCnt
,BytesRead as ReadBytes
,BytesWritten as WriteBytes
,IoStallMS
from ::fn_virtualfilestats (default, default )
You should be looking at average wait times of less...
July 18, 2008 at 1:32 pm
GSquared (7/18/2008)
July 18, 2008 at 1:24 pm
tosscrosby (7/18/2008)
barb.wendling (7/18/2008)
I do not have this procedure -
select db_name(database_id), * from sys.dm_io_virtual_file_stats(-1, -1)
The current system is using SQL 2000 and the database is loaded with changes from another...
July 18, 2008 at 1:11 pm
DavidB (7/18/2008)
Ultimately though it does depend on your environment as the amount of read / write activity really...
July 18, 2008 at 12:37 pm
Viewing 15 posts - 76 through 90 (of 112 total)