Forum Replies Created

Viewing 15 posts - 151 through 165 (of 349 total)

  • RE: Importing From Production Database (located on remote server)

    If you can't ping it, I doubt you can get DTS to connect. If you can connect to it via Query Analyzer from your local machine, then you should be...

  • RE: Importing From Production Database (located on remote server)

    I'm sorry I don't have time to detail all about connections here. In the meantime, check out http://www.sqldts.com. Under Tutorials they have a good tutorial called Building a Package...

  • RE: Replacing Cluster Disks

    If you can get Windows to recognize the shared drives as the same drive letter, etc. You should be fine.

  • RE: Memorable Signatures

    One of my favorites "Women want men to change, but they never will. Men want women to stay the same, but they never will."

    Not too lyrical, but true.

    How about...

  • RE: Connecting to AS400 DB2

    We use HiT software's SQL Server drivers to connect to AS400 DB2, and it does require a linked server definition:

    http://www.hitsw.com/products_services/sqlmiddleware.html

  • RE: SQL 2000 and dot.NET

    It sounds like you shouldn't need .Net on the SQL Server box. As long as you aren't running IIS (and/or Reporting services Web server part, etc.) on the SQL Server,...

  • RE: books

    Well, those above are good for learning T-SQL. The Murach book is especially intended for Developers learning T-SQL.

    Professional SQL Server 2000 Programming by Robert Vieira is good also. It...

  • RE: books

    If you're at the begining/intermediate level the Murach's SQL for SQL Server by Bryan Syverson is a great book. If you're a little more advanced, The Guru's Guide to Transact-SQL...

  • RE: exam 70 229

    I think that they are good for establishing a certain floor level knowledge on the part of the test taker at minimum. You know what is possible, but not necessarily...

  • RE: exam 70 229

    Believe me, it's nothing impressive. I just do well on those 'standardized' type tests (MCSE, MCDBA, GMAT, eetc. tests). I've taken 14 Microsoft tests, several other vendors certification tests, the...

  • RE: exam 70 229

    For practice tests you could go with Transcender or Testking, etc. there are a lot of people who sell practice exams for the test.

    The test was something like 54 questions...

  • RE: Difference in "Logical" and "Physical" DB Shemas?

    Generalized view:

    In ER tools (like ERWin and ER/Studio), the Logical model is the data model with no concern as to what platform the database is going to be run on....

  • RE: Transactions During Full Backup

    BTW. In this case Diff backups also help keep you from having one of those 15 minute t-log files be corrupt and messing up your whole recovery. I'd hate to...

  • RE: Transactions During Full Backup

    you should be fine then. The full will include everything up to the completion of the backup.

    The Differentials just help keep you from having to restore ALL of those...

  • RE: Transactions During Full Backup

    There's a lot of information about this subject in Books Online. Check out 'Backing up databases' and 'Backup and Restore Operations.'

    Unfortunately, Books Online isn't the best resource for learning...

Viewing 15 posts - 151 through 165 (of 349 total)