How to make remote connection in database?
Answer / Rahul Sanger
To make a remote connection to a SQL Server database, you can use SQL Server Management Studio (SSMS) or ODBC/OLE DB Data Source configuration.n
1. SSMS:n- Open SSMS and connect to the local instance of SQL Server.n- Go to Object Explorer and expand the 'Connections' node.n- Right-click on 'Database Engine' and select 'Connect to Database Engine...'n- In the Connection Properties dialog, enter the remote server name or IP address, Authentication method (e.g., Windows Authentication), and other required details.n- Click 'Connect'.n
2. ODBC/OLE DB Data Source configuration:n- Install the appropriate driver for your operating system from the SQL Server website.n- Open the Data Sources (ODBC) applet in the Control Panel.n- Create a new System DSN or User DSN pointing to the remote database instance.n- Configure authentication and other required settings.n- Use this data source in your application to connect to the remote SQL Server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of sql server?
Is mysql better than sql server?
How you can add messages to the nt event log from within a stored procedure?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Explain the disadvantages of cursors?
How to genrate automaticlly empid like gt001
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What are examples of triggers?
1. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
Explain about nested stored procedure?
Explain filtered indexes benefits?
How to find out name of all employees who has salary less than 200 Rs.?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)