Good article!
SQL SERVER – vCPUs – How Many Are Too Many CPU for SQL Server Virtualization ? – Notes from the Field #003 | Journey to SQL Authority with Pinal Dave:
Thursday, December 12, 2013
Thursday, November 14, 2013
Monday, October 14, 2013
Error during processing of the ConnectString expression of data source
Thanks for Carter33 who post at http://social.msdn.microsoft.com/Forums/sqlserver/en-US/447b14c0-f1d0-4980-a2cd-8f2069804801/receiving-a-datasource-error-when-running-report-that-uses-expression-based-connection-string?forum=sqlreportingservices , manually move the report parameters section of the rdl file on the top of datasource section fixes the issue.
Sunday, September 29, 2013
Accessing a remote file share in SQL Server Integration Services | James Summerlin's Blog
Accessing a remote file share in SQL Server Integration Services | James Summerlin's Blog: "name /USER:"
- Note:
- "\" need to be doubled
- special character need to have "^" to escape.
- Note:
- "\" need to be doubled
- special character need to have "^" to escape.
Friday, July 5, 2013
The Ultimate Wake-on-LAN (WOL) Guide
My configuration is using a wireless bridge and it doesn't work after I shutdown the computer for a while, however if I turn on the computer and shutdown it, WOL works fine.
It seems that I have to setup a static arp with the MAC address of the wireless bridge I am using (TP-Link WRN700N).
under DD-WRT, it is something like that:
arp -s 192.168.2.50 (Computer's static IP) xx.xx.xx.xx (wireless bridge's MAC address)
update: well this still doesn't fix the problem, in my case My PC was connected to a switch which is connected to the wireless bridge, after remove the switch, I am now able to wake the PC even after it has been shutdowned for a long time...I suspect it it the arp cache in the switch expired and caused the issue.
The Ultimate Wake-on-LAN (WOL) Guide:
Tip: Wake on LAN/Magic Packet information collection and check list
It seems that I have to setup a static arp with the MAC address of the wireless bridge I am using (TP-Link WRN700N).
under DD-WRT, it is something like that:
arp -s 192.168.2.50 (Computer's static IP) xx.xx.xx.xx (wireless bridge's MAC address)
update: well this still doesn't fix the problem, in my case My PC was connected to a switch which is connected to the wireless bridge, after remove the switch, I am now able to wake the PC even after it has been shutdowned for a long time...I suspect it it the arp cache in the switch expired and caused the issue.
The Ultimate Wake-on-LAN (WOL) Guide:
Tip: Wake on LAN/Magic Packet information collection and check list
Thursday, June 13, 2013
Monday, June 3, 2013
Recover access to a SQL Server instance
Recover access to a SQL Server instance:
Another way is to start sql in single user mode, but the above approach using psexec is much better!
Another way is to start sql in single user mode, but the above approach using psexec is much better!
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'
Reporting Service doesn't appear under services on sharepoint 2013
Installed SQL Server 2012 reporting service with SP1 however the SQL reporting service is not shown under the manage services on server page, some mentioned that you might have to reinstall SP1 however I wasn't able to do that since it is already SP1.
finally I started the central administration service on the reporting server and access the central admin page from there, wow....it finally works. not sure why yet.
Wednesday, February 20, 2013
Sunday, February 10, 2013
Thursday, February 7, 2013
Sunday, January 13, 2013
CAS SSO | Jasig Community
CAS | Jasig Community:
Welcome to the home of the Central Authentication Service project, more commonly referred to as CAS. CAS is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user. CAS became a Jasig project in December 2004.
Welcome to the home of the Central Authentication Service project, more commonly referred to as CAS. CAS is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user. CAS became a Jasig project in December 2004.
Sunday, January 6, 2013
Thursday, January 3, 2013
SQL Server Upgrade Advisor: Considerations when upgrading from SQL 2000 to SQL 2012 - Premier Field Engineering Developer Blog - Site Home - MSDN Blogs
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...
-
Finally, it is time. E4SE 811 and eBackoffice 736 will replace our current 810b/735a environment after staying so many years. Just got the n...
-
/etc/ipsec.config conn ios keyexchange=ikev1 authby=xauthrsasig xauth=server lef...