Viewing 15 posts - 3,961 through 3,975 (of 39,735 total)
Thanks, I think every time I try to get something done in Azure, I learn something. Between the complexity and pace of change, I'm always learning something.
April 29, 2019 at 9:57 am
I enable it rarely. We do use it for deployments from Redgate products, but overall I think I worry about accidentally doing something strange in a script. Also, since I...
April 26, 2019 at 9:54 pm
I like Matt's solution. Once you decide on ordering and know what item you want, row_number() gives you a value that you can use in the WHERE clause.
April 26, 2019 at 3:38 pm
Here are versions and features supported: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport
Unsupported items: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureNonSupport
In general, when I looked at this before, and you are like a dbowner for a database(s), but not exactly. There are...
April 26, 2019 at 3:36 pm
That's the report, but I have to find the issue in Github for tracking. Didn't see one, or someone named it strangely. I just added a new one.
April 26, 2019 at 2:53 pm
Thought there was an issue for this, Luis, but don't see one in the various code style items. Added this.
April 26, 2019 at 2:15 pm
Grant is correct. You're trying to think about this incorrectly, according to what MS has built.
Azure SQL DB <> SQL Server database on premise
In fact, the version of Azure SQL...
April 26, 2019 at 2:12 pm
A bit more code to check
SELECT a.PharmNo, a.ClaimNo, a.ClaimDate, b.PharmNo, b.ClaimNo, b.ClaimDate
FROM Claim AS a
INNER JOIN Claim AS b ON a.PharmNo = b.PharmNo...
April 26, 2019 at 2:07 pm
I agree with Grant, though I'll say that pursuing the certification gives you a chance to learn, and you can document that. You can make notes, blog, write test queries...
April 26, 2019 at 2:05 pm
I think I missed this because if you click a menu item, it does go away. I would think if you click menu, that's the most obvious choice, but maybe...
April 26, 2019 at 1:59 pm
No idea if that's available as some event. I think this is one reason people start to hate JS, and we get some weird designs because there are so many...
April 26, 2019 at 1:56 pm
Viewing 15 posts - 3,961 through 3,975 (of 39,735 total)