Viewing 15 posts - 601 through 615 (of 966 total)
Are you trying to run a preexisting maintenance plan, or are you creating one from scratch and are getting this error when trying to save or run it?
You never answered...
October 23, 2012 at 7:05 am
Your post is a little confusing. In the first part you sound like you uninstalled the database engine but left Reporting Services, but in the second part you are deleting...
October 23, 2012 at 5:12 am
Then you are looking at either database mirroring, log shipping or a 3rd party app that can do what you need. If your storage sub-system can handle the replication you...
October 22, 2012 at 2:45 am
I see this at times with servers that I manage that are in another AD forest than where I am connecting from. I have researched but have been unable to...
October 22, 2012 at 2:36 am
You may want to look at replication solutions, but you are still going to have to identify a way to identify and resolve potential conflicts. Take a look at merge...
October 22, 2012 at 2:31 am
I second robocopy. You can set the amount of retries and newer versions that are built in the OS have a parameter to setup multi-threading the task.
October 22, 2012 at 2:24 am
Are you trying to run a preexisting maintenance plan, or are you creating one from scratch and are getting this error when trying to save or run it? Also, just...
October 22, 2012 at 2:17 am
Also, are you the DBA for the system? If you are not the DBA this limited access may be by design and you would need to get with the DBA...
October 19, 2012 at 4:34 am
Have you looked at Books Online?
Troubleshooting: Connecting to SQL Server When System Administrators Are Locked Out
October 19, 2012 at 4:33 am
BOL is pretty clear on how to resolve this:
Troubleshooting: Connecting to SQL Server When System Administrators Are Locked Out
October 19, 2012 at 4:30 am
I would not go with SQL 2005 either. SQL Server 2008 R2 is the latest version that supports direct upgrades from SQL Server 2000.
Products Released: SQL Server 2005 Enterprise Edition
Lifecycle...
October 18, 2012 at 8:23 am
If you log onto the server hosting the SQL instance, open up SQL Server Configuration Manager you should be able to see what protocols are enabled for the instance. If...
October 18, 2012 at 7:50 am
Was the server renamed at some point? Can you post the results of the following:
SELECT SERVERPROPERTY(InstanceName), SERVERPROPERTY('MachineName'), SERVERPROPERTY('ComputerNamePhysicalNetbios'), SERVERPROPERTY('IsClustered')
October 18, 2012 at 7:15 am
I'm using SSMS, Connect -> Database Engine -> then using SQL Server Authentication to connect. Was just confused that I could use 3 IPs and still connect to the same...
October 18, 2012 at 7:10 am
Service packs are cumulative. You can upgrade straight to SP4.
That being said, even though they have a license for SQL 2000 they will not get support. Mainstream support ended in...
October 18, 2012 at 7:02 am
Viewing 15 posts - 601 through 615 (of 966 total)