Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wyldsider

    Locating SqlServer for installation

    Okay, here is an interesting question that I haven't seen posted here before. We have an application that is getting close to completion, and I have been tasked with making sure the install program is up to snuff. So in the process of defining what is needed to install the server portion of...
  2. wyldsider

    Help with 80004005 error on one machine.

    Okay, can you be a bit more precise on what I can look for? Any kind of reference to how to fix it? thanks in advance, Jack Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  3. wyldsider

    Help with 80004005 error on one machine.

    Okay, background first. We have an application that is working fine on 99% of the machines we have tested it on. There is one machine, called Norm, that seems to be really stubborn. (No relation to the cheers character of course.) The connection string I am using is...
  4. wyldsider

    Is null implicitly inserted as value on nullible columns w/no default?

    Actually, not to mix words, but as NULL implies the absence of any value, wouldn't it be more correct to say that no value is stored so that the "value" of the column remains NULL? cheers, Jack Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  5. wyldsider

    clock

    For our sake, we all downloaded D4Time, a freeware program, and installed it in the Startup Folder. It syncs to the national atomic clocks and keeps things nice and steady. cheers, Jack Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  6. wyldsider

    Problem connecting to SQLServer after network reorg

    This is going against MSDE. I develop using a developer's edition of SQL Server, so I have the tools here, but not on that machine. My copy of EM cannot seem to connect up to that machine, it gets the same error as if I am trying to do a normal connection. When I install, I do: setup.exe...
  7. wyldsider

    Problem connecting to SQLServer after network reorg

    Nope, goes straight to the machine in question. We are also having problems from some machines access a data drive on the same computer? Perhaps a SOCKS or PDC problem? cheers, Jack Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  8. wyldsider

    Problem connecting to SQLServer after network reorg

    Would blocking the port happen if you were trying to access it from the other side of the router, or the inside. Basically, there is my machine (as an example) and the server machine. They both use the LinkSys to shove packets around, but I would have assumed that port 1433 would only be...
  9. wyldsider

    Problem connecting to SQLServer after network reorg

    IP traffic to the machine is fine. Pings work, and network traffic seems to be fine. It only seems to be this one machine that is having a problem. We have 5 2K machines in the office, and this seems to be the only one with this problem. Jack De Winter Software Developer MedTel Software...
  10. wyldsider

    Problem connecting to SQLServer after network reorg

    long and short of it is that we went from a network where we had a proxy server as our gateway (no PDC) to using a LinkSys router as our gateway. Before, everyone was able to log on to one of the computers running SQLServer 2K (MSDE) and now no one can unless they are on that computer itself...
  11. wyldsider

    Problems with 2K and XP mix on network without PDC.

    HI... we have a small shop here where we don't actually have Win2K Server acting as a PDC. We were using a proxy server, but that had network problems so we replaced its functionality with a LinkSys router that seemed to be doing everything that we needed. Before, when using the proxy server...
  12. wyldsider

    How to assign BLANK date?

    Here is an associated question then. We end up using ADO to map to a SQLServer 2000 database, and it works very well. However, we find that SQL Server uses 1900-01-01 for a base date and COleDate uses 1899-12-30 for a base "zero" date. Has anyone else had these kinds of problems...
  13. wyldsider

    summertime/wintertime change

    What we have done here to get around the problem is to store the UTC (Universal Time) itself, and then using the windows routines to translate into the local times. Now, we enter most of our times manually, so this is an option to us. Is there a way to tell SQL Server you want to add a UTC...
  14. wyldsider

    How to Schedule a Backup? (not a maintenance plan)

    Is there a way to schedule these from direct SQL queries, for those of us programming against MSDE? Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  15. wyldsider

    controling memory usage by SQL?

    For those of us that are trying to do the same thing using MSDE, is there a MSDE solution involving SQL queries that could achieve the same result? Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  16. wyldsider

    Connection problems using MSDE2000

    When I did this, I actually went back, uninstalled the server and reinstalled it with the SECURITYMODE=SQL on the setup line. Was documented in the MSDE 2000 download page from www.microsoft.com/downloads/ hope this helps, Jack Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  17. wyldsider

    send mail in place of somebody else

    The proposal, while interesting, does not address the problem of making sure that you can identify "who" sent it, just "which" server sent it on their behalf. SMTP is a transport mechanism that works by sending mail on to closer hops to a persons home mail server. Because...
  18. wyldsider

    send mail in place of somebody else

    To verify who it is, different from who it appears to be from, you need some kind of authentication mechanism or digital signatures. There is no way around it. Jack De Winter Software Developer MedTel Software www.medtel.on.ca
  19. wyldsider

    SQL Performance Issues

    Good ideas to check into... here is what I found by doing some high level debugging. We have a database that is modelled after what we have in memory for the objects, so we have a User, that is a Person, that is an Object, so when we add a User, we add a Person and Object as well, all with the...
  20. wyldsider

    SQL Performance Issues

    A quick question for the performance gurus out there. We have an application that we have ported over to SQLServer 2K, and the reads seem to be happening pretty quickly now. For the most part, we are about 98% reads and 2% deletes and updates, so getting the reads optimized was pretty high up...

Part and Inventory Search

Back
Top