How can we help you today? How can we help you today?
ChrisGStevens
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...
2 followers 4 comments 0 votes
[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 ...
2 followers 2 comments 0 votes
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...
3 followers 3 comments 0 votes