Viewing 15 posts - 1 through 15 (of 22 total)
This script rocks, thanks to the blogger
<a href="http://dotnetkeeda.blogspot.in/2009/09/bcp-command-to-export-data-to-excel.html"> BCP export to excel</a>
February 15, 2012 at 3:03 am
Can you post the SP which is created and giving error?
March 22, 2010 at 11:42 pm
just put print statements after creation of every SP so that u can know which part is causing the problem..
or post your script..
November 3, 2009 at 10:00 pm
Hi,
Glad to know that it helped you..
If you could post your script then i'll try to look into it..
Regards
October 27, 2009 at 12:14 am
Hi Diana..
Glad to know that it worked fine on your remote server..since you are running with windows authentication on your local server then try to remove the credentials from the...
October 6, 2009 at 11:13 pm
Hi Diana,
I cheked your script on my local environment and it worked absolutely fine.
Now few things i have in my mind.
Check the userid and password for your DB in the...
October 6, 2009 at 1:28 am
Hi diana..
You can use the variable instead of the path in the query..and thats actually intended for dynamic path only..
For error..please debug and print the dynamic SQL getting prepared..and rectify...
October 4, 2009 at 11:56 pm
August 27, 2009 at 11:11 pm
HI..
Just try to debug it and see where the problem is..
there may be a problem with compatible data type..and if it is then you can easily resolve it..
Regards..
August 13, 2009 at 11:18 pm
Hi paul..
Thanks for the "timestamp" issue..would rectify it soon
Regards
August 12, 2009 at 11:19 pm
Hi..
Thanks for bringing this in notice..actually this is a browser problem and i'd try to rectify it in next post..
Thanks
August 12, 2009 at 11:18 pm
Hey ...
I've modified it for identity column and MAX data width..
enjoy.....
/*-- =======================================================================================
--Updated by : Samardeep Singh
-- for identity columns and MAX data width of a column
-- Author ...
July 23, 2009 at 2:32 am
Hi Deepthi,
Nice article, but needs to be update for e.g. varchar(max).
i.e. it doesnt work with column width "MAX"
regards
July 23, 2009 at 12:35 am
This may help you
http://blogs.conchango.com/jamiethomson/archive/2005/02/28/1085.aspx
September 12, 2008 at 4:15 am
just a small help for you...
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5773459616034
😛 is ": and P"
September 12, 2008 at 4:06 am
Viewing 15 posts - 1 through 15 (of 22 total)