Viewing 15 posts - 1 through 15 (of 109 total)
backslash is an escape character in C# strings so you should do something like the below.
= "myServer\\myInstance";
or
= @"myServer\myInstance";
Steve
June 19, 2011 at 8:26 am
OK, for the benefit of anyone in our position in the future. The /passive successfully got our passive node up to the right SP. We suffered no downtime...
June 3, 2011 at 2:53 pm
Thanks for the replies. This is agency data which enriches and corrects our dataset which is why we run over the top of all records each month.
The database is...
April 21, 2011 at 6:53 am
**replaced as wrong answer.
February 16, 2011 at 7:37 pm
As SQL Server takes chunks of memory from the OS then if you see a valid process(es) using a 'normal' amount of Memory but is paging due to SQL Server...
February 16, 2011 at 7:28 pm
While in Report Manager locally, setup a new role assignment, assuming you don't have an issue having anyone being a browser?
December 12, 2010 at 12:35 pm
Just drop the port in the datasource definition that is pointed to by your report.
December 12, 2010 at 12:20 pm
Its encrypted so you wont see it in a readable format. Assuming you can access the databases via SSMS when it fails over then it suggests it pointing at...
December 12, 2010 at 12:10 pm
What does the data look like in SQL Server?
December 12, 2010 at 11:55 am
Check this out.
http://support.microsoft.com/kb/909678/en-gb
Lots of suggestions in there, I decided to run my export via subscription on a schedule. Takes a huge amount of time to generate but...
December 12, 2010 at 11:37 am
Hi,
Just done a quick test in my environment and a browser refresh just re-renders the page without calling the stored procedure again. Even if there are tweaks to IE...
December 12, 2010 at 11:10 am
Coozie (8/31/2010)
I've never did any...
August 31, 2010 at 8:10 am
Coozie (8/31/2010)
I was under the impression that CA BrightStor backed up live somehow.
Never used the product but we do have something that backs up our databases live, using a SQL...
August 31, 2010 at 7:31 am
You can't backup the database files unless you took SQL Server offline which defeats the point a bit and isnt the right answer by a long shot!
Take a backup via...
August 31, 2010 at 6:37 am
Coozie (8/31/2010)
I see, so you can't do a backup on the cluster and access that backup from a remote server to restore it on that remote server; correct?
Rather, back...
August 31, 2010 at 6:16 am
Viewing 15 posts - 1 through 15 (of 109 total)