Viewing 15 posts - 1 through 15 (of 46 total)
Thank you both Gail and Steve for your response. This is not a one-time thing, we have to do this at every few months or whenever needed, so definitely,...
October 22, 2014 at 7:02 am
Thanks a lot Sean, Alan for responding. Especially Alan for taking your lunch time to write the code. I thought I provided enough information, but I guess not, sorry. ...
October 17, 2013 at 2:54 pm
Thanks for responding. I need to execute the stored procedure in batches either through a while loop or some kind of table with identity column, but I don't know...
October 17, 2013 at 12:35 pm
Thank you all for taking your valuable time to provide your thoughts and inputs. I'm sorry if I have not been cleared in my question 2 and 3, so...
January 23, 2012 at 6:32 pm
Okay, I see, thanks Sean.
November 9, 2010 at 1:53 pm
Thanks a million Abhijeet for helping me, you're so right. It works now. Really appreciated.
October 5, 2010 at 7:20 am
I found that if I added another field to the update statement, it would update that new
field fine. It just won't update the field that is using the variable, even...
October 5, 2010 at 3:43 am
This table has one non-unique clustered, so it couldn't be a heap (a heap is a table has no index, correct?).
I'm using the avg_fragmentation_in_percent in dm_db_index_physical_stats. I also compared it...
July 26, 2010 at 6:35 am
Thanks much. Your explanation makes sense. I feel better now :).
July 25, 2010 at 11:19 am
oh, and yes, it always delete the same number of records as the number were inserted. This is because once those records for that particular companyid have moved to...
July 25, 2010 at 10:07 am
The int is the companyID (it's probably was an identity from the source we get the data from, but not when it is insert into our table), and the companyID...
July 25, 2010 at 10:04 am
Thanks Gail. The non-unique clustered is on the companyID(integer) key, and insertion and deletion is done at each of these companyid (at the where clause). I'm glad that...
July 25, 2010 at 9:33 am
Okay, I see. Thanks a lot for the explanation Gail.
March 2, 2010 at 1:20 pm
Thanks Lowell for the link. It is very helpful. I couldn't understand completely his code,
but what helped me was to look into SQL Server 2008 Full Text Indexing option, which...
October 3, 2009 at 8:48 pm
Never mind, i got it.
September 2, 2009 at 1:28 pm
Viewing 15 posts - 1 through 15 (of 46 total)