Viewing 15 posts - 3,991 through 4,005 (of 39,768 total)
We are testing and trying out a few different plugins. Sometimes licensing for a few of these is strange and we've had some issues with them working in QA, and...
May 2, 2019 at 1:39 pm
No worries. Juggling projects can get confusing. I wish that they supported refreshes of some sort, but they really didn't architect this in and not likely going to in the...
May 2, 2019 at 1:37 pm
Yeah, my fault. Didn't check the WHERE clause box as the answer. This new interface is a little tricky as I don't have a validation check and I can't see...
May 2, 2019 at 1:32 pm
IaaS is often the way to go when you want to lift and shift, but if the workload is not steady and you have to overbuy hardware for peaks, better...
May 2, 2019 at 1:30 pm
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
Viewing 15 posts - 3,991 through 4,005 (of 39,768 total)