Posts
Sort by recent activity
Differences between Cmdlets
My goal is create specific objects and then deploy the static data. I have a few different static data scenarios.I have a database with several different schemas. My goal is to start small with ju...
[SQLCop].[test Tables without a primary key]
Need to handle the SQL Version differences.
This is the perfect example. [SQLCop].[test Tables without a primary key]
When reviewing the SQLCop failures I noticed that I had Database Users instead ...
CREATE USER should have IF NOT EXISTS
The following code is generated when doing my compare and will generate an error since my user does exist.-- User
IF NOT EXISTS (SELECT * FROM master.dbo.syslogins WHERE loginname = N'MyDomain\svc...