Viewing 8 posts - 1 through 8 (of 8 total)
This works. thank you
September 19, 2003 at 10:52 am
Not DSN (ODBC connectivity), but DNS alias that can be assigned to a host name or IP address.
Can I get some more information about client network utility? Maybe this will...
September 19, 2003 at 9:01 am
Right click on the Agent (in EM) and choose properties. Switch to the 'Connection' tab and change SA pwd there.
Hope this helps.
June 10, 2003 at 8:18 am
I would try to change the owner of the database using sp_changedbowner stored procedure.
EXEC sp_changedbowner 'username'
If this does not work, you can try to:
-script all objects in the database
-drop...
June 5, 2003 at 6:58 am
When you run sp_helpuser in the database you restored, does it show associated login name for the user name?
June 5, 2003 at 5:31 am
You can try this:
stop SQL service and swap MDF and LDF files to the original database directory. Make sure the filenames match original database setup in order for master database...
June 4, 2003 at 8:08 am
Our company has over 60 SQL Servers and only 2 DBA's. Even if you automate all the maintenance, monitoring, and patches/service packs, etc., you still need people to support the...
June 4, 2003 at 7:16 am
Viewing 8 posts - 1 through 8 (of 8 total)