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

    visual source safe migration question

    how can i export a project from vss 6.0 to vss 8.0, not the whold database just certain projects. thanks in advance
  2. bcardona

    grap text from querystring

    how can i grab or search querysting for just http:// i.e if the querystring was http://www.google.com, i want to search the string for just http://. thanks
  3. bcardona

    uncommented stored procedure help

    we are using sql server 2005 and im not familiar with stored uncommented procuedures, i was just handed and have no idea how to create or run it, any help is appreciated, i included the entire code. DECLARE @PID DECLARE @LOCKS TABLE ( spid int, dbid int, ObjId int, IndId int, Type...
  4. bcardona

    not sure of forum to ask about sql server and ecometry

    does anyone here or know of a forum to ask about ecometry.
  5. bcardona

    delete issue when sending multiple values

    if i send one value everything is fine, i.e. delete whatever from table where value ='100' now if i send multiple values i.e delete whatever from table where value = '100','101','102' and so on, here is the actual results, delete id from table where CAST(id As varChar(200)) ='88501, 88534...
  6. bcardona

    popup windows using div

    how can i have a new window open in a div tag, i.e. i want test.asp to open in a new window, i can get am image to display but not a page, i have included the code. i dont think i have the syntax right. <DIV TITLE="header=[] body=[<link='/test.asp'><br><img src='/images/image.gif'> fade=[on]...
  7. bcardona

    layers moving

    does anyone know how to keep the position of layers regardless of screen resolution, i use the div tags to position a textbox on an image, i.ex. top200 left 200, but when i make the screen smaller the textbox/layer is totally off alignment, not sure how to keep it in the same spot all the time.
  8. bcardona

    calculating percent from total

    it has been a while since i did this and dont remember, how to take say 10% of a total price, your help is appreciated
  9. bcardona

    logon script that determines if user has domain admin

    i am wondering if any knows how to or if it is in active directory, to determine when a user logs on if he/she has domain admin rights.
  10. bcardona

    xp and dst one hour ahead

    we had something weird happen, some xp machines and 2 2003 servers have their time actually 1 hr ahead, our domain controllers are fine,windows 2000 are fine, we noticed that if you uncheck the automatic adjust for daylights savings time in the adjust date/time the time goes back to the correct...
  11. bcardona

    force password change in active directory

    i need to force users to change their passwords every so many days, i set it computer configuration,password policy in the group policy but that didnt work. any ideas.
  12. bcardona

    exporting into excel in .net

    i can export my web page into excel fine in office 97, but when it is blank when using office 2000, any ideas? thanks
  13. bcardona

    dhcp release question

    is there a way to force client pc's to relase dhcp without having to goto every pc and do a release/renew.
  14. bcardona

    transfer zone files

    is there a way to transfer all zone files from one windows box to another, i have to replace my secondary dns server, and would like to copy all the zones from the current secondary to the new one, just not sure how. they are 2000 server boxes.
  15. bcardona

    rotate log files

    i was told that i had to rotate log files because one was getting to big, but im not sure how to do that. im using red hat adv.2.1, any help is apprecitated. thanks bc
  16. bcardona

    filesystem error on boot

    i get filesystem doesnt match LABEL=/var and it wont boot any ideas, also on my backup linux box it freezes when to many files are open, how can i increase the max files thanks
  17. bcardona

    windows update server

    we upgraded from a windows 2000 update server(SUS) to 2003(WSUS), i keep getting an error message that says not yet reporting, any ideas or suggestions. thanks
  18. bcardona

    webserver on linux running asp

    i want to start running asp pages on linux, not sure the best way and what software to use, any ideas or suggestions greatly appreciated. thanks
  19. bcardona

    disabled accounts in win 2000 pdc

    i cant figure this out, one of our pdc's keeps disabling computer accounts and wont let you log back in unless you disconnect and rejoin the network, any help is appreciated.
  20. bcardona

    no buffer space available

    i am rsyncing our 2 email servers and when i run rsync now it gives me the following error. write failed flushing stdout buffer write stdout: no buffer space available. what does this mean and how can i fix it. many thanks

Part and Inventory Search

Back
Top