The SQL Server Reporting Services (MSSQLSERVER) service failed to start + after SP2 installation on Windows 2008 R2 | Data Base Internal:
'via Blog this'
Monday, May 27, 2013
delete orphaned sql jobs
--select * from sys.master_files order by physical_name
select * from dbo.sysjobs
select * from dbo.sysmaintplan_subplans
delete from dbo.sysmaintplan_subplans where subplan_id='7659F4CD-F98D-4F28-9372-5DBDC0BE168D'
delete from dbo.sysmaintplan_log where subplan_id='7659F4CD-F98D-4F28-9372-5DBDC0BE168D'
--sp_help sysmaintplan_subplans
delete from sysjobs where job_id='B3FECCA3-A0D2-4BEA-88D6-685EBE2F1164'
Wednesday, May 1, 2013
Cannot open or create word documents in SharePoint 2013 with Office 2010 and Project 2013 - Microsoft Project For All - Site Home - TechNet Blogs
Tuesday, April 30, 2013
BizTalk 2013 and SharePoint 2013
There is no need to install the sharepoint web service adapter...the default biztalk installation already get the connectivity to sharepoint 2013 without installing anything on the sharepoint server :-)
Sunday, April 7, 2013
Monday, April 1, 2013
Thursday, March 14, 2013
Sharepoint 2010 Secure Store: An error occurred during the “Generate Key” process. Please try again or contact your administrator | Sharepoint Consultant, Automation & Stuff
Sharepoint 2010 Secure Store: An error occurred during the “Generate Key” process. Please try again or contact your administrator | Sharepoint Consultant, Automation & Stuff: "– In my case the ‘Sharepoint Webservices Root’ application pool had stopped on one of my app servers
"
'via Blog this'
"
'via Blog this'
Subscribe to:
Posts (Atom)
Disable Microsoft Defender for Cloud for Visual Studio Subscription (MSDN)
I use a visual studio pro subscription which comes with $150 azure cloud credit, for some reason Microsoft Defender for Cloud was turned on ...
-
Error 15401: Windows NT user or group '%s' not found. Check the name again. SELECT name FROM syslogins WHERE sid = SUSER_SID ('Y...
-
/etc/ipsec.config conn ios keyexchange=ikev1 authby=xauthrsasig xauth=server lef...
-
Ever since I installed VMWare ESX server on my HP ML110 G4, I haven't got much chance playing it and it has been lying on the floor for ...