Forum Replies Created

Viewing 15 posts - 136 through 150 (of 211 total)

  • RE: Selecting a Web Host for your SQL Server Database Driven Web Site Part

    I'm curious as to how many folks use public web and sql hosts rather than hosting their own.  Our choice, and I would think many folks's choice would be to...

  • RE: Accomodating ''''Dummy'''' Data

    Do the users start out with the "dummy data" and then, after training move to the real data?  Can the dummy data be deleted after they are trained?  Does their...

  • RE: Best Practices for Database Design

    This definitely deserves it's own forum.  Each company finds it's own naming convention, and the fact that everyone uses it is more important than what they chose to use.

    Personally, I...

  • RE: Design A Database Using an Entity-Relationship Diagram

    Nice Article.  I give it 5 stars.  It's obviously not "in-depth" - but not all articles need to be geared for experts.  I like it because it's well written and easy to...

  • RE: Is XML the Answer?

    Pretty simple in my mind - Never store XML in a database.  Use it to transport query results to folks who want it that way.  Period.  If you have control...

  • RE: Are you innovating?

    The proverbial "can't see the forest for the trees" concept.  Most of the time, we focus on our "main" jobs and don't step back to see what we can do...

  • RE: Disaster in the Real World - Hurricane

    Andy: Nice article.  I wish I'd had time to write a full article, our experiences were similar in some ways, different in others.

    We provide a semi-public SQL Server for our...

  • RE: Port Blocking, SQL Server, and the Internet

    I disagree with the last part about applications.  Perhaps I'm not the best programmer around, but I can't implement a custom binary protocol for our applications to use in twenty...

  • RE: Mini Disaster - AC Failure

    We actually have a small window style AC unit in the server room that is powered by an inverter and runs off the battery bank.  The AC Unit was about...

  • RE: Creating Excel XLS from T-SQL using UNC

    You have to explicitly close the object after creation before you destroy the Connection if you are going to update it in the same SP.

    Simply add an 'Object.Close' line.

    Been there, done...

  • RE: Make SQL Server 7.0 listen to multiple Ports

    Yes, I was referring to TCP/IP ports. I've seen the referenced KB article, that's how I knew you can do it in 2000. The client network utility in...

  • RE: MSDE

    You simply Generate Scripts for the database and run them against the MSDE install. There are very few things you can't do in MSDE. They mostly involve server...

  • RE: Register same SQL Server more than once in EM

    I didn't set out to do this, but I have the same server registered by it's machine name and it's IP address. I did it initially to reach the...

  • RE: QOD 9 Dec 03 - Users

    We have a very distributed app (individual companies hit a shared database hosted in our office - the database is a trading platform for work). We actually DO have...

  • RE: Notes about PASS 2003 and Other Stuff

    Thanks Andy, It's always great to hear about the conventions from someone who actually went there as a paying customer, rather than from someone's PR machine. I'll be at...

Viewing 15 posts - 136 through 150 (of 211 total)