Hello all,
I´m using asp.net 2.0 with defaults (pooling and timeout).
Sudently I starting getting locks/deadlocks in my database.
For each locking I run dbcc inputbuffer (spid). I hope this command will return the last sql statment each spid is trying to execute. I get something like this...
Hello,
I need a script to move some records from one table to another table (an history table). I need then to delete the moved records from the original table. Both tables are at the same databases. The fields are the same and the history table doesn´t have any keys defined. To define the...
Hello,
If I close a connection and then make a dispose after that, will the connection pool mechanism works fine?
And if I lose the same connection more than one time? It strange that an error will not be thrown... why?
Thank you
Hello,
Im using net framework 2.0 and Windows 2000 Terminal.
I have a web service that, for each request:
# make an asp call to an external page
# make requests to sql server 2000
At total, it takes about 20 seconds to give a response to a request.
I´m getting many problems like: thread was...
Hello,
I´m getting some random errors while accessing SQL server in my application (VB.net):
1)
ExecuteScalar requires an open and available Connection. The connection's current state is closed.
2)
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool...
Hello all,
I have a service that need to make a call to another service. Because the second service may take sometime to do what it needs to do, I would like service 2 to make a response to service 1 as soon as possible, even if it didn´t finished is work. I think this is not like an async...
Hi,
I would like to know if it possible to make a web reference to a web service dynamically (for instance, having the url in the web.config file)? If we just add a web reference, if the url of the reference change one will need to update the web reference and recompile the application.
Thank you
Hello,
I´m trying different formats on a asp.net project. I realize that if I change the default language on the languages bar, if I then run my application, the language is automatically changed while the project (page) is running. After close it, the language is automatically changed to the...
Hello,
I thought I had understand (sql server) connection pooling but I think I was wrong... I realize that if I start a connection, from an apllication and if I than stop the application and open it again and establish a connection, the first connection that was openning will not be used...
Hi,
I´m trying the folder redirection features to the my documents folder. I have created a share at the server, I even gave full control to the everyone group on that share, however the folder is not being redirected.
I set the redirection to a GPO in an OU. The user is using XP and belongs...
Hi,
In the administrative tools on a win2003 dc machine, what is the difference between "Domain security policy" and "Domain controller security policy"? Desnt´both edit the default GPO for the server?
Thank you
Hello all,
Another question: After installing Win2003 and after creating an OU, does any GPO will be realted to this new OU, or I need explicitly to define one. For isntance, as far as I know, the domain will have the default group policy assigned (I can see it in the GPO tab). However in the...
Hello,
I would like that someone could explain me these concepts:
What is the purpose of the home folder in the profiles tab of a user account? It is a path to my documents folder?
Does this configuration a part of the redirect options that we can find in a GPO?
Thank you
Hi,
I have installed win2003 server and promoted it to a DC. Then I installed XPPro on another machine and give it an ip address to be able to join it to the domain. Now, I would like to configure the ip of XPPRO dynamically using DHCP of the DC. However, if I set the xppro to get the ip...
Hi,
One of my vmware machines is a Windows 2003 DC. The other (virtual machine) is a win xp machine. I would like to use the DHCP capabilities of the DC instead of those given by vmware. As so, I disabled the DHCP on vmnet. Then I joined the xp virtual machine to the domain (given it a static...
Hello,
I would like to create 2 subnets to practice to a windows exame (each subnet with a Active Directory server). I would like the subnets to work as similiar as possible as if the subnets was created with phisical machines? Waht kind of configuration should I use?
Any site/paper with an...
Hello,
I have an asp page and the resulting html. In this html there is some id fields/info in a table. When selectin a row in a table I would like to call another aspx passing the id and returning a pdf to load in an IFrame. I need to open the pdf in an IFrame because I want to control where...
Hello,
I have a Windows 2003 server. I run dcpromo to promote the server to a DC, the first DC in the domain/forest. The DNS server was also installed.
I have also a wireless router. This router gives access to the Internet and works like a DHCP server: it gives dynamic IP to the server and to...
Hello,
I would like to have an sql query in a storeed procedure that returns some records from a table and then filter those records (after get them from a table) based in a list of values. What is the best way to achieve this?
For now I have this:
select fields from table weher field1=""...
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.