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.
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";"...
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 ?????
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.