Search results

  1. J

    Community server error.

    But the question on how it got corrupted remains, and reuploading didn't fix anything. I didn't touch any files. It seemed to break on its own. Well I realized they changed the database ip. I wasn't using DNS. Nice.
  2. J

    Community server error.

    I was running Community Server on my site and all was working. Then sometime last night I an error for no reason. It's an error with a sitesurl.config and says it may have extra invalid characters. I've noticed that somehow I've gotten extra characters in some files before using the online...
  3. J

    frustration from coding / acceptable % of failure?

    Hmm best bet is not to be an optimist if your a programmer. Pessimism all the way. That way you don't get discouraged. :] All programs will have bugs. Period. The best bet against them is to design well and have lots of testing.
  4. J

    Installing a CMS

    Mambo does look cool. I just found it, I also saw Drupal. But I'm not partial to PHP so I tried DotNetNuke which seems really cool. Not quite as established as the older CMS's though.
  5. J

    Web wiz access database

    Whoa anything above my root folder is secure? Cool good to know.
  6. J

    Enterprise Manager docs anywhere?

    Yes I use Ent Manager and Query Analyzer all the time. Also Check msdn for the docs.
  7. J

    MUD's

    None one tries to run a MUD? Bummer. How about just opinions if you play any?
  8. J

    Table of ASP.Net Shopping Cart options

    Does the asp.net commerce starter kit fit the criteria the other ones have? http://www.asp.net/Default.aspx?tabindex=8&tabid=47
  9. J

    Randomly SELECT a Result using SQL Quiery

    How about these articles? http://www.sqlteam.com/searchresults.asp?SearchTerms=random+select
  10. J

    MUD's

    So no way to schedule things in windows? Guess it doesn't matter I can't get it to work anyway.
  11. J

    MUD's

    I want to install a mud on my site. Does anyone have any running? If so what ones? This is the one i'm trying to install http://qmt.ath.cx/ I think its like earth from www.swirve.com It needs PHP GD library 1.8 adn a cron job or scheduled task to run the turns page. I don't know if...
  12. J

    MS SQL Procedures List

    Get this http://www.microsoft.com/sql/techinfo/productdoc/2000/
  13. J

    Zone Alarm Security Suite and Hsphere

    Yes I did. Then I switched to Kerio. But I think that one did it too. I had to set it as a trusted site. Or turn it off.
  14. J

    Transaction log

    Thats probably what i did. I don't remember its been a while. I sent a ticket in to do it though.
  15. J

    Transaction log

    Ya I had this problem too. I either did it manually, but I think I had them change my backup to basic or something so it would truncate the trans log everytime a backup was done. It should have done this anyway. So I don't know the best action.
  16. J

    SQL Error

    1GB? you have that room? Could set it to grow. The trans log is supposed to shrink itself after a full back up. Which happens every night I think. Just need to find your happy medium, not to big and not to small.
  17. J

    SQL Error

    You can truncate it in query analizer with BACKUP LOG databasename WITH TRUNCATE_ONLY
  18. J

    How Long to Load

    Its all the dang DB's that load. Once it has them reconnecting is quick. Query Analizer only connects to the DB you have permission to though.
  19. J

    Just curious how many people run DNN

    I am and ASP.NET forums 2 or communityserver forums now. And .text. I'm looking forward to when they are all integrated together. My site is www.jiltedcitizen.com I see a bunch you you had some problems getting it running too, glad to know I'm not the only one.
  20. J

    How to empty MSSQL database log file?

    You can run this command in SQL Analizer backup log <database name> with truncate_only This will truncate your transation log. This should happen during a backup
Back
Top