Viewing 15 posts - 1 through 15 (of 31 total)
I was able to fix my problem by rechecking my query and making sure all the single quotes got partners...a part of oversight 🙂
April 23, 2014 at 7:10 am
gordon.morfitt (3/23/2012)
I was getting this same error on a SQL 2008 box after setting up data collection.Fixed the problem.
Thanks 🙂
may i know how you fixed it? im having the same...
April 11, 2014 at 12:38 am
nope, it will just add the new server. All the other target servers should already be enlisted.
September 24, 2013 at 3:22 am
do you need the sql browser at this point? maybe you can disable this service if your objective is to make sql service start and run?
September 24, 2013 at 3:20 am
You just need to add and enlist the new target server that you have.
September 24, 2013 at 2:53 am
what were the results of your initial investigation? have you checked the logs in sql and in windows?
I have written an article about this, maybe it could help
September 24, 2013 at 2:35 am
Currently, I'm doing a reviewer series on this MCSA exam for SQL Server 2012. I am also keen on upgrading my certification of MCITP SQL Server 2008 to MCSA SQL...
July 31, 2013 at 12:17 am
Have you tried to open resource manager in your server? All the current running services you can see here and memory being used.
July 17, 2013 at 11:51 pm
+ 1
Also summarized this in my blog post http://coffeeandsql.com/2013/07/11/access-denied-on-your-ssis-sql-server-2008/
July 17, 2013 at 11:45 pm
don't forget also in your stored procedure to add the following statements
SET NOCOUNT ON/OFF
SET XACT_ABORT ON/OFF
July 17, 2013 at 11:40 pm
Maybe related also to your access rights on the server.
July 17, 2013 at 4:07 am
did you say "while installing"? You only need to attach this database file to your installed SQL Server. Remember to remove the attachment for log file and you should be...
July 17, 2013 at 3:56 am
i think everyone is correct in saying don't let the developers do the backup in the first place.
July 17, 2013 at 2:02 am
I also had this same scenario way back. Our domain admin needed to do something in the AD, something to do with policy, then he asked me restart my sql...
July 17, 2013 at 1:58 am
Viewing 15 posts - 1 through 15 (of 31 total)