Viewing 15 posts - 121 through 135 (of 232 total)
As I expected; the test for the view takes 20+ second to run and I have not tested it from running a function yet.. that's next
May 11, 2009 at 4:39 pm
There are highly interested in this issue and I wrapped up my stuff and hoping to finish this thing pdq..
:))
May 11, 2009 at 4:22 pm
I see 🙂
May 11, 2009 at 4:07 pm
would this go inside the view also:
GO
SELECT
ed.*
FROM
dbo.EmpData ed
WHERE
ed.ID = '22026'
GO
May 11, 2009 at 4:04 pm
I modified a little and it runs and returns two records...
select
*
from
openquery(ads_link1111,
'SELECT
[BRGEMP].[ID],
ltrim(rtrim([BRGEMP].[LNAME])) ,
...
May 11, 2009 at 3:53 pm
I am on a conference call with the development team and my boss about this issue and see if I have job by the end of the day .. hehehe...
May 11, 2009 at 3:36 pm
yes, that is not a problem I was experimenting something.. but they will be and should be using the @emp_id that comes in as a param..
May 11, 2009 at 3:23 pm
That's alright if you can not do the phone deal... well, I guess this is going to be a T-Shirt winner after all and after I post the complete scenario...
May 11, 2009 at 3:12 pm
Would you like me to call you on the phone?
You are more than welcome to call me 949.973.5234
either way, I think we can save some time this way and post...
May 11, 2009 at 2:44 pm
here is the 99 beers on the wall 😛
please refer to the link in below::
http://www.sqlservercentral.com/Forums/Topic711409-338-1.aspx
May 11, 2009 at 2:42 pm
It looks good, but there is no way that I can get away with multiple query structure trying to run in a view. This will require some dynamic string building...
May 11, 2009 at 2:13 pm
I am to a point that need to make a decision on whether I should redesign the function-callers structure rather than trying to convert the existing functions to return the...
May 11, 2009 at 12:44 pm
yes, of course, not too worry about the a little performance hit, but, we are talking about brining the entire table or even the entire result-set from a possible complex...
May 11, 2009 at 11:46 am
...Let me ask you this::
I know that there are some xp and CLRs that can be called from a function, no? If that is the case do you think...
May 11, 2009 at 11:43 am
Also, if you recall Lynn I had to use a dynamic statement since there are various parameters from within a proc.. so, I am not sure this would work in...
May 11, 2009 at 11:39 am
Viewing 15 posts - 121 through 135 (of 232 total)