How do I connect to a SQL Server database?
Answered
I am trying to connect to my SQL Server database, but I keep getting connection refused errors. What do I have to do to get this to work?
I am trying to connect to my SQL Server database, but I keep getting connection refused errors. What do I have to do to get this to work?
Getting Yellowfin to work with SQL Server can be a little tricky due to the security settings with in SQL Server
Typically it is best to use SQL Server Authentication rather than Windows Authentication, but both can be done. The instructions below are specific to SQL Server Authentication, but many of the same steps apply.
Getting Yellowfin to work with SQL Server can be a little tricky due to the security settings with in SQL Server
Typically it is best to use SQL Server Authentication rather than Windows Authentication, but both can be done. The instructions below are specific to SQL Server Authentication, but many of the same steps apply.
Replies have been locked on this page!