Z 2 ) Server DataBase
Server DataBase
There are following parameters in server database.
- IP Adress :- 188.138.122.60
- User Name :- demouser1
- Password :- demodb@2022$84
- DataBase Name :- demodatabase
Server database connection string
* Thare are following parameters in server database connection string
- DataSource :- IP Adress
- Network Library :- DBMSSOCN
- Connection Timeout :- Value(connection close at the end of code ex cn.close())
- Packet Size :- > 5000
- Integrated Security :- No (password all time no )
- Initial catalog :- Database Name
- Username
- Password
- Encrypt :- No
- Max Pool Size :- More than 5000 (then load on page before the increase size)
Q ) How to connect Datbase server using Visual Studio
Steps :- sql Explorer -- Data Connection -- Add connecion -- server name(188.678.980.98) -- Authentication (Sql server authentication ) -- Username(demouser1) -- Password (demodb@2022$84) -- Database Name(Demodeb) -- Test Connection -- Ok.
Comments
Post a Comment