Viewing 15 posts - 151 through 165 (of 173 total)
I tried with SSIS using two datasources and using the same excel destination
But it resulted as
AACase CCCase
...
December 10, 2014 at 3:17 pm
For October I used:
"A_"
+ RIGHT( "0" + (DT_STR, 2, 1252) MONTH(DATEADD("MM", -2, GETDATE())), 2)
+ "01_"
+ RIGHT( "0" + (DT_STR, 2, 1252) MONTH(DATEADD("MM", -2, GETDATE())), 2)
+ (DT_STR,...
December 4, 2014 at 7:10 am
Thanks. But this doesn;t work for month of October.
December 3, 2014 at 2:58 pm
Destination is excel, how will we able to use ace oldb, can you please explain?
October 11, 2014 at 10:21 am
Microsoft excel 97-2003
October 10, 2014 at 9:30 am
Single quote is after exported to excel.
So how do I remove this?
October 10, 2014 at 7:49 am
Update dbo.voters
Set rec_num = DENSE_RANK() OVER( ORDER BY part_no)
from dbo.voters
Got the error for the script above.
can you re-post the corrected one? I cannot see it.
Thanks,
March 14, 2014 at 1:10 pm
got this error:
Windowed functions can only appear in the SELECT or ORDER BY clauses.
March 14, 2014 at 1:03 pm
Thanks, please consider this one.
I am newbee on this.
What I am trying to do is set @rec_num to 0 and then
Set @Nrec_num = @Nrec_num + 1
Set @SQLexec = 'Update...
March 14, 2014 at 12:36 pm
Yes let's see what see, have asked them to get the text version of the records and use then we can use BCP if not use smaller batches.
Thanks for all...
March 13, 2014 at 12:54 pm
It is how the vendor sent in the script?
Other thing I can try is to ask them to load data into text file and use BCP.
March 13, 2014 at 10:30 am
Thanks Sean, but this does not give me column names.
Going back to my initial scenario. I have stored procedure created in one database but in the stored proc itself, it...
February 28, 2014 at 9:58 am
Thanks, this works on 2008 R2 but I need for 2005 and functionality
sys.sql_expression_dependencies does not exist on 2005, what do you suggest?
February 28, 2014 at 9:40 am
Thanks. But this does not help if I am the stored procedure is pulling information from tables in different database.
I am asking some automation method because there are 100's that...
February 28, 2014 at 9:14 am
Viewing 15 posts - 151 through 165 (of 173 total)