Viewing 15 posts - 241 through 255 (of 7,636 total)
jay-h (6/4/2012)
Not that Siri interests me...
June 4, 2012 at 11:08 am
Hugo Kornelis (6/1/2012)
1) Sometime MS SQL table or column names are enclosed in square brackets in queries (e.g. if contains spaces or for some other reasons). MySQL does not allow...
June 3, 2012 at 11:14 am
Jeff Moden (6/2/2012)
RBarryYoung (6/2/2012)
Jeff Moden (6/2/2012)
Thomas Stringer (6/2/2012)
SQLCLR is also a wise choice for complex string manipulation
I'll say "IT DEPENDS". Let's have a race. You write a CLR...
June 3, 2012 at 10:26 am
Jeff Moden (6/2/2012)
Thomas Stringer (6/2/2012)
SQLCLR is also a wise choice for complex string manipulation
I'll say "IT DEPENDS". Let's have a race. You write a CLR function to solve...
June 2, 2012 at 11:24 am
weisen678 (5/28/2012)
Invalid column...
May 29, 2012 at 9:48 pm
dwain.c (5/28/2012)
RBarryYoung (5/28/2012)
Something like this should work:...
Barry,
I humbly apologize for having to say this but I could only get your solution to work by changing id_phone in the subqueries to...
May 29, 2012 at 9:33 pm
Jeff Moden (5/28/2012)
Rock from VbCity (5/28/2012)
May 28, 2012 at 11:07 pm
Then you need to use profiler to see what's really going in SQL.
May 28, 2012 at 10:56 pm
Something like this should work:
;WITH ctePhones AS
(
Select cp.id_client,
cp.number,
...
May 28, 2012 at 12:03 pm
Offhand it appears that your Access form is not filling in either one of the ContactName or the Organisation columns.
May 28, 2012 at 11:15 am
It has to do with what kinds of things the function is doing, not so much how many rows are in the table.
For the example that you posted, a simple...
May 28, 2012 at 11:04 am
How does the working new server/database compare to the non-working new server/database?:
1) Same box, different instances, same DB name
2) Different boxes, different DB names
3)...
May 28, 2012 at 10:58 am
Viewing 15 posts - 241 through 255 (of 7,636 total)