Viewing 12 posts - 31 through 42 (of 42 total)
Can you paste in the text of the query and a screenshot of the parameter mapping please.
December 11, 2013 at 11:10 am
BypassPrepare is already set to true. I could probably\will probably have to use all parameters or none. The problem is it doesn't seem to like mixing parameters with hard coded...
December 10, 2013 at 12:59 pm
Are you saying I should still wrap the pipe delimited output handling within a proc. I am unsure about the ADO component use.
December 4, 2013 at 1:59 pm
FYI, My contract, is what I'm guessing is what you call a working statement is inside the If 1=2 statement at the top of my proc.
October 23, 2013 at 10:09 am
The contract is based on this post. I have used the wacky code in all my procs that use temp tables or dynamic sql so the source can get the...
October 22, 2013 at 6:21 pm
Thank You, I've added them to my Kindle app. Now I just have to track down a 2012 server.
September 24, 2013 at 11:00 am
Phil Parkin (9/1/2013)
Phillip.Putzback (9/1/2013)
September 1, 2013 at 9:20 am
Khades (8/15/2013)
One way is to make sure the configuration file is in the same path...
August 15, 2013 at 11:05 pm
Khades (8/15/2013)
August 15, 2013 at 12:56 pm
Thanks for the tips. I am going to go with a Master and child since the way our team is divided they might give me a proc to extract one...
August 14, 2013 at 3:36 pm
Once I put the ISNULL expression on every column and replaced nulls with the spaces with the SPACE() function everything has worked fine.
I have bookmarked this thread though for future...
June 5, 2013 at 11:55 am
That is some pretty impressive code. I had no idea I could do that kind of code inside a Stored Procedure. i did finally get the package to work. Come...
May 31, 2013 at 2:13 pm
Viewing 12 posts - 31 through 42 (of 42 total)