Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 7,429 total)

  • RE: Disk / File Tuning

    RAID 5 is best for RAID as just reads and still have a good redundancy, if not worried about down time lengths then gain space with RAID 0, just make...

  • RE: comparison tools

    One of these days I have to write the review. I find that the methods in AdeptSQL (http://www.adeptsql.com) and ApexSQL (http://www.apexsql.com) are faster than RedGate (http://www.red-gate.com). I did during...

  • RE: Issue with Dynamic SP

    You have to name your parameter or it will assume it the first parameter is being entered.

     

    Conn.Execute("search_orders_1 @xGroup_Name = '" & request.form("Group_Name") & "'") 

  • RE: DBAs still know whats best for their DB, right?

    That's note fair, most of it's disfunctionality was stolen from EDIT back in the DOS days, now there was a slick no bull OS.

  • RE: Age Limitations?

    However as for those with certs. Unfortunately many of those take prep tests and learn from the braindump sites. So you have a fair number of folks with an idea...

  • RE: .NET and sloppy coding

    Sorry if I came across as saying that a person using the WYSIWYG tools for .NET is a poor coder. Heck I would hate to have to hand code a...

  • RE: DBAs still know whats best for their DB, right?

    That would be a toughy. Fortunately my largest DB got to be 75 GB that I recall and that one I refused to care about except a once a week...

  • RE: .NET and sloppy coding

    I am also a self taught C++'er. In fatc my first project in it was the reason I learned it. It is a server and a client. The entire client...

  • RE: DBAs still know whats best for their DB, right?

    Unfortunately I still am fighting the battle of who has SA access, I have started segmenting people based on needs but since I am a developement group and the manager...

  • RE: .NET and sloppy coding

    Yes, that is what I am saying and I think the originator is getting at. .NET is a framework and in essence is not the root of the problem but...

  • RE: .NET and sloppy coding

    The key thou is the garbage collector only does so much. Some objects can be created and because they are not set to a specific condition the collector doesn't even...

  • RE: Age Limitations?

    Yes they do and in fact you are supposed to stop using the titles as soon as yours expires, but I still run into MCP for Windows WFW (3.11) who...

  • RE: .NET and sloppy coding

    However there are some times when destroying may be too early and much garbage collection code (not all and only around many things like ADO which seem to have a...

  • RE: Removing the time from a datetime database field

    Could be the cache had enough data to perform without reads and the cost could go down. I suggest trying multiple times and see what happens. However thare could be...

  • RE: Age Limitations?

    $125 US a pop. There is a number on the certification site to sign up and ask questions.

     

    http://www.microsoft.com/learning/mcp/default.asp

     

    Look under 

    How do I register for...

Viewing 15 posts - 2,266 through 2,280 (of 7,429 total)