Showing posts with label matter. Show all posts
Showing posts with label matter. Show all posts

Friday, March 23, 2012

Maintenance cost . does size matter?

A cost like that is almost impossible to determine,
however a cost justification can be made.
Check
http://www.tpc.org/tpcw/results/tpc...erf_results.asp
J
quote:

>--Original Message--
>Hello all,
>At the moment accounting wants to know how much it costs
>to maintenance a SQL-database. They have approached me to
>tell them how much the maintenance of a database costs.
>They want to have a little list in which they can see the
>maintenance-cost against the database-size. Something

like
quote:

>..
>0.1 GByte: 1 hour a month
>1 GByte: 2 hour a month
>100 GByte: 3 hour a month
>The only maintenance I do is:
>-1- Activate and scheduling of the "Database Maintenance
>Plan";
>-2- A weekly recovery test of 1 randomly chosen database.
>So for me, size does not matter. I don't notice if a
>backup takes longer. The only thing that costs a little
>more time is a recovery test of a big database. CPU, Mem
>and disk-space are the responsibility of another
>department.
>Accounting does not believe that the maintenance-cost of

a
quote:

>database is independent of the database-size. Am I
>overlooking something? What are you're maintenance
>experiences? What do you charge for maintenance?
>Hope someone can shed some light on the subject,
>tanks in advance,
>Annick van den Broek
>.
>
One variable cost related to size is
Disk, and tape for backup. Downtime for restore of larger DB. Cost of your
time ( if you wait) for other maint tasks like checkdb, drop/create
indexes...
But as you say, you should do all of these tasks regardless of size..so (in
my opinion.) the fixed costs are MOST of the total cost, and variable costs
based on size of DB are limited..
"Annick van den Broek" <anonymous@.discussions.microsoft.com> wrote in
message news:970a01c3eb24$90714c00$a301280a@.phx.gbl...
quote:

> Hello all,
> At the moment accounting wants to know how much it costs
> to maintenance a SQL-database. They have approached me to
> tell them how much the maintenance of a database costs.
> They want to have a little list in which they can see the
> maintenance-cost against the database-size. Something like
> .
> 0.1 GByte: 1 hour a month
> 1 GByte: 2 hour a month
> 100 GByte: 3 hour a month
> The only maintenance I do is:
> -1- Activate and scheduling of the "Database Maintenance
> Plan";
> -2- A weekly recovery test of 1 randomly chosen database.
> So for me, size does not matter. I don't notice if a
> backup takes longer. The only thing that costs a little
> more time is a recovery test of a big database. CPU, Mem
> and disk-space are the responsibility of another
> department.
> Accounting does not believe that the maintenance-cost of a
> database is independent of the database-size. Am I
> overlooking something? What are you're maintenance
> experiences? What do you charge for maintenance?
> Hope someone can shed some light on the subject,
> tanks in advance,
> Annick van den Broek
>
|||Accounting should understand the concept of fixed vs. variable costs. There
is a fixed cost per database and a variable cost per database. The variable
cost can be grouped by size ranges (<1GB, 1-10GB, 10GB-100GB, 100GB+) or any
ranges that you feel comfortable with. The big issues are time and space.
Can you backup and restore the system within the allowable time windows and
do you have the space to handle a decent backup rotation? Also, throughput
is an issue on FULL recovery model. You have to have space for transaction
log backups for whatever period you determine.
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
I support the Professional Association for SQL Server
www.sqlpass.org
"Annick van den Broek" <anonymous@.discussions.microsoft.com> wrote in
message news:970a01c3eb24$90714c00$a301280a@.phx.gbl...
quote:

> Hello all,
> At the moment accounting wants to know how much it costs
> to maintenance a SQL-database. They have approached me to
> tell them how much the maintenance of a database costs.
> They want to have a little list in which they can see the
> maintenance-cost against the database-size. Something like
> .
> 0.1 GByte: 1 hour a month
> 1 GByte: 2 hour a month
> 100 GByte: 3 hour a month
> The only maintenance I do is:
> -1- Activate and scheduling of the "Database Maintenance
> Plan";
> -2- A weekly recovery test of 1 randomly chosen database.
> So for me, size does not matter. I don't notice if a
> backup takes longer. The only thing that costs a little
> more time is a recovery test of a big database. CPU, Mem
> and disk-space are the responsibility of another
> department.
> Accounting does not believe that the maintenance-cost of a
> database is independent of the database-size. Am I
> overlooking something? What are you're maintenance
> experiences? What do you charge for maintenance?
> Hope someone can shed some light on the subject,
> tanks in advance,
> Annick van den Broek
>

Wednesday, March 7, 2012

Mail Delivery Fails--Please help!

We just set up Reporting Services on a new server can cannot get mail
delivery of reports to work no matter what we do. Errors appear in the log
like:
ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The Report Server has encountered a configuration error; more details in the
log files, AuthzInitializeContextFromSid: Win32 error: 1355;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The Report Server has encountered a configuration error; more details in the
log files
How do we resolve Win32 error 1355? The so-called details in the log files
are useless.
--
Larry Menzin
American Techsystems Corp.Larry,
I've encountered this same error with RS emailing reports. You should find
that when you try to email the report as an attachment or as MHTML in the
body you will get the error, but if you just send a link, you will get no
error. In my case, we were running Windows Server 2003 and there was a known
bug that was fixed in Server 2003 sp1. If you are running Server 2003
without the service pack, I would recommend installing it, and it should fix
your problem. Hope that helps.
David
"Larry Menzin" wrote:
> We just set up Reporting Services on a new server can cannot get mail
> delivery of reports to work no matter what we do. Errors appear in the log
> like:
> ERROR: Throwing
> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
> The Report Server has encountered a configuration error; more details in the
> log files, AuthzInitializeContextFromSid: Win32 error: 1355;
> Info:
> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
> The Report Server has encountered a configuration error; more details in the
> log files
> How do we resolve Win32 error 1355? The so-called details in the log files
> are useless.
>
> --
> Larry Menzin
> American Techsystems Corp.|||Thanks. Win2003 SP1 fixed the problem.
--
Larry Menzin
American Techsystems Corp.
"David Siebert" wrote:
> Larry,
> I've encountered this same error with RS emailing reports. You should find
> that when you try to email the report as an attachment or as MHTML in the
> body you will get the error, but if you just send a link, you will get no
> error. In my case, we were running Windows Server 2003 and there was a known
> bug that was fixed in Server 2003 sp1. If you are running Server 2003
> without the service pack, I would recommend installing it, and it should fix
> your problem. Hope that helps.
> David
> "Larry Menzin" wrote:
> > We just set up Reporting Services on a new server can cannot get mail
> > delivery of reports to work no matter what we do. Errors appear in the log
> > like:
> >
> > ERROR: Throwing
> > Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
> > The Report Server has encountered a configuration error; more details in the
> > log files, AuthzInitializeContextFromSid: Win32 error: 1355;
> > Info:
> > Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
> > The Report Server has encountered a configuration error; more details in the
> > log files
> >
> > How do we resolve Win32 error 1355? The so-called details in the log files
> > are useless.
> >
> >
> > --
> > Larry Menzin
> > American Techsystems Corp.