Viewing 15 posts - 31 through 45 (of 463 total)
CirquedeSQLeil (4/21/2010)
Perry Whittle (4/21/2010)
firstly logon to the server with the account details and verify success.Next, change the service account info and enter the new password via SQL Server configuration manager
This...
April 21, 2010 at 11:53 am
WayneS (4/20/2010)
SW_Lindsay (4/20/2010)
To select eligible candidates in the first select you say
select * from @Candidates where MeetsEligibility = convert(bit,1);
Why do you...
April 20, 2010 at 1:08 pm
skjoldtc (4/19/2010)
Lightly virtualized? I thought a server was either virtualized or not?
I imagine it means that it is one of a few (or even only) VM sitting on that hypervisor,...
April 19, 2010 at 5:54 pm
dma-669038 (4/15/2010)
April 15, 2010 at 10:36 pm
matt stockham (4/13/2010)
* will the application allow you to take full advantage of the solution?
Clustering is essentially invisible to the app, but mirroring needs to know about the mirror server(s)....
April 14, 2010 at 9:02 am
Other than HA, you haven't actually stated what the requirements are - what does HA mean to you?
Questions to ask:
* how long can you afford to be down?
*...
April 13, 2010 at 3:51 pm
Tom.Thomson (4/6/2010)
April 7, 2010 at 8:21 am
Although a witness can be used for asynchronous, there is no point as the databases won't be in sync and a failover would almost guarantee data loss. It also...
April 1, 2010 at 4:40 pm
The witness can be any edition of SQL on any machine with network connectivity.
I will assume that you are referring to synchronous mirroring (high safety). If the primary site...
April 1, 2010 at 2:07 pm
As Paul said, you really need to understand parameter sniffing to resolve this correctly. The performance impact *may* be due to recompiling every single time this proc is executed...
April 1, 2010 at 1:06 pm
If you are running the backup through an agent job, check the job history. I usually have my jobs log to a file as the agent history truncates any...
March 31, 2010 at 2:55 pm
fyi, compression is allowed in 2008R2 Standard Edition.
March 31, 2010 at 2:47 pm
blandry (3/30/2010)
March 30, 2010 at 1:29 pm
The user would need to have either ownership of the schema or control/alter permissions on the table. The means of connection to the server is irrelevant.
March 29, 2010 at 1:43 pm
You know which one was supposed to be the principal, you just have to confirm that it didn't failover - that event would be logged in the SQL logs if...
March 26, 2010 at 12:40 pm
Viewing 15 posts - 31 through 45 (of 463 total)