azure-sql-database
How to GRANT permissions to a SQL role to create and manage temp tables
I\'d like to grant permissions to a SQL role to create a temp table #foo and grant permissions to do anything with that table (SELECT, INSERT and DELETE). How is it possible if the table #foo is not c[详细]
2023-02-05 03:53 分类:问答getting error "Could not find stored procedure 'sp_OACreate'" in Sql Azure
When I try to execute the sp_OACreate stored procedure in SQL azure database. I am getting following error:[详细]
2023-02-04 17:50 分类:问答SQL Azure & VB.NET ?
I signed up for a free 30 of Azure. I logged in, created a database. I am able t开发者_如何学JAVAo connect (=Test Connectivity). But that\'s it. I don\'t see anyway to create tables, etc. Also how can[详细]
2023-02-01 17:23 分类:问答create table in sql azure/sql server 2008 from mysql
I am trying to create table in sql azure/sql server 2008 from mysql queries. but there is problem comes during execution of that sql query that in sql server there开发者_运维知识库 is need to execute[详细]
2023-02-01 10:47 分类:问答How long an Azure' web role can stay active?
My cloud application (web role) uploads over 5000 records into SQL Azure. The total time for this process takes about 15-19 minutes on my development machine.[详细]
2023-02-01 04:04 分类:问答Connecting to Sql Azure with Entity Framework "Code First" ctp 5
Is it possible to connect to Sql Azure with Entity Framework \"Code First\" ctp 5? I keep getting a:[详细]
2023-01-30 08:40 分类:问答SQL duration time calculation
I have a table of historic bus positions at a given time, recorded once per second. The schema looks like this:[详细]
2023-01-29 20:31 分类:问答sqlsvr driver problems
I am trying to connect Azure database with PHP. I installed sqlsrv driver. It also appears in phpinfo as PDO drivers = mysql, sqlite, sqlsrv.[详细]
2023-01-28 02:49 分类:问答Uploading blob file to parse it and insert rows in sql azure
For one subject in college I need to use Windows Azure. Notice that I am Java dev and a total newbie to Windows itself and cs.[详细]
2023-01-27 20:28 分类:问答Azure connection string best practices
I have an application that I am just migrating to Azure. Currently I use web.config transform开发者_如何学Pythonation to manage changing the database connecting string dev/staging/prod environments. H[详细]
2023-01-25 01:33 分类:问答