How i can check MariaDB is Standard or Enterprise Edition - mariadb

I am using MariaDB 10.5.13. Need to confirm is my database is enterprise or standard edition?
Checked google and I need to know if they have an ENTERPRISE or COMMUNITY MYSQL edition found below SQL Query:
SHOW VARIABLES LIKE "%version%";
When i execute above query in version_comment i am getting MariaDB Server.
So can you help me here?
Thanks in advance.

This is the community server.
Enterprise server has versions like:
10.5.15-10
10.5.13-9
ref: Enterprise server documentation.

Related

is there a 64-bit msdasql for windows 7?

I am using Windows 7 (x64bit) Ultimate.
I have both ODBC32 and ODBC64 Managers that I can access via Start.
The default appears to be the ODBC64.
However I do not see MSDASQL -Microsoft OLEDB for ODBC listed.
I wonder if it exists. I see some references to 64Bit MSDASQL for Windows Server 2003.
The IBM 64bit for ODBC seems to work (I heard) but not tried.
Now I would like to know if any one knows the link for 64-bit MSDASQL for Windows 7. Microsoft seems to have deprecated MSDASQL and I am not sure of the status of this story.
These issues came up while setting up a linked server in SQL Server 2012 for SQL (SAP) SqlAnywhere server.
I am not sure how I missed. This link allows you to download the Microsoft Access Database Engine 2010 Redistributable
http://www.microsoft.com/en-us/download/details.aspx?id=13255
The details of this indicates both ODBC and OLEDB as copied from the Microsoft Web Site:
"This download will install a set of components that facilitate the transfer of data between existing Microsoft Office files such as Microsoft Office Access 2010 (*.mdb and .accdb) files and Microsoft Office Excel 2010 (.xls, *.xlsx, and *.xlsb) files to other data sources such as Microsoft SQL Server. Connectivity to existing text files is also supported. ODBC and OLEDB drivers are installed for application developers to use in developing their applications with connectivity to Office file formats. "
There is no MSDASQL x64 bit for Windows 7. There is one for Windows Server 2003. I finally was able to create a linked server in SQL Server 2012 Express using the SAOLEDB.16 from Sybase/SAP.
Although I replied myself that there is no MSDASQL(x64)based on some 'deprecated items' information I am still looking at it.
Here is a link to the same question on MSDN:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/3c715023-4322-4bc6-a2c8-64a873f87e46/can-someone-confirm-the-architecture-of-this-file-preferably-microsoft-guys?forum=sqldatabaseengine#db5ed4e2-2391-4062-b34d-1f1b11431e1e

How to connect Teradata in entity data model wizard

I am trying to add Teradata in vs 2010. Can anyone please help me?
You can check the below post they are trying for mysql. I need for teradata.
How to connect to a MySQL Data Source in Visual Studio
I would suggest installing the .NET Data Provider for Teradata found here. You will have to register for the Teradata Developer Network to download the software if you have not done so previously.

How to install and build SSIS using BIDS?

I have visual studio 2010 only with no sql server.I use it for learning.Now i want to learn SSIS and it says i need BIDS for it. How to go about installing BIDS, can i get it for free?Should i install sql server express edition and would be install BIDS as well?
Your best option is get the Developer edition (which costs approximately $50) and its exactly like the Enterprise one, except that you cant use it on production enviroments
There's is at the moment no free edition of SQL Server that offers SSIS.
As others has pointed out, you can buy the Developer Edition. Which is also included in MSDN subscriptions, which can be somewhat expensive. A more economical alternative is the Technet subscriptions, which includes the standard/enterprise editions.

asp.net mysql sql server 2008 installation

i have a simple questions. I am programming in Visual studio using vb.net. As Database i am using mysql with the .Net connector and using the membership provider.
Do i need to install microsoft sql server 200X too ? (although i will not use it)
sincerly
Tasci
No, you don't need it. These are different programs. They do not require each other for work.

Oracle 10: how to link for using Oracle 10 with ASP.NET MVC 2, VS 2010, and Microsoft IIS 7?

We have a wonderful ASP.NET MVC 2 web application using MS SQL 2008 and VS 2010. The customer wants to use Oracle 10g as a back end database. I want to point our MVC2 app to it and run our tests. I have no clue where to start with Oracle 10g.
Anyone have a how-to link on how to setup an Oracle 10g database and use it in place of SQL 2008 above for testing? I assume Oracle has some sort of Developer edition like Microsoft has SQL Express. Any ideas?
Oracle's equivalent to Microsoft SQL Express is Oracle XE. But I don't think it will be easy for you to migrate your application to use OracleXE instead of MSSQLServer Express.
If you are using LinQ to SQL, you don't have Oracle support. If you are using Entity Framework, you have Oracle third party support (although an official support for Oracle is supposed to be on its way).
ADO.NET provider will be different.
And of course, you won't have 100% data type equivalence.
So I wish you good luck, and if you have the possibility, convince your client to use SQLServer Express or be prepared to migrate a lot of your app.

Resources