Viewing 15 posts - 3,031 through 3,045 (of 4,745 total)
you cannot load balance with mirroring.
We have a load balanced sharepoint farm here and each site has its own set of sharepoint databases.
---------------------------------------------------------------------
January 18, 2010 at 6:48 am
how about setting up a SQLAgent alert?
If there is a failed login attempt that will write an error 18456 to the errorlog, you could alert on that and get it...
---------------------------------------------------------------------
January 18, 2010 at 6:43 am
by default database are usually set to autogrow anyway. you may want to check this setting and confirm the growth factors are something sensible (50 - 100Mb usually good but...
---------------------------------------------------------------------
January 17, 2010 at 9:35 am
being clustered certainly makes it more 'interesting'
the work I have done in this area was not on a cluster unfortunately. I can foresee problems with IP addresses, other than that...
---------------------------------------------------------------------
January 17, 2010 at 6:41 am
yes I would say it is workable as a one off task, but the SQL installation would need to be identical.
If this is your DR process, when you do...
---------------------------------------------------------------------
January 17, 2010 at 5:46 am
do you mean the \data directory, i.e the system databases? I see no point in copying anything else over, the install will put the rest in place for you.
Can you...
---------------------------------------------------------------------
January 17, 2010 at 5:04 am
george sibbald (1/14/2010)
---------------------------------------------------------------------
January 15, 2010 at 6:11 am
If the databases name are the same, logical file names are the same and file locations are the same, SQL will presume the backup is for this database and allow...
---------------------------------------------------------------------
January 14, 2010 at 3:13 pm
backing up a database has no effect on performance. If you don't need frequent backups don't waste resources backing it up.
Just make sure you have got one you can...
---------------------------------------------------------------------
January 14, 2010 at 2:53 pm
check if the values match what?
Currently you are never populating @dbname,also specifying it as nvarchar(max) seems overkill, have you got database names that long?
This is an example where a...
---------------------------------------------------------------------
January 14, 2010 at 2:49 pm
r.pe (1/13/2010)
---------------------------------------------------------------------
January 13, 2010 at 4:41 pm
This blog would suggest qoutes have the potential to be misinterpreted and lead to errors:
http://msmvps.com/blogs/robfarley/archive/2009/12/29/apostrophes-around-column-aliases.aspx
---------------------------------------------------------------------
January 12, 2010 at 4:59 pm
At this point identify the exact query which consumes this CPU (if say you only have a stored proc execution at the moment). Check the health (ie fragmentation levels) of...
---------------------------------------------------------------------
January 12, 2010 at 3:43 pm
yes its cumulative. The last_batch time is also of interest as this is when the current process executing kicked off.
---------------------------------------------------------------------
January 12, 2010 at 1:53 pm
I thought installs were meant to be getting simpler!
🙂
---------------------------------------------------------------------
January 12, 2010 at 1:33 pm
Viewing 15 posts - 3,031 through 3,045 (of 4,745 total)