Forum Replies Created

Viewing 15 posts - 5,206 through 5,220 (of 6,216 total)

  • RE: Death of the Production DBA

    Certification is ok - I consider a tiebreaker these days. I'd suggest VB. If you can do VB you'll find "most" of DTS easy to follow and you wont be...

  • RE: CSV export to Excel

    In Excel you can use a leading apostrophe to make it display as text, but it doesnt seem to work on import - the apostrophe shows up. Seems like there...

  • RE: MSSQL 2000. Exam 70-229

    Thats cheating! You cant take the test and THEN write the book about it!

    Andy

  • RE: sa login failure in DTS

    How are you establishing the ado connection, trusted or sql login? I'd double check that line. Maybe post code here so we can see.

    Andy

  • RE: MSSQL 2000. Exam 70-229

    Hello Igor,

    You can post questions about the exam in our Certification discussion area. We'll be glad to discuss as long as it doesn't get into anything that would fall under...

  • RE: Veritas Backup/Restore

    Im curious too - tape faster than disk? If it was I probably still would not do it, but would be a nice capability to have.

    Andy

  • RE: Creating triggers

    I'd suggest that you handle it by creating a stored procedure that you'll run once a day as a job. Once a day means you don't have to keep track...

  • RE: Renaming Files With DTS

    You can also just shell to the OS and use ren/rename to do the work. Not as good as fso because you have to work harder to trap errors.

    Andy

  • RE: DTS Help

    Thats why as interesting as DTS seems, I can never get that interested - seems like so many quirks. The cost of trying to create a super high level environment....

  • RE: SQL Server VS. Oracle

    Steve - raw is still supported, look for "Using Raw Partitions" in BOL. Tons of caveats though.

    Rob - that makes sense of course, few apps are really platform agnostic -...

  • RE: Procedure Cache

    Had you recently stopped/started the service?

    Andy

  • RE: DTS Help

    Not sure how DTS works, but this is exactly how it works in ADO as well. Even though the operation itself is fine with the ignore dupes option the error...

  • RE: How do I delete the log file for a dB?

    Take a look at DBCC shrinkfile. If you search our site you'll find several discussion topics and and a script or two that deal with this issue. One shortcut you...

  • RE: How Can i add the Description to a field

    Take a look at 'Alter Table' in Books Online. Adding a column is pretty straight forward. Sounds like you're new to SQL, so you might want to keep this idea...

  • RE: SQL 7 Trans log too big. How shrinK

    Bill, didnt get a chance to reply earlier, but the detach/reattach solution is one I've used myself - has the merit of simplicity! It's also very fast.

    Andy

Viewing 15 posts - 5,206 through 5,220 (of 6,216 total)