About 5,640 results
Open links in new tab
  1. Web service URL VS Web Portal URL - social.msdn.microsoft.com

    Apr 10, 2020 · The Web Portal URL is to access the Web Portal (Report Manager) It is a frontend web application which allows a user to view or administer reports in the reports server location. When you …

  2. ORDER Clause in BULK INSERT - social.msdn.microsoft.com

    Jun 2, 2013 · BCP is out of process and BULK INSERT is in process. The bcp utility reads the data file and sends a TDS stream to the SQL Server Bulk Copy Program (BCP) API, which converts the data …

  3. An TLS 1.0 connection request was received from a remote client ...

    Mar 26, 2013 · An TLS 1.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL …

  4. Changing Service Account - Right way to do it

    Feb 9, 2017 · - Do I need to manually setup rights in windows/sql for the new service account I want to use or Sql Server Configuration Manager Should do it automatically : Write/Read permission on …

  5. A network-related or instance-specific error occurred while ...

    Nov 1, 2016 · I have a Virtual Machine that is running my web api. I have then created a SQL Database through Azure (this db is not on the VM) and I put that connection string in my application.

  6. USERSTORE_TOKENPERM growing very fast - social.msdn.microsoft.com

    Jul 15, 2019 · Sorry by the late answer. type Memory utilized in MB Memory allocated though Windows API USERSTORE_TOKENPERM 44833 0 Rafael Cardoso de Araújo MCTS - SQL Server 2005 …

  7. How can you automate the SSDT Tasks using – PowerShell / scripting

    Feb 15, 2012 · We do not currently expose an API with which you can do this from PowerShell. In our release with SQL Server 2012, however, you will be able to carry out deployment tasks with …

  8. How to connect fetch data from biometric machine to SQL SERVER

    Oct 7, 2021 · The server stores the fingerprints and other metadata in a database, which can reside either on the same server as the fingerprint server, or on a separate server. For developing and …

  9. How do I run a .sql file with multiple 'GO' statements into Visual ...

    Mar 25, 2018 · Another option is to use SMO, which is used by some of the SQL Server tools. That API does recognize GO batch separators and sends each batch to SQL Server separately.

  10. Function IAT Hook on TerminateProcess api. How fix some errors in ...

    Dec 15, 2016 · Question 0 Sign in to vote I need implement a solution of IAT Hooking for TerminateProcess to my program and saw this important question where autor shows a basic …