Viewing 15 posts - 3,406 through 3,420 (of 5,394 total)
Ninja's_RGR'us (3/3/2011)
Grant Fritchey (3/3/2011)
March 3, 2011 at 10:36 am
Received in PM:
tonymartini777 (3/2/2011)
Your response was spot on. Sorry for the confusion. Here goes the long version.
I want to create a scalar UDF where I pass the said 'tagname, starttime,...
March 3, 2011 at 9:25 am
You're probably right.
Let's see what happens, I'll keep you posted.
Thank you, guys.
March 3, 2011 at 6:58 am
Dave Ballantyne (3/3/2011)
Try with DAC, not saying it will work. But *sometimes* you get better access.
WTF! No, way, even from DAC.
EDIT: Interesting side-effect of my original issue: I found...
March 3, 2011 at 6:44 am
You could do both. Personally, I would write a stored procedure.
March 3, 2011 at 6:35 am
Dave Ballantyne (3/3/2011)
Gianluca Sartori (3/2/2011)
This statement is inside a system stored procedure and I can't modify it. I must admit I tried (when everything else failed)...
March 3, 2011 at 2:23 am
Ninja's_RGR'us (3/2/2011)
... and once you get this resolved, please post the bug on connect so that ms can fix this isssue for the rest of us.TIA.
I don't want to be...
March 3, 2011 at 2:05 am
Grant Fritchey (3/2/2011)
OK. What about setting up a Plan Guide?
I tried, but the problem is always the same: I can't reference the object named "sys.sp_mergemetadataretentioncleanup" in the plan guide, because...
March 3, 2011 at 1:31 am
I don't understand if you're trying to create a scalar UDF...
CREATE FUNCTION getSomeValue
(
@TagName varchar(128),
@StartDate datetime,
...
March 2, 2011 at 2:26 pm
You could use database mail.
If you are inserting from a stored procedure, you could add the code there, otherwise you could send the email from a trigger.
March 2, 2011 at 2:16 pm
I wish I could, Jeff!
This statement is inside a system stored procedure and I can't modify it. I must admit I tried (when everything else failed) and my ALTER PROCEDURE...
March 2, 2011 at 2:07 pm
WayneS (2/25/2011)
Gianluca Sartori (2/25/2011)
Check this great article by Wayne Sheffield:http://www.sqlservercentral.com/articles/Temporary+Tables/66720/
Thanks Gianluca.
[shameless plug] And if you happen to be going to SQL Saturday #69 in Philadelphia on March 5, 2011, I'll...
February 25, 2011 at 9:49 am
Sean Lange (2/25/2011)
...there is not a table to log against. This is no different than any other variable type.
Not true: operations on table variables are logged, but don't participate in...
February 25, 2011 at 9:05 am
Check this great article by Wayne Sheffield:
http://www.sqlservercentral.com/articles/Temporary+Tables/66720/
February 25, 2011 at 8:51 am
Viewing 15 posts - 3,406 through 3,420 (of 5,394 total)