This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Microsoft Logo
Gray Pipe
Developer Network Developer Network Developer
:CreateViewProfileText: Sign in
Subscriber portal
Get tools
  • Downloads
    • Visual Studio
    • SDKs
    • Trial software
      • Free downloads
      • Office resources
  • Programs
    • Subscriptions
      • Overview
      • Administrators
    • Students
      • Microsoft Imagine
      • Microsoft Student Partners
    • ISV
    • Startups
    • Events
  • Community
    • Magazine
    • Forums
    • Blogs
    • Channel 9
  • Documentation
    • APIs and reference
    • Dev centers
    • Samples
    • Retired content
search clear
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

.NET Framework inside SQL Server announcement

  • Link
    Scope and purpose of this forum
    Bob Beauchemin Tuesday, August 14, 2012 8:28 PM

    This forum covers questions regarding .NET assemblies and database objects running as part of SQL Server including user-defined types, user-defined aggregates, UDFs, triggers, and stored procedures implemented in .NET code. supported by SQL Server 2005 and later versions. Other questions regarding SQL Server database access and other related technologies should be directed to the most appropriate forum to obtain the best response.

    Questions on SQL Server .NET Client (SqlClient) data access should be posted to the ADO.NET data provider forum: http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/threads

    Questions on using SQL Server with ASP.NET should be posted to the ASP.NET forums: http://forums.asp.net/

    Questions on writing Transact-SQL code, including T-SQL stored procedures, UDFs, and triggers: http://social.technet.microsoft.com/Forums/en-US/transactsql/threads

    Questions on installation problems pertaining to .NET installations should be posted to the SQL Server Setup and Upgrade forum: http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads

    Questions on problems using SQL Server Data Tools: http://social.technet.microsoft.com/Forums/en-US/sqltools/threads

    Questions on using other Data Access APIs (e.g. ODBC, OLE DB): http://social.technet.microsoft.com/Forums/en-US/sqldataaccess/threads

    Questions on writing code for SQL Server Compact Edition: http://social.technet.microsoft.com/Forums/en-US/sqlce/threads

    Questions on SQL Server Express-specific issues: http://social.technet.microsoft.com/Forums/en-US/sqlexpress/threads

    Questions that are off-topic in this forum may be moved to one of the other, more relevent, forums to ensure the best, most prompt response and facilitate forum-specific searchng for similar questions that have already been resolved.

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
.NET Framework inside SQL Server
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    Powershell automation of SCCM reports through Posh tool .

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi all, i am looking for the solution to inbuilt the credentials inside the PoSH tool which i have created for SCCM reports. But the big question is i am not able to inbuilt the ...
    Unanswered | 2 Replies | 377 Views | Created by Sachin_Kumar0000 - Friday, December 13, 2019 11:40 AM | Last reply by Sachin_Kumar0000 - Friday, December 20, 2019 10:08 AM
  • large check mark
    0 Votes

    The number of variables declared in the INTO list must match that of selected columns ?

    SQL Server
     > 
    .NET Framework inside SQL Server
    Im receiving error: The number of variables declared in the INTO list must match that of selected columns Whats that? My ...
    Answered | 2 Replies | 332 Views | Created by Gaccerbo - Tuesday, December 17, 2019 3:33 PM | Last reply by Erland Sommarskog - Tuesday, December 17, 2019 10:46 PM
  • large check mark
    0 Votes

    Return LEFT String from character '.' fails

    SQL Server
     > 
    .NET Framework inside SQL Server
    Im using: SELECT LEFT(Nombre,LEN(Nombre)-CHARINDEX('.',Nombre)) from PCC.Archivos WHERE Nombre LIKE '4d3d7b5d-947d-4524-98ea-f722cafa27ee_164.png' Actual ...
    Proposed | 1 Replies | 311 Views | Created by Gaccerbo - Tuesday, December 17, 2019 5:29 PM | Last reply by Gaccerbo - Tuesday, December 17, 2019 5:48 PM
  • large check mark
    0 Votes

    IS v10 Could not find a part of the path

    SQL Server
     > 
    .NET Framework inside SQL Server
    System.IO.DirectoryNotFoundException: Could not find a part of the path '\\x.x.x.x\foldername'. The foldname is mapped drive on another server in a ...
    Unanswered | 0 Replies | 428 Views | Created by TarekF - Tuesday, December 10, 2019 4:27 PM
  • large check mark
    0 Votes

    SQL selecting from a database but excluding whats in a textbox

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi, in the example below I am selecting from a MySql database where the id column matches what is in the Number.Text. Number.Text is a random ...
    Unanswered | 1 Replies | 499 Views | Created by nigelsvision - Monday, December 9, 2019 7:34 PM | Last reply by Erland Sommarskog - Monday, December 9, 2019 10:56 PM
  • large check mark
    1 Votes

    Merge Three Tables and get one output using Sql Query

    SQL Server
     > 
    .NET Framework inside SQL Server
    I have below candidate table details Table_TraineeInfo TraineeID     BatchId  ...
    Answered | 5 Replies | 1034 Views | Created by mazhar khan123 - Monday, December 2, 2019 8:38 AM | Last reply by Erland Sommarskog - Thursday, December 5, 2019 10:10 PM
  • large check mark
    0 Votes

    Memory consumption while executing the Query

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi Team, We have developed a .Net WPF application which is using ADO.Net to read data from the SQL server. As part of the WPF application, a query returns ...
    Unanswered | 2 Replies | 931 Views | Created by Naga Suresh - AIMS360 - Monday, November 18, 2019 3:40 PM | Last reply by Olaf Helper - Monday, November 18, 2019 5:40 PM
  • large check mark
    0 Votes

    Alternate of UPDLOCK,TABLOCK

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi, Can some one help me with table hints. Somebody has used WITH(UPDLOCK,TABLOCK) in sql in one of the applications I am working for an update statement. I suspect that this ...
    Unanswered | 3 Replies | 1005 Views | Created by Hp2019 - Thursday, November 14, 2019 2:10 PM | Last reply by Erland Sommarskog - Monday, November 18, 2019 11:53 AM
  • large check mark
    0 Votes

    SQL Server Agent crashes - internal error in the .NET runtime

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hello everyone, We have an SQL Server 2017 (RTM-CU16) running on Windows Server 2019 Standard x64 OS. We reboot our server weekly, ...
    Unanswered | 0 Replies | 950 Views | Created by idimitrak - Monday, November 11, 2019 12:59 PM
  • large check mark
    0 Votes

    How to replace string sTSQL parameter with stored procedure spqueRun on csharp clr function ?

    SQL Server
     > 
    .NET Framework inside SQL Server
    problem How to replace string sTSQL parameter with stored procedure spqueRun on csharp clr function ? clr function wih csharp work on sql good but must pass tsql ...
    Answered | 2 Replies | 980 Views | Created by engahmedbarbary - Saturday, November 9, 2019 9:51 AM | Last reply by Timon Yang - Monday, November 11, 2019 8:39 AM
  • large check mark
    0 Votes

    List of modules in CLR

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi all Is there any way to list the available Stored Procedures and Functions in an (installed) assembly? Maybe with their ...
    Answered | 4 Replies | 1125 Views | Created by EgSuLu - Thursday, November 7, 2019 4:08 PM | Last reply by Olaf Helper - Thursday, November 7, 2019 7:38 PM
  • large check mark
    0 Votes

    SQL Connection string for service account in a C# solution

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi All, I am very new in coding the C# solutions, I have a c# solution which will connect to the TFS (Team foundation server) download the files and then deploy them to ...
    Answered | 3 Replies | 928 Views | Created by Rahul 11 - Tuesday, October 29, 2019 9:35 PM | Last reply by Olaf Helper - Wednesday, October 30, 2019 9:31 AM
  • large check mark
    0 Votes

    SQL Server Distributed Cache

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hello, Has any one worked on SQL Server Distributed Cache? Do we have performance numbers for SQL Distributed Cache vs ...
    Unanswered | 0 Replies | 878 Views | Created by Parameshwaran Iyer - Monday, October 28, 2019 7:58 AM
  • large check mark
    0 Votes

    Sql Connection From Local C# Application to Another Computer

    SQL Server
     > 
    .NET Framework inside SQL Server
    hi guys i build an application and build a connection to my local sql databse on my computer. Its working fine  well i want to know is there any way to connect my server ...
    Unanswered | 1 Replies | 939 Views | Created by Haashim Butt - Saturday, October 19, 2019 1:47 PM | Last reply by Erland Sommarskog - Saturday, October 19, 2019 5:05 PM
  • large check mark
    0 Votes

    sql querty to get distinct values in string_agg function

    SQL Server
     > 
    .NET Framework inside SQL Server
    i have following query where i need 3rd column values comma separated which am getting it now   but i need distinct values how can i do it? WITH SelectedData As ...
    Unanswered | 2 Replies | 4320 Views | Created by shivayogiHiremath - Monday, September 10, 2018 7:48 AM | Last reply by RichBCamarillo - Friday, October 18, 2019 11:55 PM
  • large check mark
    0 Votes

    SQL WPF C#

    SQL Server
     > 
    .NET Framework inside SQL Server
    How to store data into SQL Server tables in WPF C#?
    Unanswered | 2 Replies | 1185 Views | Created by Saya.d - Wednesday, October 16, 2019 1:17 PM | Last reply by Erland Sommarskog - Wednesday, October 16, 2019 9:32 PM
  • large check mark
    0 Votes

    Split column into multiple based on value

    SQL Server
     > 
    .NET Framework inside SQL Server
    I am looking to split a column into 4 parts based on the value in the column eg. table: ID | Some No a          ...
    Unanswered | 1 Replies | 1060 Views | Created by eruig - Monday, October 14, 2019 8:01 AM | Last reply by Erland Sommarskog - Monday, October 14, 2019 9:41 PM
  • large check mark
    1 Votes

    Strange results in SQL 2005 with CLR UDF and Varbinary(MAX)

    SQL Server
     > 
    .NET Framework inside SQL Server
    I have an empty C# CLR UDF that looks like this: public static SqlBytes MyUDF(SqlBytes data) { return data; } Defined like ...
    Answered | 3 Replies | 3054 Views | Created by Neil Weicher - Friday, February 7, 2014 8:16 PM | Last reply by Kazzman - Wednesday, October 2, 2019 12:40 PM
  • large check mark
    0 Votes

    Database connection issue

    SQL Server
     > 
    .NET Framework inside SQL Server
    Hi there, I am trying to connect server database in my web api. While doing this I am getting following error in Postman. "Could not get ...
    Unanswered | 1 Replies | 1303 Views | Created by Nihar86 - Friday, September 27, 2019 12:51 PM | Last reply by Olaf Helper - Friday, September 27, 2019 1:07 PM
  • large check mark
    0 Votes

    Can I connect SQL Server 2005 to Visual Studio Community 2019 / Visual Studio Code?

    SQL Server
     > 
    .NET Framework inside SQL Server
    I was assigned to develop an asp.net with the database in SQL Server 2005. Can Visual Studio Code or Visual Studio 2019 Community connect with SQL Server 2005?
    Unanswered | 3 Replies | 1138 Views | Created by xokin - Tuesday, September 24, 2019 4:21 AM | Last reply by Olaf Helper - Wednesday, September 25, 2019 5:35 AM
  • Items 1 to 20 of 2922 Next ›
