You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke-DbaQuery -Query "IF OBJECT_ID(N'dbo.ServiceRequests', N'U') IS NULL BEGIN CREATE TABLE dbo.ServiceRequests (ID INT NOT NULL IDENTITY(1,1) PRIMARY KEY, Title varchar(MAX) not null, Description varchar(MAX) not null, Requester varchar(MAX) not null, Manager varchar(MAX) not null, Status int not null); END;" -SqlInstance $Connection