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 IamaSherpa 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: *

  • Users: wawer
  • Order by date
  1. wawer

    how to desactivate Source control on an application?

    Hi folk, I'm working with VSS 6.0 and I've added a web application to Source Control weeks ago. Today I don't want to place this application under VSS Source control any more. can you tell me how to desactivate VSS on my web application? I've tried to uninstall VSS on my Web server, delete SCC...
  2. wawer

    I didn't set working folder

    hi EveryBody, I'm so new with SourceSafe and trying to install VSS 6.0 on my Web Server. My programmers use Visual Interdev to check out/check in files they work. My question is: I didn't set any working folder (I can also see it in VSS Explorer), and my programmers can still work so well. Is...
  3. wawer

    Question about DRAM

    Thank CitrixE for your help. On the mainboard, there are two DIMM banks with two 32M PC100 memory sticks. I've tried to replace them with a 128M PC133 memory stick. The memory test was suscesfull (128M already detected), but on the system configuration page, anything changed. It still displayed...
  4. wawer

    Question about DRAM

    Hi everyone, I've just had a problem with an old computer (with IBM 300Mhz chipset and 64M RAM): when I turn on the computer, it just test memory, it permits acces to Bios Setup, but it is blocked there and can't boot anymore. Some time, with more chance, it can display the next page after...
  5. wawer

    stocked procedure to send mail

    What a nice surprise! Yes, I'm running SQL Server 7.0 and I ignore completly this bug. Thank you so much for the information. I think I'll try to send all the mails in text format in order to economize the 255 precious characters. Thank you.
  6. wawer

    stocked procedure to send mail

    So sorry with my poor english. I'm a french speaking and I've translated "procédure stockée" from French to english and the result was so bad. so sorry. ASPEmail is a .dll you can find out at www.aspemail.com. It's free and it send mail quite correctly from any application (in my case...
  7. wawer

    stocked procedure to send mail

    Hi all, I'm using ASPEmail component inside a stocked procedure (on SQL server 7.0) in order to send to clients. What's surprising is that all the mails sent by this sp have a limited length: 255 characters. I've verified all parameters, they are varchar type and set to 1000. I don't understand...
  8. wawer

    trigger that does'nt register recordset

    Thank you tlbroadbent for your reply. I have found out a syntax error in the trigger. That explains why it did'nt work. thank you very much
  9. wawer

    trigger that does'nt register recordset

    Hello, I'm trying to create a trigger that can send mail for each inserting into a table. The trigger works fine, but a problem: for each inserting into the table, it sends mails then any recordset is registered. I have noticed that for data that do not matche conditions inside the trigger...
  10. wawer

    I'm trying to export data from a AC

    I'm trying to export data from a ACCESS 2000 table to another SQL server 7.0 table with the same table name and to keep a trigger on the SQL Server table working on insert. But it doesn't work. Do you have an idea? Thank you for advices. ;)
  11. wawer

    memory allocation for stored procedure???

    Thank you for the advice. In fact, I realized that I made a mistake: The table name was completely wrong. And it's normal that it didn't work ;)) Thank you
  12. wawer

    memory allocation for stored procedure???

    Hi everybody, I'm writing a stored procedure and a trigger to send mail from SQL Server 7.0. The stored procedure will call an ASPEmail component for mail sending task, and the trigger will call the stored procedure for each new recordset in a table. All of this seem to be working. But the...
  13. wawer

    BOL URL

    Hi every body, Anyone can tell me where should I go to find out the SQL Server BOL? An specific URL? Thanks a lot.

Part and Inventory Search

Back
Top