Quantcast
Channel: Keyboard Face » sql server
Browsing latest articles
Browse All 2 View Live

Getting PHP and Microsoft SQL Server (MSSQL) to play nice

I have a Windows Server 2008 with IIS7 installed. I’ve been pounding my head against a Microsoft constructed brick wall for the past day trying to get PHP to interact with SQL Server 2008....

View Article



MSSQL: Cross Apply with XML

Handy function to remember: SELECT * FROM orders AS o CROSS APPLY ( SELECT linenotes + ‘,’ FROM orderLines AS ol WHERE ol.orderID = o.orderID FOR XML PATH(”) ) temp ( listOfLineNotes )...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images