Viewing 15 posts - 34,846 through 34,860 (of 39,723 total)
I don't believe that MSDE is cluster aware. You should see it on the node that you installed it on, but not on the clustered node.
June 5, 2004 at 9:45 am
Backup/restore is my method. sp_help_revlogin from MS's site can get logins. For DTS, I'd save off, open on the new server, you can script the jobs.
June 5, 2004 at 9:44 am
That's teh best way and then block the ip at the router while you investigate.
June 4, 2004 at 7:46 am
According to SQL 2000 BOL (didn't check 7
), the SKIP option does not check for expired backups, so it would cause issues. The...
June 2, 2004 at 2:17 pm
I think you may have some other isssue. If you change the status and reset the suspect flag and it still doesn't recover, you probably need to call MS. I'd...
June 2, 2004 at 9:28 am
If you are using Windows Auth in IIS, then you add the people to the SQL SErver using their windows accounts. If you don't want AD groups, I'd at least...
June 1, 2004 at 9:45 am
Is this for development? Or admin? for admin, have them create a db, back it up, then restore it as a different name.
for development, have them write a report you...
June 1, 2004 at 9:35 am
Are there multiple files for the data? You can use sp_resetstatus, but you want to resolve the issue that caused it to be suspect. Perhaps a file was locked by...
June 1, 2004 at 9:33 am
A torn page usually means an incorrectly linked page in the file. Likely the file itself is corrupt somehow. I'd get Backupexec and MS on the phone ASAP to work...
June 1, 2004 at 7:46 am
You need to talk to people that do this sort of thing, like NasDaq, Dell, etc. People that need to handle high volumes with high uptimes on MS technology. It...
May 31, 2004 at 9:33 am
Separation. We had to move the email server to a separate location from which we can send the newsletter. Took some tinkering, but we basically have 1 T-1 for the...
May 31, 2004 at 9:27 am
Are implicit transactions turned on? Haven't noticed this, but I don't do much XML work. I'll have to take a look.
May 31, 2004 at 9:24 am
Test your restore in QA, then take the script adn put it in the -Q parameter as shown by Amit above.
May 31, 2004 at 9:21 am
I've had a number of 4GB machines and they never go above 1.7GB. It seems that the server algorithms that balance memory with the OS max out here.
May 31, 2004 at 9:19 am
Viewing 15 posts - 34,846 through 34,860 (of 39,723 total)