Viewing 15 posts - 76 through 90 (of 226 total)
Not exists will be slow and use DATEDIFF(seconds instead of DATEDIFF(minute
May 2, 2006 at 11:41 am
Thank you EIJ for taking the time and atleast responseding. It is better to post any solution which you can think as many time we forget the most basic answer....
May 2, 2006 at 11:05 am
Already done and no help
The actual wild character is "*" and not "%" and even the search should be part of double quote (")
FROM ColumnName
WHERE CONTAINS(FulltextCatelogueName, '"men*"')
May 2, 2006 at 10:57 am
Nope it does not work as men in part of the word and not the whole word or the start of the word
May 2, 2006 at 10:52 am
If it does not match, I'd like to display that seperately.
I think he wants the one which does not match or may be both.
DateDiff(ss,A.Call_Time,B.Call_Time) is better than DateDiff(mm,A.Call_Time,B.Call_Time)
May 2, 2006 at 10:48 am
Something like this , Check for syntax
FROM A JOIN B ON A.PhoneNumber = B.PhoneNumber
AND A.Date=B.Date AND ((A.Minutes - B.Minutes) NOT BETWEEN (-0.5 AND 0.5))
AND (DateDiff(mm,A.CallTime,B.CallTime) NOT Between (-1 AND...
May 1, 2006 at 12:19 pm
I have tried that , but is gives an syntax error
Msg 2256, Level 16, State 1, Line 5
XQuery [value()]: Syntax error near '[', expected a "node test".
April 26, 2006 at 9:46 am
You are welcome to submit you resume. You might have to got through a technical interview or if you have submitted 7381 post in SQL Server Central
April 18, 2006 at 9:24 am
Just try the SHRINKDATABASE without TRUNCATEONLY option. This will answer all your questions.
April 13, 2006 at 10:39 am
what was your initial size of the database ?
April 12, 2006 at 11:26 am
the above script will do it
Just add "|"
like @String + "|" + <ColumnName>"
April 6, 2006 at 2:32 pm
Viewing 15 posts - 76 through 90 (of 226 total)