Forum Replies Created

Viewing 15 posts - 4,816 through 4,830 (of 6,216 total)

  • RE: recovering data that wasn't backed_up

    In the db itself, or from the log file? Log Explorer by Lumigent might help. If you've deleted it and the log has been truncated I think you are out...

  • RE: Binary data in database

    I'll definitely be considering the separate db idea. The sound file might be associated with any one of my 200+ db's, but I can tag the row in the sound...

  • RE: Can we auto run SnapShot and Distribution Agents?

    Not sure what you're asking. If you run the distribution agent before the snapshot is complete nothing will happen. After that you can run it as little or as often...

  • RE: Dynamic SQL vs. Static SQL Part 2, Code

    Dont know that I would consider lines of code as my basis, rather the "elegance" of the solution. Guess it also depends on what you call easy to maintain -...

  • RE: Dynamic SQL vs. Static SQL Part 2, Code

    Interesting article. Not sure I agree with you that static SQL is easier to maintain than dynamic. In my experience dynamic is usually called for mainly by search forms which...

  • RE: Trusted Connections with InterDev

    I know we don't use NT authentication for any of our stuff on the web, its all SQL login driven. NT is viable if you're just on the intranet, but...

  • RE: SQL State Error 'HYT00'

    Hey Dan,

    You can ping the IP address from the client, correct? Have you tried connecting via Query Analyzer on the client? DSN's use ODBC, QA does also. There's no magic...

  • RE: Binary data in database

    More secure...maybe not. Easier to manage, maybe. Allow me to ramble. Application allows users to record phone conversations (with the permission of the other person of course) which gets written...

  • RE: Access or MSDE?

    Wasnt sure, had to go check - Access2K supports row level locking. For those of you who don't use Access very often you might want to take a look at...

  • RE: Access or MSDE?

    Access is reasonably secure - even has an option to encrypt the mdb. I agree that MSDE gives you a better/easier upgrade path to SQL than Access does. Page locking...

  • RE: Some Questions for you to answer.

    Yes, you can make a pretty good living in the database business. Couldnt say for which is most popular, most of us visiting this site obviously use SQL Server and...

  • RE: Binary data in database

    Kowabunga!

    I know Im the only one who likes blobs. Nothing to stop you from using NT security in the db. Another advantage is you can full text index. We're looking...

  • RE: Clustered index with very little disc space

    Might also look at partitioning the data, putting some elsewhere. If you've got a large qty of data not likely to be used, split it out and load it on...

  • RE: Lock Timeout

    Yes. One setting is never going to fit all circumstances.

    Andy

  • RE: Binary data in database

    Possibly. Besides, if MS does implement their plan of using a variant of MSDE for the file system, it WILL be in the db anyway!

    Andy

Viewing 15 posts - 4,816 through 4,830 (of 6,216 total)