Viewing 15 posts - 31 through 45 (of 71 total)
I do not know what your national passport numbers look like but from the examples you show the requiredments are two characters followed by six numbers optionally followed by something...
November 27, 2008 at 8:10 am
Now you again use the " in the wrong position:
AND (LocationID = " & Session(""LocationID"")
Look at my last post 😉
November 27, 2008 at 7:37 am
AFAIK you cannot do it from an sql batch. I probably would write a vba script that opens a word document and a db connection, executes the query and writes...
November 27, 2008 at 7:33 am
OK, now I see: It's not an SQL but an vb error: You try to use " inside the vb string argument. You have to escape these. I am not...
November 27, 2008 at 7:22 am
Hi Joe,
I don't understand what you want. Do you want to count the dates by week or by weekday?
Alexander
November 27, 2008 at 7:16 am
There are another two " in the last line to be substituted.
November 27, 2008 at 7:02 am
First try replacing the " by ' in
AND (LocationID = " & S
November 27, 2008 at 6:45 am
Thank you for your reply.
So, what are your decision rules? (Like the maximum string length being greater than x and the variance of the strings' length being greater than y)
November 27, 2008 at 6:33 am
Not sure that I understand what you aim at.
But if you want to filter in terms of a patterns like "999-XXX-99" where "9" is a placeholder for a number and...
November 27, 2008 at 6:27 am
AFAIK there is no difference regarding the handling of the database engine.
I prefer the inner join: Say you want to change the inner to an outer join. That ist easy...
September 17, 2008 at 1:35 am
There is a "nested triggers" server configuration option that allows/disallows triggers to act recursively.
If you don't want to change the server option: Change your logic using an if statement so...
September 17, 2008 at 12:45 am
Hard to tell, as I don't know what your data flow actually does.
But the error message says that you try to stuff a 50 character string in a 5 character...
September 17, 2008 at 12:33 am
Hi,
sorry for my problem not being too clear:
Actually I have a usage problem with SSMS: I often have to do ad-hoc queries and use SSMS to copy the data to...
August 27, 2008 at 6:21 am
Thank you for your reply.
That's what I would have hoped for, but I get an error saying that windowed functions are valid only in select and order by clauses.
I think...
May 20, 2008 at 9:29 am
No, unfortunately i haven't got a solution yet...
April 9, 2008 at 6:21 am
Viewing 15 posts - 31 through 45 (of 71 total)