Viewing 9 posts - 1 through 9 (of 9 total)
Thank you Sean....
I'd've changed the * before it went to production....too many years of Access to not to. 😀
Thanks for the output shortcut too!
gdr
April 17, 2014 at 8:45 pm
Hi Sean,
Thanks for the "where-to-look" directions. I added a temp table, populated it using INSERTED.ComputerPKID INTO @MergeOutput and then was able to SELECT it out to the Output parameter, @NewCompID....
April 17, 2014 at 2:03 pm
I came up with the answer.
Turns out the original code in my first post, does work, but only for the dbo schema. It does not "automatically" see any properties of...
January 29, 2011 at 10:39 am
Sorry, this should have been posted under SQL Server 2005.
October 26, 2009 at 2:42 pm
Wow, I forgot all about this.
Turns out it was a very easy fix. I changed the Output parameter from AddWithValue to Add (not certain that that really did anything) but...
September 17, 2009 at 10:37 am
Thanks, but nevermind. I figured it out last night. I had to cast $property.NumberOfProcessors and $property.TotalPhysicalMemory into [Int32]$property.NumberOfProcessors and [Int64]$property.TotalPhysicalMemory. Silly datatypes anyway.
Thanks.
July 3, 2009 at 7:56 am
fyi
Attached is a text file of the dynamic sql I ended with and it works very well.
Thanks again.
March 11, 2008 at 10:02 am
That sproc I already did know about from SQL 2000. I'm trying to get all my old scripts updated (me as well), saw the CREATE LOGIN and tried to use...
March 10, 2008 at 10:07 pm
Thank you.
I didn't know that. I'll go with a dynamic sproc then.
March 10, 2008 at 9:42 pm
Viewing 9 posts - 1 through 9 (of 9 total)