In my project, connection string is like the following :
connectionString="Server=localhost; Database={DatabaseName}; User Id=sa; password=sa"
What does {DatabaseName} mean? If I want to change the DatabaseName to some other database name, where should I make the change?