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 SkipVought 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: admdev
  • Order by date
  1. admdev

    SQL Server CPU Usage

    Last field on the select statement (q.[text]) Below is an example of one. There is more code after the line I provided, but it is too long to post here. CREATE FUNCTION [dbo].[udf_GetLineResourceTime] Thanks.
  2. admdev

    SQL Server CPU Usage

    When I ran the code below, I noticed many UDF (User Defined Functions). Do UDFs take a lot of resources. By discusing it with the developer, I learned that most of the work performed by the application uses UDFs. Is there anything that can be optimized for this purpose? Thanks...
  3. admdev

    SQL Server CPU Usage

    Thanks for the reply guys. I am running Windows 2003, SQL 2005, 2GB of RAM, and the server has an Intel Xeon(Dual Core). I looked at the processes and it is in fact the SQL process using the CPU. Thanks.
  4. admdev

    SQL Server CPU Usage

    Hi all, Hope somebody can help with this. I notice that the CPU usage on our SQL server, which is hosting two applications designed in house, is constantly going to over 50 %, sometimes up to 90 %. Is this normal? It is doing it aproximatelly every couple seconds. Thanks in advance for your...
  5. admdev

    New to MS Project 2007 Server/Workstation Pro

    migv1, Thanks for the reply. After googling for Project Server Installations, I found a document called "Deployment for Office Project Server 2007". This document has a step by step process of the installation. One thing though, I do not understand why Microsoft makes things so complicated...
  6. admdev

    New to MS Project 2007 Server/Workstation Pro

    Hi all, Hope somebody can help! I am new to the MS Project and I am trying to install a testing server in our organization. I successfully installed the Project 2007 Server on the server; however, after finishing the installation, it seems like I need to run some additional configuration...
  7. admdev

    Multi Check Boxes

    Thanks for the reply guys! Yes, it is working fine. As Stella740pl suggested, I made the cursor writable and it's working. markros - I tried adding the checkbox to the listbox using the sample here http://support.microsoft.com/default.aspx/kb/157048/en-us before, but I did not like how it...
  8. admdev

    Multi Check Boxes

    Got it! Thank you for your help.
  9. admdev

    Multi Check Boxes

    Hi all, I am just getting back to this project as I was assigned to a different one. I added the check box on the grid; however, when I click on it, it does not become checked. I am using a cursor as the recordsource for the grid. The field assigned to the check box is numeric and I am...
  10. admdev

    Multi Check Boxes

    Thanks guys for the reply. I tried the image on the list some time ago, and it looked fine only to certain extent. I will be trying the check box on the grid. Thanks.
  11. admdev

    Multi Check Boxes

    Thanks for the replay guys. What I am trying to do is add check box objects to a form or control based on the number of records I select from the database table. Stella740pl- what you suggested with the grid sounds like a good option. How do I add the check box to the grid. I remember I did...
  12. admdev

    Multi Check Boxes

    Hi all, Hope somebody can help. I am building an application, which has a list box populated with records from a database. The list has only one column. Now, what I want to do is build the same list but create a group of check boxes. In other words, a check box per database record. I already...
  13. admdev

    Update the grid from a different form

    Thanks guys for your suggestions. Imaginecorp- Before posting this questions I was already doing exactly what you suggested; in other words, passing form A as a parameter to form B. I was also passing the form A datasession ID as a parameter to form B. The problem I was facing and that is why I...
  14. admdev

    Update the grid from a different form

    Sorry guys for not describing everything from the begining, but I wanted to make the question as simple as possible. Thanks for all the suggestions you guys provided. I really appreciate it.
  15. admdev

    Update the grid from a different form

    I agree with you Imaginecorp. That is why I am trying to use a different aproach. Here is how I am doing it. 1. On the Init event of form A, I am creating the cursor which is the RecordSource of the grid on form A. 2. A command button on form A calls form B sending a few parameters. Among...
  16. admdev

    Update the grid from a different form

    dgrewe, I already tried with sending the data session as a parameter to form B and it works. The problem is that within the same method I have to access the form Bs data session, which I accomplished by setting the data session back to the data session number of the form, right after updating...
  17. admdev

    Update the grid from a different form

    Thanks guys for the reply! dgrewe- I was trying what you suggested, but the grid was not updating. Here is what I am doing. 1. Creating a cursor in the Init event of form B. 2. Inserting the data I need from form B into the cursor. 3. Assign the cursor to the grid.RecordSource. 4. Refreshing...
  18. admdev

    Update the grid from a different form

    Hi all, Hope somebody can help me with this. I am trying to update the grid on a form from another form. In other words, say form A has a grid. Form A calls form B, then form B updates the grid on form A. Any help would be appreciated. Thanks.
  19. admdev

    Cannot Access Shares On Windows XP

    Thanks guys! I will try that.
  20. admdev

    Cannot Access Shares On Windows XP

    Hi all, Hope somebody can help with this. Does anybody know what I need to do to the Windows firewall in order to be able to access a remote workstation? In other words, I do not want to completely turn it off, but as an administrator be able to access all its resources. You know, be able to...

Part and Inventory Search

Back
Top