Viewing 15 posts - 121 through 135 (of 142 total)
Thanks for the quick response
I didn't change the indexes, only the order
I dind't change the other querys since they already use the correspondant indexes, I only changed the first one...
September 20, 2010 at 12:07 pm
GilaMonster (9/17/2010)
ricardo_chicas (9/17/2010)
I have several blocking process on tempdb,Blocking on what? What's the wait_resource? What's wait type?
Thank you, actually the blocking issue wasn't really that important, what i really...
September 17, 2010 at 10:45 am
Thank you,
I found the cause but is something that I can avoid...
that means that adding more log file do not help in any way?
Thanks
September 17, 2010 at 10:39 am
Actually my concern is that we have several dbs and ost of users, so I really need to be careful with the use of temp db, I like the approach...
September 13, 2010 at 9:31 am
I have a db trigger for that, but those tables where create prior that trigger
August 27, 2010 at 3:51 pm
Another way? that db was moved from a now defunct server...
August 27, 2010 at 10:09 am
Ok lets do this, forget about the original problem
what I really want to know is for a suggestion on what is the best way to retrieve large amount of data,...
August 20, 2010 at 11:06 am
Ok, the T-sql program loads all the needed data into a table, then another process use that data for a webpage ( believeme all of that data is needed) that...
August 20, 2010 at 9:55 am
Hello,
It is a T-SQL program, the problem is that we really need that much info, I can't change the logic, And that info changes really often so the report must...
August 20, 2010 at 9:28 am
I am only getting 5 columns, all of then are small, what i am looking for is a way to select chunks of that data in a optimal way....
August 19, 2010 at 4:28 pm
Hi,
I forgot to say that the "like" is this way: column like '123456%'
so it is using the index and doing a clustered index seek
August 19, 2010 at 2:11 pm
The thing is that I don want to add anything on the client side, isn't any other way?
May 19, 2010 at 10:00 am
Hi All,
I did a Full Backup, then the log Backup, everything is good now,
Thanks
May 6, 2010 at 8:20 am
I just did the Update statistics and retrieve the ten million rows is two minutes, so I am happy now
Thanks to all of you
April 29, 2010 at 10:56 am
Viewing 15 posts - 121 through 135 (of 142 total)