Sign in
MSDN Blogs
Microsoft Blog Images
More ...
At the Intersection of PHP and Microsoft
MSDN Blogs
>
Brian Swan
Tags
AppFabric
Azure
connection options
cursors
Drupal
DrupalCon
IIS
Interviews
Java
JDBC
JumpIn Camp
Link List
OData
ODBC
paging
PDO
Reporting Services (SSRS)
Resources
SQL Azure
SQL Server Driver for PHP
SQL Server Express
SQL Server Migration Assistant
sqlsrv
SSMA
WebMatrix
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Archive
Archives
April 2012
(1)
March 2012
(5)
January 2012
(1)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(1)
July 2011
(6)
June 2011
(5)
May 2011
(7)
April 2011
(9)
March 2011
(10)
February 2011
(9)
January 2011
(9)
December 2010
(10)
November 2010
(6)
October 2010
(8)
September 2010
(12)
August 2010
(10)
July 2010
(11)
June 2010
(10)
May 2010
(10)
April 2010
(15)
March 2010
(13)
February 2010
(6)
January 2010
(2)
Blogs I Read
Interoperability Team Blog
SQL Server Driver for PHP Team Blog
Ruslan Yakushev's Blog
Josh Holme's Blog
Kanwaljeet Singla's Blog
Zach Owen's Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Brian Swan
What's the Right Way to Prevent SQL Injection in PHP Scripts?
Posted
over 3 years ago
by
Brian Swan - MSFT
21
Comments
How to prevent SQL injection in PHP scripts is probably a topic that doesn’t need anything more written about it. It is pretty easy to find blog posts, documentation, videos, etc. that explain the importance of preventing SQL injection and suggestions...
Brian Swan
Getting Started with SQL Server Reporting Services (SSRS)
Posted
over 3 years ago
by
Brian Swan - MSFT
9
Comments
The Interoperability team here at Microsoft recently released the SSRS SDK for PHP (SSRS = SQL Server Reporting Services ). At the time of the announcement, I was very excited to check out this SDK, but I was so busy that I’ve just recently had a chance...
Brian Swan
MSSQL vs. SQLSRV: What’s the Difference? (Part 2)
Posted
over 3 years ago
by
Brian Swan - MSFT
17
Comments
In my last post , I promised a comparison of the APIs for the MSSQL and SQLSRV extensions of PHP, so here it is. I constructed the table below assuming some familiarity with the MSSQL extension. I’m aiming to provide a high-level comparison that...
Brian Swan
Getting Started with SQL Server Reporting Services (SSRS) and PHP
Posted
over 3 years ago
by
Brian Swan - MSFT
48
Comments
In a recent post I took a look at how to get started with SQL Server Reporting Services (SSRS) . In this post I’ll dive into the SSRS SDK for PHP that was recently released by the Interoperability team here at Microsoft. The SSRS SDK for PHP allows you...
Brian Swan
Creating PHP Websites with WebMatrix
Posted
over 3 years ago
by
Brian Swan - MSFT
6
Comments
Note: WebMatrix now supports PHP "out of the box". You no loger need to do any manual configuration (as detailed in this post) to get PHP support in WebMatrix. For more information, see http://www.microsoft.com/web/webmatrix/features.aspx . Last week...
Brian Swan
mssql vs. sqlsrv: What’s the Difference? (Part 1)
Posted
over 3 years ago
by
Brian Swan - MSFT
14
Comments
[Part 2 of this post is here .] The SQL Server Driver for PHP (also called the " sqlsrv " driver for it’s API prefix) has been available since July of 2008, but I still often see the "old" driver (the " mssql " driver) used to connect to SQL Server...
Brian Swan
Microsoft Announces SQL Server ODBC Driver for Linux!
Posted
over 2 years ago
by
Brian Swan - MSFT
13
Comments
In this morning’s keynote address at the Professional Association of SQL Server (PASS) Summit 2011 , Quentin Clark (Corporate Vice President at Microsoft) announced that a preview of the Microsoft SQL Server ODBC Driver for Linux will soon be widely...
Brian Swan
Getting Started with the SQL Server JDBC Driver
Posted
over 2 years ago
by
Brian Swan - MSFT
3
Comments
Okay, okay. I know that Java Database Connectivity (JDBC) doesn’t have much (if anything) to do with PHP, so I apologize in advance if you are tuning in expecting to find something PHP-related. However, I temper my apology with the idea that getting...
Brian Swan
SQL Server Driver for PHP: Understanding Windows Authentication
Posted
over 3 years ago
by
Brian Swan - MSFT
12
Comments
In my last post , I provided an overview of using the SQL Server Driver for PHP . One of the driver features I didn’t mention in that post is the support for Integrated Windows Authentication when connecting to a server. So, that’s what I’ll take a closer...
Brian Swan
Running WordPress on SQL Server
Posted
over 3 years ago
by
Brian Swan - MSFT
11
Comments
It seems to be a well kept secret that WordPress runs on a SQL Server or SQL Azure database. At least it was well kept from me until recently. (Perhaps that says something about my ability to follow current news, but that’s a topic for another day.) In...
Brian Swan
SQL Server Driver for PHP Connection Options: Transaction Isolation Levels
Posted
over 3 years ago
by
Brian Swan - MSFT
5
Comments
Last week I had the good fortune of presenting at the the Seattle PHP Meet Up on a topic I knew only a little about: transaction isolation levels. It was fun doing the homework to learn more and I’ll share what I learned in this post. However, before...
Brian Swan
Getting Started with PHP and SQL Azure
Posted
over 3 years ago
by
Brian Swan - MSFT
1
Comments
[Updated November 9th, 2011] In this post, I’ll show you how to get started with PHP and SQL Azure . I’ll walk you through building a very simple Web page in the same way I did in a recent post: Getting Started with the SQL Server Driver for PHP . That...
Brian Swan
Using the Windows Azure Tools for Eclipse with PHP
Posted
over 3 years ago
by
Brian Swan - MSFT
6
Comments
Following on the heels of announcements a couple of weeks ago , the Interoperability Team at Microsoft is announcing the availability of another update to the Windows Azure Tools for Eclipse . In this post, I’ll use the updated Eclipse plug-i to...
Brian Swan
Do Stored Procedures Protect Against SQL Injection?
Posted
over 2 years ago
by
Brian Swan - MSFT
10
Comments
When I’ve asked people about their strategies for preventing SQL injection, one response is sometimes “I use stored procedures.” But, stored procedures do not , by themselves, necessarily protect against SQL injection . The usefulness...
Brian Swan
SQL Server Access From Linux - What Do You Think?
Posted
over 3 years ago
by
Brian Swan - MSFT
1
Comments
Microsoft is getting serious about offering SQL Server access from Linux...and your input is being requested. Actually, the request is that you provide your thoughts about Microsoft offering ODBC support for non-Windows platforms (which would provide...
Brian Swan
What was Microsoft Doing at DrupalCon?
Posted
over 3 years ago
by
Brian Swan - MSFT
17
Comments
Whew! DrupalCon was fun…and exhausting. I don’t know why, but I’m always surprised that conferences can be simultaneously exhausting and energizing. Right now, it feels good to be back home, and I’m enjoying looking back on my experience with the perspective...
Brian Swan
What SQL Server 2012 Means for PHP Developers
Posted
over 1 year ago
by
Brian Swan - MSFT
1
Comments
Last week, Microsoft held a virtual conference to announce the availability of SQL Server 2012. The conference included a number of events (speakers, videos, training activities, etc.) that focused on the new functionality available in this release ....
Brian Swan
Azure Real World: Migrating a Drupal Site from LAMP to Windows Azure
Posted
over 1 year ago
by
Brian Swan - MSFT
1
Comments
Last month, the Interoperability team at Microsoft highlighted work done to move the Screen Actors Guild Awards Drupal website from a Linux-Apache-MySQL-PHP (LAMP) environment to the Windows Azure platform: SAG Awards Drupal Website Moves to Windows Azure...
Brian Swan
Store Images in the Database or File System?
Posted
over 3 years ago
by
Brian Swan - MSFT
4
Comments
I intended for this post to be about how to use the SQL Server Driver for PHP to get images in an out of SQL Server Express , but the truth is that it’s fairly easy…so easy that I eventually thought it wasn’t a very interesting topic. (Besides, this topic...
Brian Swan
Video Tour of PHP Manager for IIS
Posted
over 3 years ago
by
Brian Swan - MSFT
0
Comments
Last week, Ruslan Yakushev announced the release of the 1.1 version of the PHP Manager for IIS . I thought a tour of the PHP Manager functionality might work best in video format. I’d be interested learning what you think of the PHP Manager itself, but...
Brian Swan
Comparing the SQLSRV and PDO APIs
Posted
over 3 years ago
by
Brian Swan - MSFT
6
Comments
Following yesterday’s announcement of the availability of a PDO driver for SQL Server ( SQL Server Driver for PHP 2.0 CTP 1 ), I thought I’d take a closer look at the PDO interface. For me, the best way to get to know a new API is to write...
Brian Swan
Getting Started with the SQL Server Driver for PHP
Posted
over 3 years ago
by
Brian Swan - MSFT
6
Comments
In this post, I’ll focus on the basics of using the SQL Server Driver for PHP to insert and retrieve data in a SQL Server Express database. I’ll build a web page that exposes enough of the driver functionality for you to understand the basics...
Brian Swan
Using the Zend Framework and the PDO_SQLSRV Driver
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
A couple of months ago, Rob Allen pointed out in a blog post that no Zend Framework PDO adapter existed for SQL Server. But, he also noted that it would be easy to write one…so he did: https://github.com/akrabat/Akrabat/blob/master/zf1/Akrabat...
Brian Swan
BACKUP and RESTORE A Database with the SQL Server Driver for PHP
Posted
over 3 years ago
by
Brian Swan - MSFT
4
Comments
In this post I’ll look at how to use the SQL Server Driver for PHP to backup and restore a database. It is important to understand that there are many ways to backup and restore a database. The strategy you choose really depends on your application and...
Brian Swan
Converting MySQL Queries to MS SQL Server Queries
Posted
over 3 years ago
by
Brian Swan - MSFT
3
Comments
At the JumpIn! Camp that took place a few weeks ago, PHP developers from several countries were invited to come to Redmond and work closely with Microsoft developers to build support for SQL Server and SQL Azure into their applications. (As expected,...
Page 1 of 8 (180 items)
1
2
3
4
5
»