I want to connect to SQL Azure using Node.js SDK for Windows Azure but there are no tutorials about how to set it up. Does anybody know how I can talk to a SQL Azure DB using Node.js?
Thanks
We've released a preview version of the Microsoft Driver for Node.JS for SQL Server (and Windows Azure SQL Database a.k.a. SQL Azure) last week!
You can find it on Github:
https://github.com/windowsazure/node-sqlserver/
Thanks,
Jonathan
There's a discussion about this topic, on this MSDN forum. Per Nate Totten's comment, there's no official driver, but there are a few community-driven ones on Joyent's github repo. I haven't been able to find any additional information about this.
Based on my experience, I would suggest if you really have to connect to SQL Azure, the following has comparatively richer implementation then any other:
https://github.com/cretz/node-tds
Related
I would like to use MS SQL Management Studio and Reporting Services, but I have a Macbook. Can I run SSMS with SSRS in Azure or AWS?
*Edited to not ask for a recommendation
SSMS(SSRS) only support Windows now.
I think you can think about using Azure Data Studio. Previously released under the preview name SQL Operations Studio, SQL Operations Studio tool can be a good option, it provides enough function like security, linked server and database manager, it is enough to use if you only use it for development.
Hope this helps.
I've been trying to connect to AZure analysis services through SSMS by using the server name found in the portal. However 2 things are strange: in SSMS the Windows authentication is grayed out and also it is causing me the error as below. Any guidance please?
Use the latest ssms version (17.x). https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
Download and install the latest client libraries (Adomd, MSOLAP, ADO).
Here is the links for detailed information.
Connect SSMS to Azure Analysis services - https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-manage
Client libraries - https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-connect
Server name must include asazure scheme ie
"asazure://westeurope.asazure.windows.net/..."
What version of SSMS Are you using?
We had many issues until we upgraded SSMS to the RC.
If you use SQL Server Data Tools, update that to the RC too.
I've been trying to work out whether it's possible to manage (i.e. add tables, modify them, create stored procedures) a SQL Azure database using some kind of GUI like SSMS and I keep coming up against different answers.
I found a post from the end of 2009 saying that it would be supported in SSMS but I'm not sure if that includes the Express version? Does anybody know what the most recent update of the express version is and whether it supports it?
I think I'm right in saying that it can't be done in Visual Web Developer 2010 (and I can't afford the full fat VS2010).
I'm prepared to consider alternatives though if anybody knows any full features GUI tools that work with SQL azure and I don't mind paying for a commercial license if it's not too expensive.
Thanks.
Yes, SQL Server 2008 R2's Management Studio does support working with SQL Azure databases.
See:
Getting Started with SQL Azure Development
There are a couple of options
1) You can use SSMS (get the free version by downloading SQL Express v2008 or greater) with advanced services. This will give you SSMS. You can then connect to SQL Azure using SSMS. However - there is a limited set of functionality available via this tool.
2) You can use SSDT (stand-alone for free) or from within VS2010 SP1 or greater. Again, you can connect to SQL Azure, but there are some restrictions on what you can do.
I am using the SQL Express on AWS RDS (free usage tier) myself lately (and connecting via SSMS or SSDT). I prefer their implementation of SQL Server in the cloud to Microsoft's implementation of SQL Azure.
how to configure ldap server in OBIEE
I believe this is what you're looking for:
http://obieeblog.wordpress.com/2009/02/03/obiee-security-enforcement-%E2%80%93-ldap-authentication/
Nice tutorial with pictures and everything.
OBIEE 11g has a new security architecture.
Refer these posts from Oracle blogs.
http://blogs.oracle.com/robreynolds/entry/security_in_obiee_11g_part_1
http://blogs.oracle.com/robreynolds/entry/security_in_obiee_11g_part_2
Specifying Authentication and Authorization in the Repository is just one part of it. You also need to follow the official guide Integrating an Enterprise Deployment with Oracle Identity Management for configuring the web tier to work with single sign On. There are a lot of additional steps that are not covered in the above posts and the effort should not be underestimated.
I need blog software for IIS7 and a SQL Server 2008 backend. I don't know if this is required, but the application (website) I'm hosting is in asp.net (vb.net). Does anyone have any ideas?
I checked out das blog, and graffiticms and they're very old. Thanks in advance.
I suggest BlogEnginet.NET. Check it out here http://www.dotnetblogengine.net/. It works with IIS7 and SQL Server 08. It is also one of the most popular Blog Engines out there that run .NET.
Yes, you can go for Blogengine.net. It has lots of features with multiple database support (mysql,sqlserver,sqllite,vistadb). It is also extensible ... lots of plugins are available.