Summary: I changed the SA password for my msde database that interacts with my ASP website. I used the osql command line tool to change the password with the f...
Summary: I am not a sql db manager by any means but I've been asked to reset the sa password for a sql 2005 server. My concern is ...will changing this passwor...
Summary: i just cant connect to my MS SQL server. the server is MS SQL server 2000 enterprise edition (installed in w2k advanced server), and i'm connecting to...
Summary: Here is an example of a startup/shutdown script for Sybase: Code: #!/bin/sh # # Startup script for Sybase SQL server # # # Adjust tcp's keepalive para...
Summary: Our entire company is running Vista surprising well. We received two new workstations this week and when setting the ODBC connections the passwords w...
Summary: I have developed a few reports on SQL Server 2008+VS 2008 and deployed them to the SSRS built in reporting URL (http://servername/reports) During the ...
Summary: I assume you never read the documentation on how to use the mysql_query() function. The mysql_query() function doesn't do what you think. http://us3....
Summary: I don't know what this is, I made a data storage directory but don't know what the rest means... Make the data storage directory accessible by the web...
Summary: yes you can. create the database using a database program. post the database on a web page so that anyone who uses it can access it. ask your website ...
Summary: hi, i am getting below error,any one could help me please ------------ mySQL query error: SELECT m.id, m.name, m.mgroup, m.password, m.email, m.allow_...
Summary: If you are one of the many people trying to import a CSV file into MySQL using mysqlimport under MS-Windows command/DOS prompt, try the following: mys...
Summary: I am trying to use DCount in a report and running into an issue with setting one of the criteria to a string variable. When the report is opened, an i...
Summary: I am trying to connect to a SQL database and it returns the following error when I want to connect SQL Server through the System DSN in Control Panel ...
Summary: I recently bought a piece of software and am having a hard time installing it. The instructions tell me to: 1.create a database on my server(I have cp...
Summary: You can follow the instructions in the MYSQL manual under the heading MYSQL 5.0 FREQUENTLY ASKED QUESTIONS->SECURITY->RESET ROOT PASSWORD. ...
Summary: I am trying to connect to a SQL database on windows 2000 advance server and it returns the following error when I want to connect SQL Server through t...
Summary: Hi, I coded a c program (mysqlc.c) to access the mysql database and dump the results. The program is given below. ====================================...
Summary: I installed MySQL on Vista. The root password I created I lost (even though I wrote it down) but think it was ‘My1SQL’ . When I tried to logon -...
Summary: I want a registration code where user have to enter like username___________ First name_____________ second name__________ Password_____________ confi...
Summary: IIS will enable you to host a website. Install it from Add/Remove programs --> Windows components. Buy a domain name and point it to your Static inter...
Summary: Pretty broad question but here goes: Capture user's loginID and passWord Read from SQL table using loginID as key If found Does passWord match val...
Summary: imp username/password@SID file=C:/FILENAME.dmp fromuser=XXXXX touser=XXXXX ignore=y log=C:/import.log if you start with that command, you will probabl...
Summary: check your services to confirm the expected Oracle services are running ( tnslistener, database ). What do you get when you try to connect with sqlplu...