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...
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...
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...
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...
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 "top ten" of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.