Skip to content
MorganTechSpace
  • Home
  • Powershell
  • Office 365
  • Azure AD
  • Exchange Online
  • SharePoint Online
  • Active Directory
  • Contact

SQL Server

The DELETE statement conflicted with the REFERENCE constraint

March 13, 2020July 5, 2014 by Morgan

You will get this error when you are trying to Delete the record from a Table which has a reference …

Read more

Categories SQL Server, SQLQuery, SSMS

DELETE vs TRUNCATE in SQL Server

March 13, 2020May 30, 2014 by Morgan

Delete command removes the specific set of rows from a table based on the condition in a WHERE clause. Truncate …

Read more

Categories SQL Server

Event 17058 – initerrlog: Could not open error log file (SQL Server)

March 13, 2020May 30, 2014 by Morgan

I got an error when I try to start the SQL Server service and the error message suggest me to …

Read more

Categories Event ID, SQL Server

How to Store and Retrieve File in SQL Server Database using C# .Net

March 13, 2020May 27, 2014 by Morgan

Description: In this article I am going to write C# code to insert/save/store any type of file (pdf/txt/image/.zip) into Sql …

Read more

Categories C#, File System, SQL Server

Difference between Integrated Security SSPI vs True

March 13, 2020May 22, 2014 by Morgan

We can use two kinds of Authentication to connection SQL Server namely SQL Server Authentication and Windows Authentication. To force …

Read more

Categories Security, SQL Server

How to Store and Read Byte Array in SQL Server Database using C# .Net

March 13, 2020May 21, 2014 by Morgan

Description: Byte is an immutable value type that represents unsigned integers with values that range from 0 to 255. You …

Read more

Categories C#, SQL Server, SQLQuery

How to Store and Read C# Class Object in Sql Server

March 13, 2020May 4, 2014 by Morgan

Description There is no build-in sql datatype to store C# class object. But we can save C# class object either …

Read more

Categories C#, SQL Server, SQLQuery, XQuery

ERROR: Operand type clash: sql_variant is incompatible with image

March 13, 2020May 3, 2014 by Morgan

I got this error while insert the image file’s byte [] data into Sql server database in image datatype column. …

Read more

Categories C#, SQL Server, SQLQuery

How to Store and Retrieve Image in SQL Server Database using C# .Net

March 13, 2020May 3, 2014 by Morgan

Description: In this article, I am going to write C# code to insert/save/store the image into Sql server database and …

Read more

Categories C#, SQL Server, SQLQuery

String or binary data would be truncated the statement has been terminated

March 13, 2020April 29, 2014 by Morgan

Description This SQL error occurs when database field’s datatype,size does not match with the inserting or updating value. Suppose we …

Read more

Categories SQL Server, SQLQuery
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 Next →

Categories

  • Powershell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Office 365 Groups
  • Active Directory
  • Microsoft Graph
  • PnP-PowerShell
  • CSOM

Recent Posts

  • Get Azure AD (Entra ID) App-Only Access Token with PowerShell
  • Working with REST API in PowerShell using Invoke-RestMethod
  • M365 User SignIn Activity – Neither tenant is B2C or tenant doesn’t have premium license
  • How to Join or Concatenate String and Number Using PowerShell
  • Find Location and County by IP Address with PowerShell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Microsoft 365 Groups
  • OneDrive for Business
  • Azure AD Authentication
  • Active Directory
  • Exchange Server
  • PowerShell
  • PnP PowerShell
  • Microsoft Graph
  • CSOM
  • VBScript

Follow us

  • Facebook
  • Twitter
DMCA.com Protection Status
  • Privacy-Policy
  • Disclaimer
  • TermsOfUse
  • About
Copyright © 2025 MorganTechSpace