Viewing 13 posts - 1 through 13 (of 13 total)
I appreciate your insight. I would like to get more infromation on it. Can you direct me to the resources that will help me to understand gathering and analyzing I/O...
July 2, 2009 at 1:49 pm
murthykalyani (7/2/2009)
If it is a SQL Server then we have to monitor and report the numbers to Server \ System admin team if the number are above threshold.
What do you...
July 2, 2009 at 12:42 pm
Temp tables are created in TempDB Database and require more IO resources and locking. It maintains statistics and allows explicit indexing. We can use ‘into clause’ to create...
June 18, 2009 at 10:33 am
Mazharuddin - Thank you for your insight.
rbarryyoung - I am starting to read the document but there are a lot of information on it. I am a slow reader so...
July 19, 2008 at 1:33 pm
Can we work directly from production database or need to make copy of it? I found out that we are getting rid of oracle and we don't have development environment....
July 17, 2008 at 9:31 pm
db1 and db2 both are mapped to user.
July 16, 2008 at 11:26 am
Thank you for your response.
I have worked as sql server developer in the past but not much knowledge of Oracle. Can you tell me how much you need to know...
July 13, 2008 at 12:34 pm
Thank you for your insight. That makes sense but I am trying to create a covering index which will include all the columns in select list, join condition and where...
December 22, 2007 at 11:49 pm
I have to update.
December 21, 2007 at 9:16 am
this is the structure of table to be updated
...
December 19, 2007 at 4:01 pm
Thank you, Steve. I was able to get index seek with hints which I didn't want to do. But whatever works is fine for now.
December 7, 2007 at 12:51 pm
Viewing 13 posts - 1 through 13 (of 13 total)