Viewing 12 posts - 1 through 12 (of 12 total)
Hi again, Phil.
You're right, of course. These tables were not under my control when they were created. I then worked for a different company. I can consider this setup a...
February 21, 2022 at 2:46 pm
Hi Phil.
Many thanks for coming back on this. It drives me crazy...
It happens at least in VS 2019 and 2020, which I've checked. I have several tables with such an...
February 21, 2022 at 12:53 pm
Hi there. Good article... but please, please, please, when you write SQL and alias tables, as it should be, also alias the columns used! It's absolutely frustrating and highly unhelpful...
July 5, 2018 at 1:38 am
You have to serialize the access to both tables at the same time, then get your max, do what you need and then commit the transaction letting others access it....
February 27, 2018 at 8:53 am
Please don't create questions in such a way that from one question one can deduce the correct answer(s) to the others. Thanks.
September 29, 2016 at 5:12 am
Please don't create questions in such a way that from one question one can deduce the correct answer(s) to the others. Thanks.
September 29, 2016 at 4:56 am
I know it's an old thread but... Let me tell you this: if a table is clustered, then it's enough to DISABLE the cluster. Nobody will be able to access...
June 6, 2015 at 2:56 pm
Well, that doesn't solve the problem, to be honest. Even If I import the data to a staging table, it's still in the form of a.aaa+eAA, and there is no...
January 26, 2012 at 11:06 am
Mate, that won't work. Through BIDS Helper all you can change is a variable's NAMESPACE, not SCOPE.
October 4, 2011 at 9:54 am
Well, I have found the solution. In short:
[SqlFunction(IsDeterministic = true, Name = "ufn_RunningTotalForDecimal")]
[return: Microsoft.SqlServer.Server.SqlFacet(Precision = 18, Scale = 2)]
...
March 1, 2011 at 11:52 am
Hi there. Well, it works for the parameters but it doesn't for the outcome, which is marked as illegal when I try to decorate it with the facet... Any other...
March 1, 2011 at 10:30 am
Hi. I don't know if I get it right but I have read here
http://sqlblogcasts.com/blogs/tonyrogerson/archive/2006/11/10/1280.aspx
and here
that the NOLOCK hint can wreak havoc on the integrity of the...
May 30, 2008 at 2:55 am
Viewing 12 posts - 1 through 12 (of 12 total)