Viewing 15 posts - 10,546 through 10,560 (of 13,874 total)
I'd say it was this bit
SELECT DATEDIFF(YEAR, EecDateOfOriginalHire, getdate()) from empcomp EC WHERE EC.EecEEID = E.EECEEID) as 'Yrs of Serv'
which is returning more than one value for one or more...
August 8, 2012 at 7:50 am
sql server developer (8/6/2012)
August 8, 2012 at 2:55 am
Daniel Bowlin (8/6/2012)
To change all the reports I would open the reports code (view code)...
August 6, 2012 at 2:13 pm
Krtyknm (8/6/2012)
Can you please provide some on idea on group the common word?
Example:
Code Desc
A1 ...
August 6, 2012 at 10:35 am
GSquared (8/6/2012)
Abu Dina (8/3/2012)
Street names in the UK tend to end with words like Street, Avenue, Crescent etc, if I...
August 6, 2012 at 6:41 am
Gazareth (8/6/2012)
Not sure why the NULLs are a problem though in...
August 6, 2012 at 6:39 am
Download Redgate's free SQL Search product & use that - it's very intuitive.
August 6, 2012 at 5:09 am
The implicit conversion suggestion is strengthened by the following:
declare @MyVarChar varchar(12) = '';
declare @MyVarcharInt int
set @MyVarcharInt = @MyVarChar
select @MyVarChar MyVarchar, @MyVarcharInt MyVarcharInt
August 6, 2012 at 3:48 am
mhk0m3 (8/6/2012)
August 6, 2012 at 3:24 am
By 'simple', I presume you mean without going through the packages and editing the meta data manually? I'm afraid the answer is 'no'.
August 6, 2012 at 3:18 am
You are calling the function wrongly. Try this:
select dbo.t1('test')
August 4, 2012 at 6:54 am
You have to CREATE the function before you can ALTER it.
August 4, 2012 at 12:51 am
Wouldn't be the biggest shock to find that I am confused, but length is the last argument, and it is -2 to my eyes.
Just as a riposte to your fish-frying...
August 2, 2012 at 11:06 am
Viewing 15 posts - 10,546 through 10,560 (of 13,874 total)