Viewing 15 posts - 31 through 45 (of 70 total)
The other option would be to grant them access to modify the job schedule only. Have given them access to the SQL Agent roles in msdb, they can view and...
August 16, 2016 at 5:11 am
Will have a look at it. I saw a lot of BEGIN, ROLLBACK and COMMIT, don't worry those are part of all my standard code, just did not include that.
Will...
July 26, 2016 at 5:25 am
Gail. I would like to get your ideas on error handling in this specific case, not worked much with it
July 26, 2016 at 12:30 am
Thanks to all the guys for their input, Looking at each of them, and I definitely have a lot to work towards, step by step though
June 3, 2016 at 2:19 am
Scoot, thanks, I will investigate what you said
June 1, 2016 at 7:53 am
I am determined to get fragmentation down, with some tables still over 70 % fragmented I need to do something, as stated previously the company is still fighting for some...
June 1, 2016 at 7:49 am
I got fragmentation stats after the Table rebuild and then after index rebuild. Still had a lot of fragmentation.
Ideally I would love to have Clustered indexes but it was already...
May 26, 2016 at 3:32 am
I did rebuild before this, but still there were tables with over 80% fragmentation
May 24, 2016 at 2:09 am
Douglas
This the script I use, works quite nicely. I did the table rebuilds this weekend at one of our clients and then did index rebuilds. My forwarded records are all...
May 23, 2016 at 1:18 am
Heap tables yes, basically all our indexes except for one is Non Clustered. This is part of the problem. I have inherited it like this
May 23, 2016 at 1:04 am
We found that fixing this brings fragmentation down by anything from 0-60 % after doing table rebuilds, after rebuilds we staill have fragmentation on tables and indexes. We are using...
May 23, 2016 at 1:02 am
The problem is that the Database is originally from an ETL from a Adabas database, so we have hundreds of tables being created, most of the child tables have a...
May 20, 2016 at 12:07 am
Looks like I missed something, is running on same server, the package was running to SQL server destination, which I have started moving away from
December 23, 2014 at 8:34 pm
I also get this error on SQL 2012, I am using OLEDB Destinations. I am trying to run 5 inserts at the same time, is the issue just pointing to...
December 23, 2014 at 3:57 am
Viewing 15 posts - 31 through 45 (of 70 total)