Viewing 15 posts - 616 through 630 (of 2,436 total)
DBADave, I have used this setting as a default on all of my SQL 2000 servers (at least 200+) for a number of years (when did SQL 2000 come out) now...
August 30, 2007 at 11:45 am
First thing you need to do is download the setspn utility (link below):
Install it on your computer (or server). Next you'll need a Domain Admin account to use (unless...
August 30, 2007 at 11:07 am
You need to execute sp_fix_users_login when moving the database from one server to another:
---
--- fix_users_login.sql
---
use master
go
set quoted_identifier off
go
if exists (select * from dbo.sysobjects where id = object_id('dbo.sp_fix_users_login'))
begin
print 'dropping old...
August 30, 2007 at 10:18 am
Look into the System and Application event logs then the cluster.log file immediately after a failover. The take this information to the sysadmin. If he does nothing then take it...
August 30, 2007 at 9:50 am
Woe be it me to say this bit I think that it may be time for federal reregulation of the telecommunications industry both wired and wireless as it was back...
August 30, 2007 at 9:17 am
kai - I just prefer to use the abbreviated form:
SSDD
August 29, 2007 at 1:54 pm
I think that TheSQLGuru was being a bit overly optimistic about the 3-legged dog ... more likely than not the aforementioned dog would have to learn how to walk upright...
August 29, 2007 at 1:49 pm
The programmer might need a different (bigger) hammer however the fault lies in management or to be more specific project management and architects. If the folks running things were on...
August 29, 2007 at 10:10 am
... ahh yes ... the old 'tune it up with money' trick ...
August 29, 2007 at 10:08 am
I cut out the URL and apparently MS has moved the page !
August 28, 2007 at 1:51 pm
Could it be a permissions issue ? Are you using the same credentials for EM that you use in QA to run xp_readerrorlog ?
August 28, 2007 at 8:42 am
Jeff maybe we should link this question to the certification debate
August 28, 2007 at 8:39 am
Agreed on the outsourcing. It has almost done as much for our collective careers as DBA-less software !
August 27, 2007 at 3:03 pm
Steve, I was being a bit facetious in the post. I actually am very happy with my present package. As a matter of fact is is 'most excellent' ... it...
August 27, 2007 at 8:28 am
loner please run as fast as possible from this firm. Any firm 'worth their salt' will hire you and train you appropriately. and not have you essentially 'pay them' for...
August 24, 2007 at 11:17 am
Viewing 15 posts - 616 through 630 (of 2,436 total)