Viewing 14 posts - 1 through 14 (of 14 total)
Yes - on both counts. However I was not aware that the DriverManager is not thread safe - i'll have to read up on it.
So, regardless, what is the...
March 22, 2005 at 2:23 pm
the stored procedure makes an sql updates call to a specific table. The table itself has a fixed number of entries. The application simply reads a datafeed that updates these...
March 22, 2005 at 12:31 pm
Thank you all - I'll apply these answers to the index this evening.
Stewart: Same here - definitely gaining an strong appreciation for sql server - it's not near the bear...
March 17, 2005 at 2:03 pm
Yes, as I said, the table is hit very hard with user queries and other internal queries.
Forgive my ignorance as I'm a programmer being asked to fill a DBA's shoes,...
March 17, 2005 at 8:20 am
Thanks for all the input. if it's true that each NIC is assigned a processor then I can stop worrying about performance as this particular server has 3 NIC's -...
March 17, 2005 at 8:10 am
2 things to note - 1) This is the only index on the table and 2) The table is pinned.
We have the memory to spare and the table is hit...
March 16, 2005 at 8:48 am
Thank Phil, but I went to every place in microsoft land and most everyplace that Google turned up when i Searched for
"time out occurred while waiting for buffer latch type...
March 10, 2005 at 7:28 pm
Thanks for the info fellas,
I do know that I see "with [nolock]" all over the place when look at the stored procedures.
I'm going to have to start becoming very familiar with...
March 3, 2005 at 1:09 pm
Success!!
Thank you Veteran and my thanks to all of you that offered your advice. After reading up on pretty much everything you all suggested I now advance from "Newbie" to...
March 2, 2005 at 5:55 pm
Veteran,
Just did some reading on Pinned tables and clustered indexing. Thank you for the information - it is definitely something to try.
As for whether or not the RAM disk is...
March 1, 2005 at 1:45 pm
Grasshopper,
I know from the Purchase Order that the machine contains 4 38GB SCSI drives. Windows reports the partitions as:
Dell Utility Partition: 30MB
C: ~11 GB
D: ~57 GB
I have no idea how...
March 1, 2005 at 1:25 pm
We make an ODBC connection from the feeder app to the database. The network for the database is isolated and is a 100Mb/s.
As near as I can tell the feeder...
March 1, 2005 at 1:19 pm
Looking deeper I found the updating scheme was a little more involved. The feeder application reads in a table that enumerates all the stock symbols and provides a unique integer...
March 1, 2005 at 1:08 pm
All 4 tables have indexes.
All columns in all tables are fixed length.
The "where" clause in each instance uses 3 columns to uniquely identify a single record (Exchange, Session, and...
February 28, 2005 at 3:17 pm
Viewing 14 posts - 1 through 14 (of 14 total)