Viewing 15 posts - 1 through 15 (of 29 total)
Hi Gail,
One more question if I want multiple users to receive the email.how would I go about scripting it?
June 27, 2014 at 3:18 am
Thank you Gail!!:-D
June 27, 2014 at 2:47 am
Hi Koen Verbeeck
It worked changed my datatype to nvachar..thanks a lot.
October 15, 2013 at 6:42 am
Latin1_General_CI_AS
October 15, 2013 at 5:34 am
Hi guys,
I'm have same issue:
Msg 468, Level 16, State 9, Procedure RPT_MTX_CDR_CostBreakdown_PerMsisdn, Line 142
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.
I have the query...
September 19, 2013 at 5:16 am
I need my finmonth column to be generic that's why I'm not using it.I use CASE because I'm given dates to use for Finmonth.
September 4, 2013 at 7:50 am
DECLARE @startdate DATETIME,
@enddate VARCHAR(50),
@accountno...
September 4, 2013 at 5:11 am
Thanks I will implement the changes and let you know.By way in future i post the error message too.
September 2, 2013 at 2:02 am
Nope the data type is int???
May 23, 2013 at 8:19 am
Hi SSC-Insane,
What I have here is a DB sitting on SQL server 2000 and I'm currently using SQL server 2012.The design of the DB is so bad..you can work on...
May 23, 2013 at 7:56 am
Thanks mil got it:-D..
October 17, 2012 at 4:54 am
Thanks will in future,I did finish the join and put in alias but I'm getting two errors:1 next to alias h I the following error "An expression of non-Boolean type...
October 17, 2012 at 2:32 am
Hi guys I'm also getting the same error:This is my query please assist:
Select
a.ApplicantName
,a.ApplicationUniqueNumber
,a.MeetingDate as DateOfApproval
,a.ProjectSICDescription as Sector
,b.Description as Product
,a.Province
,a.Investment
,a.GrantAmount
,g.FIG
,dbo.fn_ProjectSize(c.TotalIncentive)as ProjectSize
,d.status
,dbo.fn_GetProjectJobsNew(e.id) as NewJobs
,dbo.fn_GetProjectJobsExisting(e.ID) as JobsExisting
,(f.BFemale +f.CFemale +...
October 17, 2012 at 1:16 am
Viewing 15 posts - 1 through 15 (of 29 total)