Dear All
I want to change LFDS database connection string kindly provide the sample
MY: LFDS version is 10.4.2
Regards
Dear All
I want to change LFDS database connection string kindly provide the sample
MY: LFDS version is 10.4.2
Regards
You can do this via the "Modify Connection String" hyperlink (which you may already be aware of) where you can enter the SQL connection string.
I don't see the format specified but would assume it to follow something like the .NET Framework data provider detailed on here - https://www.connectionstrings.com/sqlconnection/ i.e.
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;
Thanks Nigel for reply but need specified format in order not face any problem.
Hi Shiraj,
Why are you trying to update the connection string?
If you need to specify a new SQL Server/database name/credentials for the existing LFDS database database, do this instead:
You may need to modify the connection string for a different reason, like adding the "MultisubnetFailover=Yes" parameter for SQL Server Availability Groups. If so, the "Modify connection string" takes the standard SQL connection string format.
You can find examples here:
https://www.connectionstrings.com/sql-server/
Note that "Trusted Connection" means "Use Windows Authentication".