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 strongm 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. marsss

    Borland 5.0A & winsock2.h

    I did figure that my project is built as 32bits, and that s why it doesn t support the 64bits stuff in winsock2.h
  2. marsss

    Borland 5.0A & winsock2.h

    Hello, i m use to work with VS6+ when I work with socket, but I got a project stuck with Borland 5. I m trying to use winsock2.h, but i m having some problem to get it work. Since I didn t had anything bout winsock2.h within my Borland file, I did try to find something bout it for Borland but...
  3. marsss

    Convert Insert to Update inside a trigger

    Great! That is exactly what I was looking for Thx you
  4. marsss

    Convert Insert to Update inside a trigger

    Hello, wounder if anyone have already try it. I have some software doing insert in a table and it can t be change to make an update. I would catch these insert within a trigger on my table, and turn this insert into a simple update. But I can t find how to deal with rollback transaction to...
  5. marsss

    exception occurred TSQL subsystem

    Anyone can tell me what can trigger that kind of error on a planified task? Executed as user: NT AUTHORITY\SYSTEM. An exception occurred in the TSQL subsystem. The step failed. SP executed in my task run every 2 minutes since a while and haven t be change at all. Task got freeze I wasn t...
  6. marsss

    Optimize Left join query

    Hello, I would like to get some help to optimize a query. Problem is mostly due to slow speed it go. Since it s put into a view, i dont want to put a where clause for the "datetime" and lets the user put it when he call my view. But without this where clause, my query run real slow. With the...
  7. marsss

    Stored Procedure doesnt finish

    Thx SQLBill didn t had SET NOCOUNT ON That fixed my problem thx much
  8. marsss

    Stored Procedure doesnt finish

    Hello, i m having a weird problem and can t find a solution to fix it. I have a stored procedure which run ok with my Query Analyser. It do take around 3-4 sec When I call it from VB with my ADODB.Connection, it look like to stop in the midle of the process. Even if i setup commandtimout to 0...
  9. marsss

    voice-port problem

    Do IOS upgrade give some trouble with current configuration, such I need to fix some stuff after upgrading (even worst re-program everything) ? Thx again for help btw, much apprecied
  10. marsss

    Cisco 1700 ARP table corruption

    By corrupted I mean : ARP table show IP address correctly But mac address show as "Incomplete" instead have the mac address And LAN interface (which receive all gateway request) is a FastEthernet interface. Ethernet one is on Internet side
  11. marsss

    voice-port problem

    Cisco 3640 Cisco 3620 Also have a Cisco 2610 I did read some and saw some stuff speaking about router memory, would these router have enought memory if i upgrade these IOS? THx again
  12. marsss

    voice-port problem

    I did found my way to "IOS Upgrade Planner". I have no problem to choose my cisco model (3640 or 3620) then IOS release (12.2(31)), but I m realy confuse about the feature set I have to get How can i figure it from IOS currently running in my router?
  13. marsss

    voice-port problem

    Ok thx alot. I ll look ahead to upgrade these IOS
  14. marsss

    voice-port problem

    IOS (tm) 3600 Software (C3640-JK8S-M), Version 12.2(19b), RELEASE SOFTWARE (fc3) IOS (tm) 3600 Software (C3620-JK8S-M), Version 12.2(16f), RELEASE SOFTWARE (fc1) How "Software Bug Toolkit for relevant bugs" work excatly?
  15. marsss

    Cisco 1700 ARP table corruption

    Anyone know what can make my ARP table corrupted in a Cisco 1700. I have a steady 3 mbps full duplex going trough this router and he is main gateway of my network. When his table get corrupted it mess up all my network.
  16. marsss

    voice-port problem

    No one have idea why voice-port get stuck in a bad state after comunication shutdown between router?
  17. marsss

    voice-port problem

    Hello, I'm getting a weird problem with my cisco 3640. I have some voice link between that Cisco 3640 and Cisco 3620. What happening, is when the link between these 2 router go down, some interface get stuck in a wrong status and stick with it when the link is back up. Each time that link go...
  18. marsss

    ip precedence VS set ip next-hop

    Thinking about it again, mais precedence tag still on each paquet, which wouldn't make sense to retag everything. i got my own answer heh, sry to bother
  19. marsss

    ip precedence VS set ip next-hop

    Hello, i reading trough someone router configuratin and i try to understand something. There is multiple link going to trunk then splitting again. Each link between start to the trunk use IP PRECEDENCE to priorise voice VS data. Its the same after the trunk. The thing that is unclear for me...
  20. marsss

    [QoS] policy-map VS priority

    I ll give it a try at benning of next week. Might try to put priority 1 on traffic for 0-640kbps for all class. Then priority 2 on traffic for 640-1.5mbos for last 2 class and finaly, priority 3 for 1.5-3mbps. That way, maybe i ll be able to garanty at least the first 640kbps for...

Part and Inventory Search

Back
Top