Viewing 15 posts - 736 through 750 (of 966 total)
Just specify the named instance when installing your databases and they will be on the 2005 instance. Now if you have an application that does not support named instances, that...
April 17, 2010 at 8:00 pm
If the copy of the database is not going to have any of its own original data, then you have a couple of options.
- You could copy over a backup...
April 17, 2010 at 7:56 pm
What do the windows logs say? Are there any logs around the times before the server shuts down that can shed any light as to why the server could be...
April 6, 2010 at 4:54 pm
Error 2812 refers to the subscriber not being able to find and run a particular stored procedure. This error could occur for a few reasons. Security, not referring to the...
February 25, 2010 at 3:24 pm
The best way to do it is to have your AD administrators have an AD site created (if there is not one already) for the IP range your server is...
February 25, 2010 at 1:49 am
If it was authenticating against the domain that the server was a member of, then there is a preferred dc key that you can set in the registry I believe....
February 24, 2010 at 5:26 pm
As Lowell stated, service packs are cumulative. Question though, why not upgrade to service pack 3? It is the current service pack for 2005?
February 24, 2010 at 5:15 pm
I would try and verify if it is a problem with your server or the smtp server that you are trying to send mail through. Can other servers send mail...
February 24, 2010 at 5:08 pm
Is the server listening on TCP/IP for the 2005 instance?
February 23, 2010 at 5:25 pm
Are you letting it grow by itself with autogrow? If it is causing performance issues you are probably better off growing the database yourself during authorized down-time when there is...
February 23, 2010 at 5:19 pm
Are you letting it grow by itself with autogrow? If it is causing performance issues you are probably better off growing the database yourself during authorized down-time when there is...
February 23, 2010 at 5:18 pm
You could create something like a database with a table for tracking the information and put a DML trigger against the syslogins table in master that inserts a record into...
February 23, 2010 at 4:58 pm
Well, you can spread out your backup schedule so it is not running during the normal duty hours and won't be a factor. Also, when it happens again, try turning...
February 18, 2010 at 5:36 pm
You should be able to look at the history of the merge agent job and see why the merge agent failed. You can also look at the status of the...
February 18, 2010 at 5:27 pm
Okay, a couple of things:
First, the line using -match is incorrect. You are evaluating the elements in the array, but you are not comparing them to a value, so the...
February 18, 2010 at 3:51 pm
Viewing 15 posts - 736 through 750 (of 966 total)