Viewing 15 posts - 1,096 through 1,110 (of 6,105 total)
jsciii (6/5/2008)
Has anyone successsfully recovered an instance on a cluster when the master db is missing?
SQL Server 2000, yes, but I haven't faced the torture of having to do it...
June 5, 2008 at 8:39 am
There are also trace files you can read with SQL Profiler in your LOG directory that traces DDL changes. So if the table was dropped (as in deleted), you can...
June 5, 2008 at 8:17 am
One catch is that any shared components, like Workstation components, SSIS, etc., will be upgraded to SP2.
June 5, 2008 at 8:14 am
A group account would mean a Windows group. So you would need to add it to the appropriate Windows group, whether on that server or in Active Directory. For BUILTIN\Administrators,...
June 5, 2008 at 5:55 am
paksyeet (6/5/2008)
recruiters know nothing but to hire..;p BTW, i'm an Electronics and Communication Engineer Graduate.. hmmm.. i wonder why im on database..?!? haha
But that's a related degree, at least. If...
June 5, 2008 at 5:51 am
Loner (6/4/2008)
June 4, 2008 at 7:06 pm
Michael Earl (6/3/2008)
Use the...
June 3, 2008 at 7:43 am
Not just Kerberos authentication, but Kerberos delegation. The first SQL Server must be configured to be able to delegate to the second one.
June 3, 2008 at 7:24 am
To piggy back on what has already been said, named instances will try to use the same port, but if it's in use, they will try the next available port...
June 3, 2008 at 7:20 am
The best way, if you do this, is to use a log reader application, such as Apex SQL Log, for one. However, you can build a solution without putting your...
June 3, 2008 at 7:12 am
If it's Volume Shadow Copy, I'm not sure what supported configuration there is with respect to service accounts. I know in the past you couldn't run Full Text with anything...
June 3, 2008 at 7:08 am
Robert Bedick (6/3/2008)
June 3, 2008 at 7:07 am
blandry (6/3/2008)
June 3, 2008 at 7:02 am
Anirban Paul (6/3/2008)
June 3, 2008 at 6:57 am
C2 audit is nothing more than a server-side trace with a lot of the events and columns turned on (actually most of them). You can build a more lightweight trace...
June 2, 2008 at 2:52 pm
Viewing 15 posts - 1,096 through 1,110 (of 6,105 total)