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 TouchToneTommy 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. jmilne

    IGRP AND EIGRP METRIC CALCULATION

    Metric = [K1 * Bandwidth + (K2 * Bandwidth)/(256-load) + K3*Delay] * [K5/(reliability + K4)] This is the IGRP metric calculation. Defualt values are: K1 = 1 K3 = 1 K2 = 0 K4 = 0 K5 = 0. I quote http://www.cisco.com/warp/public/103/3.html: "If K5 = 0, the [K5/(reliability + K4)] term is...
  2. jmilne

    Complicated - updating fields in multiple rows using return values

    Thanks for replying...funnily enough, straight after I posted I found several articles about user defined functions and have subsequently already converted the stored procedure to a function. It didn't take long after that to write a second stored procedure which calls the function and then set...
  3. jmilne

    Complicated - updating fields in multiple rows using return values

    I work for a housing association as a trainee programmer. Currently I am writing a vb.net program which tracks the progress of our houses from the time a tenant moves out to the time the house is re-let. Behind it is an SQL Server database. The keys of each property are passed from department...
  4. jmilne

    how to set a default printer in code

    I am an Trainee IT Officer who is learning to use Visual Studio.NET (VB mainly). I have been asked to write a module which will take a printer name string as a parameter and use it to set the user's default printer. I have looked everywhere in the help, on web sites etc and have found no...

Part and Inventory Search

Back
Top