adspace
Why are you getting errors when creating a new odbc dsn?
Answer Posted / Mohd Rizwan
Errors while creating a new ODBC DSN can occur due to various reasons such as incorrect server name, invalid system DSN, or missing system files. To troubleshoot these issues, follow the steps in the Microsoft Support article: https://support.microsoft.com/en-us/office/create-a-data-source-name-dsn-for-odbc-6f8d79e3-0ebc-4b82-bf0a-68716dde846d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find query history in sql server?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Disadvantages of the indexes?
What is the primary use of the model database?
do you know how to configure db2 side of the application? : Sql server database administration
List the ways in which dynamic sql can be executed?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What are the kinds of subquery?
Why should you use or avoid select * statements?
What is temporary table in sql server? Why we use temp table?
List out the different types of locks available in sql server?
Can we do dml on views?
Why and when do stored procedure recompile?
When should you use an instead of trigger?