Viewing 11 posts - 1 through 11 (of 11 total)
If I didn't define the transaction, the rollback will not work, right?
June 21, 2016 at 7:22 am
Do you have any suggestions for me to overcome this issue?
February 29, 2016 at 12:26 pm
Can you provide more detail information?
February 29, 2016 at 11:46 am
I want to select any indexes which are higher than 5% for reorgs later
February 26, 2016 at 11:26 am
This is the error message
Exception calling "Fill" with "1" argument(s): "The SelectCommand property has not been initialized before calling 'Fill'."
January 26, 2016 at 12:24 pm
Thanks for your wonderful suggestions, I will do that! One more question, I have done some researches about table rebuild, but I found nothing useful. Does SQL Server has table...
January 11, 2016 at 12:29 pm
so do I need to do table reorg? when do I need to table reorg?
January 7, 2016 at 9:12 am
Thanks a lot and it works very good.
October 30, 2015 at 1:41 pm
So I changed the store procedure like this, but it didn't bring me any outputs in the table at all.
CREATE PROCEDURE procedure1
AS
DECLARE cursor_1 CURSOR FOR
SELECT
'This is a executable...
October 30, 2015 at 8:19 am
The table should have two columns, one is for the executable query and the status. Should looks like this
Query ...
October 30, 2015 at 7:24 am
I changed the query like this, but then the query just keeping execute the outcomes and marked as all 'C', even it passed the specific time.
October 30, 2015 at 7:18 am
Viewing 11 posts - 1 through 11 (of 11 total)