Viewing 15 posts - 526 through 540 (of 1,884 total)
Maybe this will answer your question:
http://support.microsoft.com/default.aspx?scid=kb;en-us;818374
INF: SQL Server 2000 SP3 Creates a SQLDebugger Windows User Account
The link from this article to this:
http://support.microsoft.com/kb/318632/EN-US/
FIX: SQL Debugging may fail...
December 11, 2006 at 9:58 am
Steve,
Thanks for confirming that it is the issue.
What happened to the concept of the group / role based access?
I do agree with you about setting the job owner to SA or...
December 11, 2006 at 9:14 am
1. Use sp_attach_single_file_db (see syntax in Books Online in the SQL Server Star Menu) because it uses only the database file and creates a new transaction log
2. Check the log...
December 7, 2006 at 3:47 pm
I am doing moving backups to another box and restoring them there for one of the applications I support for the redundancy. When I will move this application to SQL...
December 7, 2006 at 11:18 am
What do you mean by communicating? There is an FTP replication or web access, depends on what level you want to access.
December 6, 2006 at 1:52 pm
Hi,
detach databases from the old server, copy to the new server and attach to the new server. Or restore database backups to the new server. When restoring, watch the file...
December 6, 2006 at 1:48 pm
I usually go to
when I have problems like this. It is not that we can not help here, we would try, but they do have more expertise.
December 6, 2006 at 1:35 pm
Good Article, easy to read and understand.
December 6, 2006 at 1:30 pm
Exec xp_cmdshell
'dir C:\WINDOWS\sqlsp.log'
it will return several lines including the date on the file. It will work on SQL Server 2000 computers and will not work on...
November 29, 2006 at 3:38 pm
To avoid this problem you would want to have DNS alias that is not the server name. The app should use this DNS alias for connection. Then if you are...
November 29, 2006 at 3:18 pm
Karen,
I don't think the clock settings take a reboot, try on your workstation first. Check your jobs that run around this time, so you would not miss a job like...
November 29, 2006 at 3:03 pm
There were a couple of posts on this topic on this forum. I did test it a while ago and have the same result. You can add a securable and...
November 29, 2006 at 2:49 pm
If the people are working with the database, they may be doing something. I would notify users in advance, then see who is connecting and call them.
November 28, 2006 at 3:19 pm
A couple of things:
1. If you are working with the instances, they have a different naming conventions, you have to acount for that.
2. Developer edition is a counterpart of the...
November 13, 2006 at 3:23 pm
Viewing 15 posts - 526 through 540 (of 1,884 total)