Viewing 15 posts - 31 through 45 (of 295 total)
"There's also a weird mention of Fabric in the announcement, which doesn't seem to fit with the objective of the rest of article."
I think they just mention Fabric at every...
July 10, 2024 at 2:51 pm
I've used the DevExpress tools for quite a few reports in the past. I used them in Winforms applications, but they have ASP.NET tools as well.
June 26, 2024 at 2:35 pm
Code freezes are different where I work. They are periods where nothing (apart from emergency fixes) can be deployed due to business constraints, eg. end of year, end of tax...
April 10, 2024 at 2:06 pm
It's not just different strokes for different folks; sometimes one "folk" wants different things at different times. There's a pub in my town that puts on live music and I...
April 8, 2024 at 9:23 am
BIN2 does distinguish between uppercase and lowercase, it just sorts them differently from CS collations.
March 18, 2024 at 1:29 pm
Just in case someone comes here with a similar problem, the article below has an explanation of a possible scenario and the solution.
TRY_CAST Arithmetic Overflow Error - Purple Frog Systems
March 13, 2024 at 11:28 am
The decision on whether or not to pre-approve when I've suggested changes depends on a few things for me.
February 28, 2024 at 10:34 am
I like this idea in theory, but it could cause a bit of drag in practice due to people having to re-skill. At my current employer, I started as a...
February 13, 2024 at 3:30 pm
I tend to update SSMS fairly soon after the new version is announced. Same for the Red Gate add-ins.
For Visual Studio, I tend to wait quite a while because I...
February 2, 2024 at 3:19 pm
If you drop the brackets around (2002 AS year), it would work. Alternatively, you could SELECT from the Books table first and then the SELECT against New would inherit the...
January 5, 2024 at 10:52 am
Removed duplicate post.
November 1, 2023 at 12:28 pm
The syntax I've used in the past for this type of thing is below. Because TRUNCATE needs higher permissions than DELETE, we had to create a special user for procedures...
November 1, 2023 at 12:28 pm
There's nothing to stop you from having the normalised model and building a dimensional model on top of that. Then you have the best of both worlds when it comes...
October 4, 2023 at 8:02 am
I also think "We can't guess" is correct, but for a different reason. Rows could have been inserted by other users in the time between the insert statement and the...
August 2, 2023 at 8:16 am
You are declaring @TrackingNO as a variable when there is already a parameter by that name in the procedure declaration.
July 12, 2023 at 10:58 am
Viewing 15 posts - 31 through 45 (of 295 total)