Click here to Skip to main content
15,909,199 members

Comments by saad88 (Top 13 by date)

saad88 17-Apr-15 14:56pm View    
I am using SQL2005 , thats my problem , i have used this
update [dbo].[ss_MCB_master]
set expiry = CONVERT(VARCHAR(11), cast([Offer Expiry Date] as datetime), 106) AS [DD MON YYYY]
where Lang_code = 'F'
this works for select but not working on update , i know its giving me in english but i can make table and change it for french , because i have 2005 version , any help , and sorry basically its internal so i have to update database , please any help now
saad88 2-Apr-15 10:18am View    
so columns are email,address,cell,type,version .... so i have to add version column by my self ..... so any rough code idea would be much appriciated , the scope of project is to take invalid data out and insert few things in , i have Pentaho ETL but i am looking for stored procedure
saad88 20-Feb-15 11:00am View    
Hi MIka

Still taking a lot of time .... last query was taking over 5 hours ..., and this new one is running from over 4 hours .... i don`t know .... what to do
saad88 19-Feb-15 16:30pm View    
hi mika

its giving me error on e before inner join

from ReportingAcxiom)
) e
INNER JOIN ReportingAcxiom ON e.campaign = ReportingAcxiom.campaign


any suggestion
saad88 19-Feb-15 12:35pm View    
or should i do it like i have done it for reportingAcxion , at the start of the query
and write drop statements at the ends