Viewing 13 posts - 151 through 163 (of 163 total)
Thank you Julian,
I'll never use date-subtract anymore, allways DATEDIFF.
But I think this is allowed:
When I want to show a date
eg the last date that a customer must have paid:
. ...
June 29, 2004 at 2:25 am
Thanks,
I'll use your (2nd) solution.
Henk
June 28, 2004 at 7:02 am
I found out that
WHERE (DateDepart > 14 + DateTimeBooking)
gives no error.
I think the problem is that the subtraction of two dates is seen as a date value and when...
June 28, 2004 at 5:31 am
Luigi,
I tried your solution, but it didn't work.
I think the idee is good, but the %-signs are missing.
I tried:
SELECT *
FROM table
WHERE ' '+nums+'% ' LIKE ' ' + @InputVariable...
June 28, 2004 at 3:51 am
David (and Deepak) thank you for your explanation.
You asked: Why in EM?
That's because I try the SQL before giving it to a person who
uses it in a asp.net application....
June 23, 2004 at 4:46 am
Thank you David !!!
This is exactly wat I want, it works fine.
I used your code in the Query Analyser and it workes fine.
But when I use it in the Enterprise...
June 22, 2004 at 2:06 pm
A column for each number would be the best solution, but it's another program (a CMS) that is filling the table, and it's not possible to change this.
I found this...
June 22, 2004 at 4:41 am
you can make this also from Enterprise Manager..
1- make a new database ..(and name it the same as the old crashed one)
2- right click on this DB and choose "All...
May 31, 2004 at 6:52 am
Garry and Allen Thank you for your help. With this help I found out that the name I had to support in the WITH MOVE was VineaDb_Data in stead of...
January 14, 2004 at 8:03 am
Gary, Using the Enterprise Manager I get tab General: Name VineaDb, Tab DataFiles: Filename VineaDb_Data. Could it be the Captital 'D' in 'VineaDb', I did use...
January 14, 2004 at 1:44 am
Gary thank you. I found this about the same lines in BOL, but the BOL example has an extra line between the BACKUP and RESTORE Line: RESTORE...
January 13, 2004 at 1:19 pm
I found this: Carriage returns not converted to P/BR in HTML mode when posting a reply (Priority 2). I'll come back later with my question.
January 13, 2004 at 12:27 pm
How to place a CR/LF. I have a lot of lines but the message accepts only a single line
January 13, 2004 at 12:02 pm
Viewing 13 posts - 151 through 163 (of 163 total)