Hi All,
Is it possible to retrieve information about the PC(such as Modem, Disk Space, Software installed etc) using SQL server?
I need to collect and analyse the information from many PCs (MSDE has installed on each of them). We have try to run "msinfo32" and then save it to text...
Hi,
My question is : how to compare some date with sysdate and if the difference more than 10 days, delete those records.
I've create the trigger and following script supposed to do this but it does not.
if (sysdate - :old.trans_date_time)<10 then
RAISE_APPLICATION_ERROR(-20000,'Cannot Delete...
Hello,
I have gote a problem to connect to database. When I try to open SQLPlus8 or Enterprize Manager using username "system" and password "manager" it produce error :no listener found or cannot resolve service name. This server and databases were created long time ago by...
My questions is:
Is it possible to establish connectivity between MSSQL server and
'NON MSSQL Server(for web application) programmatically. We can do it manually (Control Panel/ ODBC data sourse/System DSN) but we need to do during the installation process. Another words, is it possible to...
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.