About 114 results
Open links in new tab
  1. Microsoft SQL: The target principal name is incorrect. Cannot generate ...

    Jun 23, 2020 · 'Microsoft SQL: The target principal name is incorrect. Cannot generate SSPI context' while connecting to SQL server.

  2. SQL Management Studio, The Target Principal Name is incorrect.

    Apr 18, 2018 · SQL Management Studio, The Target Principal Name is incorrect. Cannot Generate SSPI context Archived Forums 361-380 > SQL Server Manageability

  3. SQL CLR stored procedure to return a result set.

    Apr 3, 2015 · Been playing around with SQL 2008R2 CLR stuff in the last few days, really quite impressed. I've replaced a load a scalar & table valued functions that ran slowly and now it's time to …

  4. User mapping problem with Linked Server - social.msdn.microsoft.com

    Mar 15, 2011 · SQL logins are local to the server, if you want to connect from one server to another server with SQL logins, the link server will have to "know" the user/password to use to connect to the …

  5. Exception has been thrown by the target of an invocation.

    Aug 17, 2011 · I have updatepanel which holds grid, the gird is loaded with data using objectdatasource.

  6. Setting COmboBox Record Source property to use a SQL Server stored ...

    May 24, 2011 · The user enters some text into a TextBox, then clicks on one of three buttons: Last Name, Address, or Phone Number. Each button invokes a different stored proc to search by -- you …

  7. SQL Server 2017 - Nach Domaene-Umzug funktioniert Windows ...

    bin das erste Mal hier und hoffe jemand kann mir sagen, ob man mein Problem einfach lösen kann ohne den SQL Server wieder komplett neu zu installieren. Ich habe zwecks Testen und offline arbeiten …

  8. Monitor SQL agent jobs in SCOM - social.msdn.microsoft.com

    Jan 19, 2010 · Please help me to monitor the sql agent jobs in scom.

  9. dynamic column alias from another table

    Sep 16, 2012 · So much, so wrong, in so few words. First of all, columns in a row in a table are not fields in a record. A column has a known name, data type and constraints (these define its domain). No …

  10. how to install SQL server as a service? - social.msdn.microsoft.com

    Feb 10, 2007 · If you're trying to install SQL so that the SQL Server service is on by default, you can use SQLAUTOSTART=1 in the silent install or check the box during a UI install.