Viewing 15 posts - 226 through 240 (of 286 total)
In Windows 2003 you can see user name (add "Users name" column from "View" menu). You will see difference if your instances run under different NT accounts.
June 3, 2005 at 7:02 pm
We had similar problems when name server was not avaliable (check DNS or WINS settings).
June 3, 2005 at 6:44 pm
Profiler also shows this information (if you need long time monitoring). Just make sure that you selected "Lock" events to monitor and selected "BinaryData" and "Mode" columns. "Mode" describes the...
June 3, 2005 at 6:34 pm
Yes, this is server name. But this does not look like error's source. It runs withour errors localy on the same server. I guess, error is because of this procedure...
March 16, 2005 at 5:46 pm
If you are sure, that you restored all backups (data and logs), try to run this command in Query Analyzer:
RESTORE DATABASE DB_NAME WITH RECOVERY
February 19, 2005 at 12:51 pm
Kerberos works on TCP/IP, so make sure that in protocols order (connection utilities) first protocol is TCP/IP and second - Named Pipes. When I tested accounts delegation I could not connect until...
February 19, 2005 at 12:35 pm
Open "Users" folder for this database and check if this account (login) is mapped to "dbo" user. If yes - fix it with procedure sp_changedbowner.
February 19, 2005 at 12:26 pm
I am not sure about clusters, but usually MS DTC installation in Windows 2003 server avaliable from "Control Panel" -> "Add or Remove Programs" -> "Add/Remove Windows Components" -> "Application...
February 9, 2005 at 4:29 pm
What are SQLSEREVER and SQLSERVERAGENT services startup accounts? Local user, system or Domain account? And does this account has access to that web server? Can you give some information about...
February 4, 2005 at 11:46 am
You need to backup log more often, try to do it several times a day. It depends on frequency of modifications in your database.
February 4, 2005 at 11:05 am
If you installed samples on SQL Server installation there are samples:
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\Dtstasks\DTSCopyDatabase
Another way to run any DTS package from program or script - save package as file, then...
January 31, 2005 at 11:37 am
I used Enterprise Manager wizard to create web task and then scripted it. Here is the script and it worked fine, as well as job with SQL 2000 and Windows 2003:
EXECUTE...
January 27, 2005 at 11:03 am
Otherwise you can trace event class "Security Audit -> Audit Login" (best way to do it not with Profiler, but with stored procedures, like sp_trace_create, sp_trace_setevent etc.).
January 27, 2005 at 10:05 am
If the user is still connected to server you can find out it from login_time column from sysprocesses table.
January 27, 2005 at 10:04 am
Yes, this is the best script to fix permanenently log size. I use it as well for long time (this script is from Microsoft). Also, I suggest you to do...
January 27, 2005 at 9:36 am
Viewing 15 posts - 226 through 240 (of 286 total)