Announcement: 1

.NET Framework inside SQL Server announcement

  • Link
    Scope and purpose of this forum
    Bob Beauchemin Tuesday, August 14, 2012 8:28 PM

    This forum covers questions regarding .NET assemblies and database objects running as part of SQL Server including user-defined types, user-defined aggregates, UDFs, triggers, and stored procedures implemented in .NET code. supported by SQL Server 2005 and later versions. Other questions regarding SQL Server database access and other related technologies should be directed to the most appropriate forum to obtain the best response.

    Questions on SQL Server .NET Client (SqlClient) data access should be posted to the ADO.NET data provider forum: http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/threads

    Questions on using SQL Server with ASP.NET should be posted to the ASP.NET forums: http://forums.asp.net/

    Questions on writing Transact-SQL code, including T-SQL stored procedures, UDFs, and triggers: http://social.technet.microsoft.com/Forums/en-US/transactsql/threads

    Questions on installation problems pertaining to .NET installations should be posted to the SQL Server Setup and Upgrade forum: http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads

    Questions on problems using SQL Server Data Tools: http://social.technet.microsoft.com/Forums/en-US/sqltools/threads

    Questions on using other Data Access APIs (e.g. ODBC, OLE DB): http://social.technet.microsoft.com/Forums/en-US/sqldataaccess/threads

    Questions on writing code for SQL Server Compact Edition: http://social.technet.microsoft.com/Forums/en-US/sqlce/threads

    Questions on SQL Server Express-specific issues: http://social.technet.microsoft.com/Forums/en-US/sqlexpress/threads

    Questions that are off-topic in this forum may be moved to one of the other, more relevent, forums to ensure the best, most prompt response and facilitate forum-specific searchng for similar questions that have already been resolved.

Help us improve MSDN.
Visit our UserVoice Page to submit and vote on ideas!
Make a suggestion

Dev centers

  • Windows
  • Office
  • Visual Studio
  • Microsoft Azure
  • More...

Learning resources

  • Microsoft Virtual Academy
  • Channel 9
  • MSDN Magazine

Community

  • Forums
  • Blogs
  • Codeplex

Support

  • Self support

Programs

  • BizSpark (for startups)
  • Microsoft Imagine (for students)
United States (English)
  • Newsletter
  • Privacy & cookies
  • Terms of use
  • Trademarks
logo © 2019 Microsoft