Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SA password
Name: riocat Date: January 3, 2008 at 02:27:21 Pacific OS: winXP CPU/Ram: 1.67/2g Product: CF73
Comment:
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 following command: sp_password NUL, 'newpassword', 'sa' now when I open my web page it can't login I get a server error.
If any one is familuar with this could you please advise of what you di to recover.
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 password have any effect on applications that use sql 200...
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 it via xp workstation. when i click file->new->bl...
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 param to 10 mins for PCs which disconnect unexpectedly...