Chad Baldwin

Results 28 comments of Chad Baldwin

I personally don't see this happening. There are likely people out there who rely on the default value, and changing that default value could cause unexpected results. Changing default values...

Does this not have the potential to introduce issues to those relying on the current default behavior? Perhaps I'm misunderstanding how this flag works, but this is how I understand...

After playing around with turning check boxes on and off, and saving the publish profile. It seems it is possible to end up with both of these set: ```xml True...

Yes! 100% support this. Just to add a personal use case to this request...here is what I'm trying to do: ```yaml type: custom:auto-entities card: type: history-graph filter: include: # I...

Awesome thanks! This will be perfect for what I'm trying to do (generate T-SQL Table schema from a CSV).

@Glasses93 haha! Too funny. (regarding the `F5` safety) This exact usage just occurred to me last night while responding to reddit posts in r/SQLServer. Someone was talking about how they...

@kiquenet yup, that's my post on Reddit where I shared this blog post. Did you have any questions about it?

@MattEHarrington it was a bit of an odd scenario. DBA was out on PTO/vacation. I didn't want to wait to get the project done and it was the only thing...

@janszedc thanks for the feedback! I don't use the PowerShell ISE, but I'll keep that in mind if I ever do. Generally I use VS Code, and monitor it through...

@samot1 I never said it was hard, I just wanted to point out that `SUM()`, `AVG()` and `COUNT()` do not have row based counter parts like `MIN()` and `MAX()` do...