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 bkrike 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: Palooka
  • Content: Threads
  • Order by date
  1. Palooka

    Accessing a spesific server behind loadbalancer, WebSEAL

    I'm trying to get a grip on how the setup here is, and how to access a specific server. I am currently at a new project and have been told that WebSeal is used as both an access manager and a load balancer. When I acces this application, Webseal will forward me to one of two available...
  2. Palooka

    How to *easily* import multiple DTS packages?

    I previously posted this question in MS SQL Server: Programming, but I guess this is actually the right place. I am currently upgrading a system from SQL Server 2000 to 2005. At this time migrating from DTS to SSIS is not an option. Thanks to Nigel Rivett and his excellent...
  3. Palooka

    How to import multiple DTS packages?

    I am currently upgrading a system from SQL Server 2000 to 2005. At this time migrating from DTS to SSIS is not an option. Thanks to Nigel Rivett and his excellent Save-all-DTS-packages-to-files-script I now have all my 63 DTS packages saved as .DTS-files. Now I am looking for an easy way to...
  4. Palooka

    Move code to web.config

    Hi, I currently have a class that extends from System.Web.Services.Protocols.SoapHttpClientProtocol where I set the Timeout property: public class foobar : System.Web.Services.Protocols.SoapHttpClientProtocol { public foobar() { this.Timeout = 10000; } ... } I would really like to...
  5. Palooka

    How do I return a sorted top ten list?

    Hi What I want to do is something similar to this: select * from employee where rownum < 10 order by startdate desc However it seems that rownum supersedes the order by part of the query. What I want, is to have ALL the records sorted first, and then present the &quot;top ten&quot; of...

Part and Inventory Search

Back
Top