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

    Relocating PDC to another subnet

    Hello everyone, I currently have a PDC in 172.21.178.0/24 subnet I plan on moving the PDC to 172.21.216.0/24 subnet Is there anything I have change other than the IP and update the AD sites? Please advice Thanks in advance -Jaime
  2. jmandiaz

    How do i configure/setup OMA

    Hello Everyone, Can someone please point me in the right direction. I'm trying to configure-setup Outlook Mobile Services. However when i attempt to add the mobile carrier (verizon there's a field that contains smtp domain. How do i go about attaining a domain? do i have to purchase the service...
  3. jmandiaz

    How do i configure/setup OMA

    Hello Everyone, Can someone please point me in the right direction. I'm trying to configure-setup Outlook Mobile Services. However when i attempt to add the mobile carrier (verizon there's a field that contains smtp domain. How do i go about attaining a domain? do i have to purchase the service...
  4. jmandiaz

    SQL Syntax

    Hi guys, i have a table named transactions the table has the following fields businessdate, calendardate, acctnbr, cashin, cashout. i'm trying to query all acctnbrs that have the sum of cashin and cashout >= 3000. What would the syntax be to return the data i'm looking for. Please advice and...
  5. jmandiaz

    Joins (sql)

    Hi Guys, can anyone tell me why i can not pull all the data from two tables please see below: SELECT Bsa.Nameline1, Bsa.Accountnumber, dbo_Accounts.AccountNumber FROM Bsa RIGHT JOIN dbo_Accounts ON Bsa.Accountnumber = dbo_Accounts.AccountNumber; SELECT Bsa.Nameline1, Bsa.Accountnumber...
  6. jmandiaz

    SQL BOOKS

    Hi Guys, do you guys have any recommendations for good ACCESS books or links with examples of SQL? Thanks in advance
  7. jmandiaz

    Screen Savers

    Hi Guys, Is there a way to setup a policy for the clients to automatically check for "On Resume, Password Protect"?
  8. jmandiaz

    computer names display as computername$

    Hi Guys, I was reviewing some security logs and i noticed that user name was being displayed as computername$. Does anyone know what this means? Thanks in advance -Jaime
  9. jmandiaz

    XPSP2 Firewall Policy

    Hi guys, I'm having the following problem. I deploy XPSP2 on my clients if the system has NOT been added to the domain i'm able to turn on and off the firewall but when i added to the domain the option is grayed out. Under control panel -> firewall i have a message that reads "For your...
  10. jmandiaz

    Literals and SPF

    Hey Guys, I'm trying to setup my server to accept domain literals. Does anyone know how his can be done? I'm also trying to add and SPF record do i add this on my MX record? I tried going into the SPF website and it walk me throught it but i didn't really understand if what was genarated was...
  11. jmandiaz

    Count & Sum

    Hey guys i have a table with the following information. 000-secure 1000 000-secure 1000 000-secure 1000 000-secure 1000 000-secure 000-secure 001-unsecure 001-unsecure 001-unsecure 001-unsecure 002-insecure 002-insecure I want to be able to display the...
  12. jmandiaz

    SDK directory

    Hey guys, I'm trying add a disclaimer to my exchange box. I'm running 2003 SBS. I found the following article on microsoft URL 317680 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317680 The article refers back the SDK directory but i can't find it under the exchgsrv directory. I've...
  13. jmandiaz

    syntax

    Hey guys, Can some please tell me wha the correct syntax is erase the existing configuration of the router or can some one tell me how to reset it to factory settings? Thanks in advance -Jaime
  14. jmandiaz

    File Names (policy)

    Hi Guys Can some one tell me if the following is possible? I would like for my users to have a standard naming convention for files placed on the server for example mydoc08-31-04. If the file does not have date stamp on it then i want to deny permission for placing the file. Can this be done via...
  15. jmandiaz

    How do i query flat files

    Hi guys, Is there a way for me to query a list of flat files? If so what would be the best way to do it? thanks in advance -Jaime
  16. jmandiaz

    How do i delete a text box

    Hi Guys, I have a document that is full of text boxes around the paragraph. I've been unsuccessfully trying to remove the text boxes by highlighting them and hitting my delete button when i do that the whole paragraph gets deleted. Can some one tell me the correct way to delete the text boxes...
  17. jmandiaz

    Brain Storming

    Hi Guys, I have stand alone table with the following fields. taxid-acctnbr,name,currbal I want to be able to query the table for every relationship over 100k. for example john doe has 4 accounts with 25k i need to be able to display john doe. what would be the best way do this. Thanks in...
  18. jmandiaz

    Date Range and sum

    Hey Guys, I'm trying to find the correct syntax to do the following. I have an employee table that holds vacation info.. I want to be able select a date range for example in Oracle SQL it would be something like select empname,vacation_date from emp where vacation_date between '04-jun-01' and...
  19. jmandiaz

    Record count

    Hi All, I need some help here. I have one table with about 20000 records. The table contains source ip address and destination ip address along with source port and destination port. I want to be able to enter an ip address have the query return how many times the IP address that i entered is on...
  20. jmandiaz

    How can i add multiple entries for a record?

    Hi guys, Does anyone know how to add multiple entries for a record? I'm trying to accomplish the following: I've created a table called sick time I want to be able to track how much sick a certain individaul take I'm not to sure if it would be easier to allow multiple entries for a record...

Part and Inventory Search

Back
Top