Viewing 15 posts - 1 through 15 (of 34 total)
Ross McMicken (8/13/2010)
Grant Fritchey (11/10/2008)
August 13, 2010 at 8:45 am
To the poster who mentioned Excel 2010...please share your observations. We're about to move up to this "because it's there". :/
August 13, 2010 at 8:02 am
Good point, we have many table triggers. I'm glad the vendor took ownership of this.
Thanks!
January 4, 2010 at 7:52 am
The software vendor supplied a fixed version of their SP, which runs from my calling SP. The moral of the story is if it runs by itself, that's no guarantee...
December 31, 2009 at 9:53 am
Thank you for your suggestion. I ran it from SSMS like this - is that what you intended me to do?
Begin Transaction
--exec MyCallingProcName @Param ="Whatever"
EXEC [dbo].[MyCallingProcName]
ABCD, --@Whse ...
December 31, 2009 at 8:16 am
Have you
tried wrapping the insert exec itself in a transaction ?
This is something I probably need to learn how to do! I've never used (never had to use) transactions.
Here's...
December 30, 2009 at 2:50 pm
Thank you for your interest!
Yes, I can execute it from SSMS, provide parameters, and get data back. I can also run it from the application form using the same parms...
December 30, 2009 at 2:42 pm
It does, but I don't know if I'm legally allowed to post the code. It's part of a big system we "Purchased" but we don't "own" the code and can't...
December 30, 2009 at 2:26 pm
I think the rules of the game are changing so fast that our current plans may be meaningless in a scenario where IT is no longer an employment opportunity. If...
December 16, 2008 at 9:22 am
I think these politicians are so uninformed about the details of the issues that they depend on staff to summarize the information for them. That leaves the window open for...
December 16, 2008 at 8:05 am
I now do a job that didn't exist when I went to school or when I first started work.
Same here. I was a nurse aide in college,...
December 16, 2008 at 7:02 am
I looked in the place in Excel you suggested to find where Excel is storing connections.
C:\Program Files\Common Files\ODBC\Data Sources
There I find dsn files that I can't edit. One of...
December 12, 2008 at 1:33 pm
Eric, I just went back and re-read that post of yours. The day you posted it, it was totally over my head. Today, I get it. So I searched my...
December 12, 2008 at 11:28 am
I got it working, thanks!
Funny thing, in the previous spreadsheet that I created and blew past the place where you indicate where teh input values for the parms should...
December 12, 2008 at 10:48 am
Don't close the dialog, you'll still need it to indicate where the input values for the parms in your sp should come from.
Now click the Properties button in that dialog,
This...
December 12, 2008 at 9:16 am
Viewing 15 posts - 1 through 15 (of 34 total)