Viewing 15 posts - 38,596 through 38,610 (of 39,456 total)
December 18, 2001 at 9:53 am
Thanks for the feedback. It appears that your Access database uses a different collation (kind of like language) than SQL.
Create a temp table and insert the data, then move it...
December 18, 2001 at 8:36 am
Glad to give opinions. Keep checking back, I'm sure Andy will weigh in tonight.
Steve Jones
December 17, 2001 at 2:40 pm
Kind of. Personally I do the following:
Backup SQL to disk locally. gives me immeditate access to restoring dbs in case of data errors and allows fast backup.
Copy to remote disk...
December 17, 2001 at 1:34 pm
yes, sorry. thanks. I meant disk.
Most people prefer backup to disk. At TechEd 2000, a number of the sql team also recommended this. Not to disparage vendors, but unless you...
December 17, 2001 at 12:33 pm
haven't seen it. You might have a problem with MMC (a windows app) rather than EM (an MMC snap in.
Can you manage the Itnernet services through MMC?
Steve Jones
December 17, 2001 at 12:21 pm
You can backup the logs to tape automatically, but you still get into the "time factor".
One other issue with tape libraries. This also applies to disk. What happens if there...
December 17, 2001 at 12:20 pm
resetting the pwd will prevent future infection. Not sure about later, but it should. My guess is the worm keeps attaching via sa.
Your description of the web sites sounds fine.
Steve...
December 17, 2001 at 11:58 am
Haven't had too many restores with Verias and actually need to do a DR sometime, but I convinced our admin to skip it and just grab the files.
One issue with...
December 17, 2001 at 11:52 am
An interesting problem and one I've given some thought to lately as I've been doing a little MySQL work. I think the only way to build a good cross platform...
December 17, 2001 at 9:48 am
.NET is the new direction for all MS apps, supposedly T-SQL. This will mean that T-SQL will support inheritence, encapsultion, etc. Not sure how that will work, but supposedly T-SQL...
December 17, 2001 at 8:20 am
There are a few possibilties.
Connecting over TCP/IP uses ports 1433 adn 1434 and 445 (I believe) for EM. Be sure these are not blocked.
Be sure you have the same protocols...
December 17, 2001 at 8:16 am
You are welcome and this is the number of error before it fails.
Techincally, I beleieve that these erors are omitted from the transaction count, but I'dhave to test it.
Thanks...
December 16, 2001 at 9:34 am
December 15, 2001 at 4:04 pm
Profiler, check books online for the syntax of starting. you can log to a table and then search the text of each command being run.
For the print statements, ADO will...
December 14, 2001 at 4:09 pm
Viewing 15 posts - 38,596 through 38,610 (of 39,456 total)