ผมติดปัญหาตรงการ connect ไปยัง server พูดง่าย ๆ คือไม่เป็นครับ connect ได้แต่ database name เลย พอ Query ไปแล้วมันฟ้องว่า
ผมลอง Test Query บนเว็บ ต่อเข้า database name บน database server ตามนี้
Code
USE [master]
GO
CREATE DATABASE [databasename]
Error
Msg 40508, Level 16, State 1, Line 1
USE statement is not supported to switch between databases. Use a new connection to connect to a different Database.
Msg 5001, Level 16, State 1, Line 3
User must be in the master database.
ซึ่งตรงนี้ผมจะเอา Query ทั้งหมดไปไว้บน PHP ครับ
แล้วผมจะ SET Password ของ database แต่ละตัวอย่างไรครับ หมายถึงตั้งแต่ตอน Create Database เลย
ขอบคุณมากครับ
Tag : PHP, Ms SQL Server 2012, Windows Azure, Clound Service