How do i know if i am using...
How do i know if i am using "MSSQLSERVER" or "SQLEXPRESS" or "ODBC"
I assume im using all of them but when im making my kalonline website, in the config it asks me which one of them am i using.
Please help.
Also another question...
Is it ok to enable everything in my sql configuration manager or is it a security risk?
Re: How do i know if i am using...
MS SQL Server is Microsoft's Database server, you're most likely using this.
SQL Express (Microsoft) is a 'Lite' version of MS SQL Server, you could be using this.
ODBC is a database "proxy" so to speak, the kal server uses this to connect to the SQL Server. Websites do not usually use this.
Given the three choices, MS SQL Server is what you're using. Be sure to set up permissions, etc, within MS SQL Server before you have your website access the database server directly.