Viewing 6 posts - 1 through 7 (of 7 total)
I hate to point it out because the OP has done a lot of nice SP work for this and has a GREAT documentation header, albeit some very minor typos.
but...
May 22, 2015 at 8:02 am
I ran this on a sql2008 db (compat level 100), but it gives an error (below). Does the script need an update?
Exec [ExportObjectToCommaDelimitedCSV] 'dbo', 'my_table_name', 'C:\temp\tblexport.txt', null, 0
Msg 16950, Level...
May 4, 2015 at 2:31 pm
I'm glad other folks are seeing the logical issue with the answers too. I almost blew my lid when it said D was incorrect. that's bs
😀
August 1, 2014 at 8:31 am
Great article, Chuck. Can you update it as the other poster (kevriley) found this too?
I did want to add additional info on something though. When you say "No they do...
April 27, 2012 at 12:56 pm
One thing to keep in mind about using the dll method is that you may run into performance problems, especially in matrix cell formatting, as the call seems to be...
March 5, 2009 at 8:01 am
This is possible in sql 2000 as well.
select 1 as id, '1st' as position into #data union all
select 1 as id, '2nd' as position union all
select 1 as id, '3rd'...
June 16, 2008 at 7:35 am
Viewing 6 posts - 1 through 7 (of 7 total)