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

    DTS Export from tabelXPTO to file and then update tableXPTO

    hi ppl, i'm trying to design a dts that does the following: 1st - select COD,NAME,PHONE from TABLEXPTO where SENTFLAG=0 2nd - write thoose records into a file expfile.txt 3rd - if the writing of the records runs well then update TABLEXPTO set SENTFLAG = 1 and SENTDATE = getdate() where...
  2. y3by

    limit cpu usage by replication process

    hi ppl, I've created a db and defined replication with more than 30 MSDE on a VPN. the db is in a double PIII XEON with 1.5 gb memory every thing works fine but when ever i update more than 30000 records... then machine starts replication and the processor goes up to 100%... until replication...
  3. y3by

    kill process by name not by pid

    hi ppl, i need to kill an application in all pc's on my network. to do that machine by machine is a very hard work... i need to do something like this > kill applicationX in machineY if i have a command that does that, i can make a script to kill in all machines... can you help me?!??! thks
  4. y3by

    Using Replication or use DTS to copy data between 3 or more srvs

    Hi ppl, i'm developing a software that uses sqlsrv2k as d.b. we have a srv in our w2k network and some others in some workgroups connected through a VPN, and others connect by modem. i want to have the information on each d.b to be the same. i thought of 2 things, REPLICATION or programing DTS...
  5. y3by

    Find memory information on registry

    hi ppl, i'm trying to develop a script to find machines that have more then XXX MB of memory... for the processor i've found a key "~MHZ" in HKLM\HARWARE\description\system\CentralProcessor\0 but for the memory i can't find any key... i use a lan monitor and registry field i get...
  6. y3by

    Same as DelTree...

    hi ppl, in my organization we have mapped one drive for temporary exchange of files. this drive is a shared folder in fileserver, and it must be cleanned every 15 days. i tryed to create a bat file and put a task to run that bat, but i want to delete files and subfolders inside that folder and...
  7. y3by

    boot diskette with network support

    hi ppl, i've used ghost to make a image of a w2k disk. this image is bigger than 800mb,and so i cann't put it on a cd. my idea was put the image in the network and boot from a floopy with network support. my problem is how can make such disk. any one can help me!??! tks!
  8. y3by

    w32/elkern.cav.c this is the bad boy i want to kick him

    hi ppl, w32/elkern.cav.c is infecting some of my pc's... i found a software "stinger" that help me clean in some pcs... but in one machine i keep getting a msg from vshield detecting the virus... i have vshield 4.5.1 sp1 engine 4.1.60 and virus defenitions 4.0.4244 the msg is that i...
  9. y3by

    Environment Variables and Big Profiles

    Hi ppl, we're facing a problem with big profiles. some of our users need to use a lot of internet... one of our problem's is the temporary internet files are stored in \documents and settings\%Username%\local settings\temp (don't know the correct sintax but i think you understand) to reduce...
  10. y3by

    naimserv2.exe take full control of cpu server

    hi ppl, today and yestarday by the same hour, my w2k domain server crashed because naimserv2.exe take full control of the cpu 98% to 100% i do not know what may caused this... if anyone can point me a way to find the problem i'll be :)) i cheked for any update task programed at this hour... for...
  11. y3by

    Changing pc name, Local Sql Server becomes Corrupted

    Hi ppl, i need to change the name of my pc from xxx to yyy, my pc is in a domain DDD, and i'm using winXp pro... i also have a local sql server upgraded from 7.0 to 2000... when ever i try change the name of the pc, after the restart and before ctrl+alt+del i get a msg on the screen saying...
  12. y3by

    Software to do inventary

    hi ppl, i'm trying to do an inventary of the machines in my organization. i need to know processor, memory, disc size. is there any software that i can use to help me in this boring job. i'can do almost every thing manualy.. but finding the processor is the most dificult... the machines are...
  13. y3by

    missing mssp3pt.dll

    hi ppl In my organisation , i've a pc that gives me an error in word, and closes the aplication... the machine is a w2k pc with office XP... i saw the event viewer and find the following message "Faulting Aplication winword.exe version 10.0.2627.0, faulting module mssp3pt.dll version...
  14. y3by

    missing dll

    hi ppl In my organisation , i've a pc that gives me an error in word, and closes the aplication... the machine is a w2k pc with office XP... i saw the event viewer and find the following message "Faulting Aplication winword.exe version 10.0.2627.0, faulting module mssp3pt.dll version...
  15. y3by

    can't find pc in Ms windows network

    Hi ppl there is something strange hapenning in my organization... we have some w2k machines that aperar in AC , the user is validated in the domain, but when we do a search on the ms windows network, the pc don't apear... but if we do \\pc002 we can access to the machine... another curiosity...
  16. y3by

    serial truedbgrid5

    hi ppl i need to find a serial number for truedbgrid5 can any one point me where to find it!?
  17. y3by

    passing table name as parameter in a stores procedure

    hi ppl , i'm trying to do a sp that does the same thing in 4 diferent tables... the best was to create a sp, where the table name is a parameter... what is the syntax to do that i've done something like this create sp_insertX (@table, @Cod, @descr) AS DECLARE @ErrorCode int DECLARE @Result...
  18. y3by

    software to find replicated files!!??

    Hi ppl is there any software to find duplicated files in my file server!? or is there any any to do it in the search tool of 2wkSrv !?!? can you point me one nice!??! thnks
  19. y3by

    why they are not there!?

    hi ppl yesterday i was managing my network pc's, i've look in my active directory\computers and the machines are all there, as far as i looked, but and there's always a but, when i look at my network places in microsft windows network not all machines are there... if i do in the explorer...
  20. y3by

    password!?

    hi ppl in my project i'm using sqlserv2000 to suport my bd and my project needs to store users passwords but i dont want to write it on the db as they type... i want some kind of encriptation.. there is any way to do that automaticly!? or did i have to write a vb function to encript it!??! can...

Part and Inventory Search

Back
Top