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

SQL Server

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

Create new SQL Database in different location using SSMS

March 13, 2020November 14, 2014 by Morgan

When you create new SQL Server Database, both Primary data file and Log file of the database will be created under …

Read more

Categories SQL Database, SQL Server, SSMS

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

Powershell script to Backup and Restore SQL Database

March 13, 2020November 9, 2014 by Morgan

Getting Backup of SQL Database is important task for every DBA before making any changes in production environment, so that …

Read more

Categories Powershell, SQL Database, SQL Server

Backup and Restore SQL Database using SSMS

March 13, 2020November 8, 2014 by Morgan

Getting Backup of SQL Server database is one of the very important task before doing any critical change in database …

Read more

Categories SQL Server, SSMS

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