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 strongm 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: *

  1. alonak

    How can i find difference between 2 procedures

    i want to write a scipt that comape two db - to find procedures that are not the same. i wrote somting that compare column text at syscomment table and it's work good on small procedures but not on long once. if some one have an idea or thing like ??? thanks Alon.
  2. alonak

    how do i login to SQL !!!!!

    in my asp file there is a conection to sql server set c=server.createobject("adodb.connection") c.open "dsn="MyDsn";" i have a problem to login to the sql !!! how the line is going to add user & password how do i edit : c.open "dsn="MyDsn";&quot...
  3. alonak

    i want to konw my ip internet address

    i'm working throw a router , and i what to know the out internet address by vbscript. now i'm checking it throw the web (whatismyip.com). thanks Alon
  4. alonak

    is there <bios.h> ????

    i saw in some codes the header <bios.h> but i can't find it in my include folder , is there somting like that ????? and if there is where can i get it ?????
  5. alonak

    how can i write to serial ports

    how can i jumper to pins in com1\com2 i need to close an electric sircute with two pins thanks a lot !!!!
  6. alonak

    How to run a batch file from vbs

    i want to run a bach file in my script , how can i do it ??? Thanks
  7. alonak

    How can i run c:\mssql7\binn\osql.exe with parameters

    How can i run this line in vbs , it's works fine from the command line. c:\mssql7\binn\osql.exe /U sa /P /i restore1.txt Tanks .
  8. alonak

    backup/restore from sql by scripting

    how can i connect to sql server by vbs code and how can i backup or restore from a code should i use this sql scripts: BACKUP DATABASE [NORTWIND] TO DISK = N'C:\MSSQL7\BACKUP\NORTHWIND1' WITH NOINIT , NOUNLOAD , NAME = N'NORTHWIND1 backup', SKIP , STATS = 10, NOFORMAT RESTORE DATABASE...

Part and Inventory Search

Back
Top