Viewing 15 posts - 1,216 through 1,230 (of 1,790 total)
Yes, it should now go back to a more normal size when that job is complete. Don't be surprised if you see blocking occurring while the job is running. You...
September 15, 2008 at 10:03 am
Do you have a job to delete the replicated transactions? There should be a job that runs the distribution cleanup procedure sp_MSdistribution_cleanup. If it is there, make sure it is...
September 15, 2008 at 9:52 am
If you are loading all your data into the one table then you will want to update your data first (so you don't update the new records you just inserted...
September 12, 2008 at 3:21 pm
Rian, Not trying to avoid your question. I don't know the answer to that. I would have to walk through it and work out the kinks. My guess is that...
September 12, 2008 at 3:04 pm
I guess I wouldn't see replication as a development role. There are far too many things associated with replication, i.e. the jobs, configuring of the agent and the agent profiles,...
September 12, 2008 at 2:24 pm
Have you tried to find out what that client is that is referenced in the error? Seems like you should be able to get back to the machine that is...
September 12, 2008 at 1:45 pm
Rian et all - I don't believe anyone is saything that developers can't or shouldn't have permissions in development but that the permissions should be limited to a NEED basis....
September 12, 2008 at 1:35 pm
Glad to hear. That should work fine and soon you will be looking for a way to weed through all the volumes of information. 🙂
Have a great weekend!
September 12, 2008 at 1:03 pm
When I click on help for that section in the maint plan wizard I get the following as the start of the help topic;
"Use the Select Report Options page...
September 12, 2008 at 12:56 pm
At the end of the wizard you should have the option to have the report sent to you as well.
If you already have the plan created you can open...
September 12, 2008 at 12:31 pm
Inside the Maintenance Plan Design Window there is a button on the toolbar called "Reporting and Logging". You can define your output there.
September 12, 2008 at 11:39 am
Quite welcome. I am in a "new" environment as well which is huge and people are always coming up and talking about some table or index like I should know...
September 12, 2008 at 11:18 am
I keep seeing posts like this. There is an MS article about this here - http://support.microsoft.com/kb/918483
Unfortunately the only workaround that is given is for Enterprise version of SS2005. I...
September 12, 2008 at 11:14 am
Another limitation of having multiple databases is not being able to create an indexed view across databases. Big, ugly hindrance but due to schemabinding I can understand why. Don't like...
September 12, 2008 at 11:09 am
If you add a use ? into the one example you will be able to search all db's as well. So, example;
sp_MSForeachdb @command1 = 'use ? select ''?'', name...
September 12, 2008 at 11:05 am
Viewing 15 posts - 1,216 through 1,230 (of 1,790 total)