where the connection string store in the database



where the connection string store in the database..

Answer / 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

More SQL Server Interview Questions

What is data source in connection string?

1 Answers  


1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them?

1 Answers   Techno Solutions,


Is it possible to create trigger on views?

1 Answers  


what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1 Answers  


Can a stored procedure call another stored procedure. If yes what level and can it be controlled?

2 Answers  


What is the use of toad or sqldbx.?

1 Answers   MCN Solutions,


Can I recover a damaged SQL Server 2008 database with the undamaged .mdb and .ldf files?

3 Answers   Apple,


What to check if a User database is locked?

1 Answers   TCS,


write query for fourth maximum salary from employee table

14 Answers   Mind Tree, SP Software,


What is user-defined inline table-valued function?

1 Answers  


What is difference between Triggers and store procedure?

2 Answers  


What are different types of table joins?

1 Answers  


Categories