Comments
Sort by recent activity
You can also use a repo for the snippets folder. I have mine as a git repo, so that if I change things, I can commit and store in VCS, pulling down on other machines. / comments
You can also use a repo for the snippets folder. I have mine as a git repo, so that if I change things, I can commit and store in VCS, pulling down on other machines.
Yes, the hosted agent needs to install the plugins. The hosted agent is rebuilt each time from scratch and doesn't include the SCA cmdlets. / comments
Yes, the hosted agent needs to install the plugins. The hosted agent is rebuilt each time from scratch and doesn't include the SCA cmdlets.
confirmed in Prompt v.9.2.1.5713. This is a valid query hint https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-query?view=sql-server-2017 / comments
confirmed in Prompt v.9.2.1.5713. This is a valid query hinthttps://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-query?view=sql-server-2017
No, the SCA projects really use the migration scripts. The set of schema items is really for you to view, but the changes are in the migrations. If you make simple schema changes, this might work, but I think there are some missing items that preclude this.
I'll ask the question, but I think the idea is that this won't quite work.
/ comments
No, the SCA projects really use the migration scripts. The set of schema items is really for you to view, but the changes are in the migrations. If you make simple schema changes, this might work, ...
Whoa, that's cool. And also, #$%##@ developers. I didn't see an update for when this was going live. I'll have to give it a go as well. Let me know if this helps or you have more questions. If they're related, post here. If not, start a new thread. / comments
Whoa, that's cool. And also, #$%##@ developers. I didn't see an update for when this was going live.I'll have to give it a go as well. Let me know if this helps or you have more questions. If they'...
Smo will allow you to do this. I assume you're doing some looping and following a pattern in C#. There are classes to connect to tables and alter them as needed. You can start with the Table.Alter method: https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.management.smo.table.alter?view=sqlserver-2016 / comments
Smo will allow you to do this. I assume you're doing some looping and following a pattern in C#. There are classes to connect to tables and alter them as needed. You can start with the Table.Alter ...
The same conflict of the image you posted above with Prompt or something else? / comments
The same conflict of the image you posted above with Prompt or something else?
I don't see this, running these versions: VS 2017 - 15.6.2 Prompt 9.2.5.6073 SCA - latest, not sure how to check this but no updates listed.
/ comments
I don't see this, running these versions:VS 2017 - 15.6.2Prompt 9.2.5.6073SCA - latest, not sure how to check this but no updates listed.
I'd be curious to see the logs with timing. Where is this slow? / comments
I'd be curious to see the logs with timing. Where is this slow?