Viewing 15 posts - 511 through 525 (of 1,086 total)
Or this: SELECT CONVERT( varchar, GETDATE(), 101)
October 4, 2005 at 11:58 am
Thank you. Is the value in seconds? I could not find any information on setting the value past zero, (other than it will...
October 4, 2005 at 11:44 am
I think this 'may' be what you are looking for, (I added some extra data just to make sure):
DECLARE @TableA TABLE( [Description] varchar(10), -- 160
ServiceID integer)
INSERT INTO @TableA...
October 4, 2005 at 11:42 am
A quick search on google got this link: http://www.informit.com/guides/content.asp?g=sqlserver&seqNum=84&rl=1
October 4, 2005 at 8:08 am
Just for clarity; this is modulo in SQL %
October 4, 2005 at 7:44 am
I had something, but can no longer find it, (what I retained was a rather "bull dozer" approach to the problem).
Do a search on Soundex and Difference. You should...
October 3, 2005 at 11:46 am
I can only guess this may be what you want since you do not know which values will contain zeroes and how to process those records...
SELECT CASE WHEN Member.Birth_Date...
October 3, 2005 at 11:28 am
I'm not quite sure how to answer this as I do not know what your front-end is doing. But here is an example of how to force line feeds:
DECLARE...
September 27, 2005 at 9:06 pm
I think it is a food additive mainly used in Canada which causes "mad cow" disease, (or that angry cow syndrome?)
September 27, 2005 at 12:14 pm
Maybe I need to check into a clinic and see if high doses of lithium is the answer...
September 26, 2005 at 10:24 am
Will a 900 number follow the webcam so we can call in for "naughty" description of the shirt?
(Too rude - I'd better...
September 26, 2005 at 8:30 am
Viewing 15 posts - 511 through 525 (of 1,086 total)