Viewing 15 posts - 1 through 15 (of 67 total)
Ah - I switched to execute as user, and i see better results now.
Thanks a ton for pointing that out !
May 21, 2021 at 8:16 pm
Agree. Thankfully this is in the exploratory phase only. For the immediate needs, I am planning to only give individual permissions to select/execute on original dbo tables/SP that i want...
May 20, 2021 at 5:25 pm
Thanks for the responses guys. For background, we have an application to do some complex calculations on data imported via excel.
Our users want to also safely try "what if" scenarios...
May 20, 2021 at 1:35 pm
well, we used it mainly for dealing with "Timeouts while executing SP". So far we have modified dozens of SPs (and functions), if not hundreds. It works every single time.
July 16, 2013 at 9:40 am
Use local variables to hold the values of the passed parameters. And then use the local variables instead of the passed parameters. This has ALWAYS worked for us in our...
July 15, 2013 at 2:24 pm
As Dave mentioned - there is no relationship rule given. So it is not possible to come up with the output that the OP is asking for.
But I suspect that...
December 29, 2012 at 7:26 am
Thanks guys. I will read up on that.
October 6, 2012 at 11:10 pm
yup - the nolock is soo much faster...
October 6, 2012 at 12:51 am
Looks like home work, but I will oblige. Have not been here for a long while.
Please post queries using format in my signature.
create table #foo(id int, name varchar(200), [state] varchar(90),...
January 18, 2011 at 10:32 pm
Mr. Magoo,
It works when I use your check, ABS(SARatio - 1)>=0.01.
There are no errors reported (which is correct). And yes, the column is a float.
But I swear I was doing...
January 22, 2010 at 10:57 pm
Yeah, you did the right test.
This makes it even more wierd.... I am getting the same result as yours when i run in query analyzer.
but instead of table object i...
January 22, 2010 at 4:55 pm
Here is a sample of the result that I wish to achieve:
TransferID FromInvestorID ToInvestorID TransferRatio StartingBasis ...
November 18, 2009 at 10:35 am
If I were you, I would be fixing my app so that it inserts the nulls in the missing columns correctly.
If I were you, and the above was not possible,...
November 7, 2009 at 8:36 pm
Viewing 15 posts - 1 through 15 (of 67 total)