Viewing 15 posts - 1 through 15 (of 41 total)
I've still been working with Microsoft off and on to try and get this permanently fixed. Their current stance is still that if you are having this issue set...
February 5, 2015 at 9:37 am
Well I ran it on our production table with 1.2 million rows and it runs in 260 ms so I think that will work just fine 🙂
January 13, 2015 at 3:35 pm
Thanks Stephanie this looks perfect. I'm going to test it with our full dataset and see how it does. I'm sure you are right and it could be...
January 13, 2015 at 1:54 pm
Interesting. After a quick search for correlated sub queries I understand why this is expected. Thanks for the help and another tool in my belt.
April 2, 2014 at 10:11 am
Nothing like a little necromancy. Here is the current status of this for anyone else searching on this problem. Using sp_setapprole and sp_unsetapprole will cause the userstore_tokenperm to...
March 10, 2014 at 4:06 pm
I followed the directions in this article http://support.microsoft.com/default.aspx?scid=kb;EN-US;959823
Trace flags 4618, 4610, and 4621 seem to have no effect on the caches ability to grow. It continues to...
August 29, 2013 at 5:16 pm
1) The build is 11.0.3128
2) I'm getting the memory sizes from sys.dm_os_memory_clerks
3) I clear it out using DBCC FREESYSTEMCACHE (‘TokenAndPermUserStore’)
4) Windows Server 2008 R2 64 bit. Sql server is...
August 29, 2013 at 3:12 pm
Does anyone have any idea where I can go from here?
October 15, 2012 at 3:36 pm
Thanks for the help. It has been so long since I've worked with such a large number of floating point numbers and calculations.
I really appreciate you taking...
March 23, 2012 at 2:49 pm
I've come up with a bunch of different ways to get SQL to spit out a two decimal point answer. What I was really curious and hoping to understand...
March 23, 2012 at 1:30 pm
The datatypes are float. The reason I am rounding beforehand is because we will be cutting checks and I have to prove that the amount of the checks will...
March 23, 2012 at 1:20 pm
Floating point rounding and adding behavior is a well studied field. If you want me to put together an example to run on your system just say so.
March 23, 2012 at 1:11 pm
Another scenario you might get the dreaded cannot login as user 'null' is when you are trying to use windows authentication across trusted domains.
If the trust between the domains breaks...
December 9, 2011 at 9:46 am
The server memory is only at 20% utilization so I don't believe so. The only other thing on that server is SharePoint and it doesn't seem to be taking...
October 12, 2011 at 1:09 pm
The only ones that aren't the service accounts are the reporting services and the integration services. Does the agent somehow run through integration services?
November 22, 2010 at 12:58 pm
Viewing 15 posts - 1 through 15 (of 41 total)