Viewing 15 posts - 91 through 105 (of 457 total)
bitbucket-25253 (3/16/2010)
Thanks for the feed back. Edited my posting to add 2 additional scripts would you be so kind as to give them a test.
Again I...
March 16, 2010 at 5:59 pm
I just ran the script on my 2008 developer edition instance and it worked fine...as long as it answers the OP's question.
March 16, 2010 at 5:28 pm
You can view when the stats were last updated for a particular set of stats by expanding the database in SSMS, expand the tables folder, then the statistics folder, and...
March 16, 2010 at 4:38 pm
alan.young.ctr (3/16/2010)
March 16, 2010 at 4:32 pm
They can coexist, so if you have SQL Server 2005 default instance, you should be able to install SQL Server 2008 along side as a named instance.
March 16, 2010 at 4:23 pm
Just to add to what has been said:
When you restore the secondary logged shipped database, you have to specify the WITH MOVE statement in the restore script (there are check...
March 16, 2010 at 3:17 pm
I can't find the link in BOL but think of it like this:
You have a virtual instance of SQL server that can run on one of two nodes but not...
March 14, 2010 at 1:43 pm
Change them both to manual the clustering service will mange which service is started on each node. When the service is manual it won't start without an input of some...
March 13, 2010 at 3:06 pm
Just to add to this post, I too have used this in the past with what sounds like a very similar configuration to Jason's and I didn't encounter a problem.
March 10, 2010 at 4:09 pm
Will the server have the same name in the new domain? If not you may have to run some scripts to update the SQL Server metadata.
March 10, 2010 at 4:04 pm
chrisph (3/10/2010)
In the...
March 10, 2010 at 4:02 pm
Shark
I read the first few posts of that HP forum, it seems from that they treat a 2 disk array configured as raid 10 as Raid1 which is what I...
March 9, 2010 at 3:13 pm
On your server properties do you have Login auditing (at least failed logins) enabled. If you do the failed login will be logged to the error log. This will give...
March 9, 2010 at 2:57 pm
I'd say you are getting that error because your DR SQL database are being logged shipped and hence in a recovering state, and users including your DR MOSS server cannot...
March 9, 2010 at 11:43 am
I have never been able to change the service account password without a restart of the service.
edit Accroding to Buck Woody's post this is not so much of a...
March 9, 2010 at 11:37 am
Viewing 15 posts - 91 through 105 (of 457 total)