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

SQLQuery

Concatenate string and Int in SQL server

March 12, 2020March 11, 2015 by Morgan

In this article, I am going to write t-sql query to concatenate two strings and concatenate string and Int in …

Read more

Categories SQL Server, SQLQuery, SSMS

Delete Rows from SQL Server Table

March 12, 2020January 7, 2015 by Morgan

In SQL, the DELETE statement is used to remove one or more rows from a table or view. DELETE statement …

Read more

Categories SQL Database, SQL Server, SQLQuery

SQL Server – Could not allocate space for object in Database

March 13, 2020November 15, 2014 by Morgan

I got the below SQL Database error which primarily states Could not allocate space for object in Database and suggests …

Read more

Categories SQL Database, SQL Server, SQLQuery

List Table Size for all Tables in SQL Database

March 13, 2020November 13, 2014 by Morgan

When you feel the size of your SQL Database growing larger, you need to find the reason for what are …

Read more

Categories SQL Database, SQL Server, SQLQuery

FOR LOOP in SQL Server Database

March 13, 2020November 13, 2014 by Morgan

I had a requirement to insert continuous numbers into continuous rows of SQL Database table for testing purpose. After gone …

Read more

Categories SQL Server, SQLQuery

Case Sensitive Search in SQL Query (Where)

March 13, 2020October 8, 2014 by Morgan

Normally, in programming languages like C# .NET, we need to explicitly add criteria to ignore case sensitive search or compare …

Read more

Categories SQL Server, SQLQuery, SSMS

Create temp table in SQL Server

March 13, 2020July 29, 2014 by Morgan

     SQL Server provides the feature temporary table which helps user to replace Stored Procedure that requires large number of …

Read more

Categories SQL Server, SQLQuery, SSMS

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

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
Older posts
Page1 Page2 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