Viewing 9 posts - 1 through 9 (of 9 total)
Geez ~ Sorry - I'm new to the forum and thought SSCoach was a nickname...
Thank you Jonathan, Scott & Jeffrey for helping me with this
Mark
October 9, 2019 at 8:23 pm
Ahhh
SS your question inspired ~
I changed my original query to the following:
[Code]
SELECTÂ AKey
FROM dbo.AKey
WHERE LEFT(AKey, 3) IN ('AAA', 'BBB', 'CCC', 'DDD', 'EEE', 'GGG', 'JJJ') AND LEN(AKey) = 9
[/Code]
This works perfectly!
What...
October 9, 2019 at 8:18 pm
SOLVED!!!
Okay, so changing the @EditDate in the stored procedure from:
[Code]
@EditDate Date
[/Code]
To:
[Code]
@EditDate DateTime
[/Code]
Did work with Now() as a parameter
However, what I...
December 5, 2017 at 7:36 am
Can you trying changing your line with the error to use Date() instead of...
December 5, 2017 at 7:06 am
Hey Luis ~ Thank you for the info. I hope my response reflects at least some understanding; however, I am still very new to SQL
Below is the code...
November 30, 2017 at 10:46 am
Hi Sue ~
Sorry for the late reply and the cryptic explanation... The line causing the error was the 'WHERE' clause...I have since moved to another task and may address...
November 30, 2017 at 8:28 am
OMGee!!
Luis & Lynn,
I cannot thank the both of you enough!!!
I came here for help and enlightenment ~ and you provided both in my first post...
Thank...
November 1, 2017 at 12:09 pm
Not sure if this is the answer but I am using the following in 2008 and it works great
TableName.[First...
November 1, 2017 at 11:52 am
Viewing 9 posts - 1 through 9 (of 9 total)