my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

Using Microsoft SQL Server Management Studio with SQL Azure

I haven't posted anything for awhile due to being busy with my ecommerce project. Recently, I have just started to deploy the project up onto Windows Azure for testing. I had held back deploying until I could deploy on SQL Azure more easily. Previously, you could only execute commands to SQL Azure via a query window and you had to create tables manually via a new query. The good news is, there's ... [More]

Permalink | Comments (0) | Post RSSRSS comment feed

Executing SQL scripts on a SQL Server Express database

To be able to do the above you will need to install SQL Server Management Studio Express or SQL Server Management Studio (the not so free version), SSMS. The following describes the steps necessary to execute a script called createDatabaseAndTablesTest.sql:  Connect to the SQL Express Server from SSMS. Usually the SQL Express Server is located at <COMPUTERNAME>/Express. Attach the *.mdf... [More]

Tags: ,
Categories: ASP .NET
Permalink | Comments (0) | Post RSSRSS comment feed