adspace
where the connection string store in the database
Answer Posted / Aahuti Tyagi
In a SQL Server, the connection string is typically stored in code or configuration files. For example, in C#, you can store the connection string in app.config file under the <connectionStrings> section.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to rebuild the master database?
What is in place upgrade in sql server?
How to provide default values to function parameters?
How to enter binary string literals in ms sql server?
Why and when do stored procedure recompile?
Can we do dml on views?
What is an indexed view?
Does view occupy space?
Why we use the openxml clause?
List the ways in which dynamic sql can be executed?
What is the primary use of the model database?
List out the different types of locks available in sql server?
How do I start sql server 2017?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
Explain system functions or built-in functions? What are different types of system functions?