Viewing 15 posts - 1 through 15 (of 19 total)
(Your answer solved the error - thanks!)
Thanks for your input.
The first part of my post was an typo on my part - I had been getting the 'incorrect syntax' previously...
June 3, 2019 at 4:13 pm
Thanks very much!
I've been also looking at the example in the link you referenced. I just left the @urlKEY value empty, as I wasn't sure where its value came...
July 22, 2016 at 12:48 pm
Thanks,
I've been working on this search/replace string and had a question about why the replace still is not occurring.
Below is the actual SQL I've been using in test:
UPDATE [dbo].[tbl_a]
SET...
November 24, 2015 at 11:21 am
daniel.freedman 80164 (10/15/2015)
INSERT INTO aaa_test_users (UserName, first_name, last_name)
FROM aaa_test_sp
INSERT INTO aaa_test_users_positions (UserID, position, phone)
SELECT aaa_test_users.UserID, aaa_test_sp.position, aaa_test_sp.phone
FROM...
October 16, 2015 at 2:53 pm
Sean Lange (8/20/2014)
cajun_sql (8/20/2014)
Sean Lange (8/20/2014)
cajun_sql (8/20/2014)
Sean Lange (8/20/2014)
Why not just change your hidden field to be strSP_VersionYear="2014-01-01"? That should work for you.
Thanks.
Why does the SQL INSERT statement succeed where...
August 20, 2014 at 12:13 pm
Sean Lange (8/20/2014)
cajun_sql (8/20/2014)
Sean Lange (8/20/2014)
Why not just change your hidden field to be strSP_VersionYear="2014-01-01"? That should work for you.
Thanks.
Why does the SQL INSERT statement succeed where the Recordset AddNew...
August 20, 2014 at 9:56 am
Sean Lange (8/20/2014)
Why not just change your hidden field to be strSP_VersionYear="2014-01-01"? That should work for you.
Thanks.
Why does the SQL INSERT statement succeed where the Recordset AddNew fails?
August 20, 2014 at 9:44 am
Thanks - I wanted to share the solution, thanks to user AlwaysLoadingData on StackExchange:
SELECT
KSA.ID as KSA_ID
,KSA.KSA_Version
,KSA.KSA_Sort_Order_Number
...
April 28, 2014 at 1:24 pm
LutzM (11/27/2013)
I'm...
December 4, 2013 at 2:23 pm
:-)Thanks for the great question, and (in your answer) thanks for showing the scenarios in which the other choices could be valid.
Nice detail work.
November 26, 2013 at 9:37 am
Thanks for the great question! Can't ever get enough on triggers! 🙂
I don't work with triggers that often, so it's a great boost to get a good question...
September 11, 2013 at 9:41 am
Thanks for this!
I've been using a similar script, and I was wondering if it would be possible to include data in the same row as the data found? In...
June 5, 2013 at 1:02 pm
Miles Neale (2/19/2013)
February 20, 2013 at 9:59 am
Yes, it would be very interesting to learn more about CHOOSE. While I don't currently run 2012, I think a question that applied more to the functioning of the...
January 29, 2013 at 8:33 am
If I could see any movie in a theater, it would be "Ball of Fire" with Stanwyck, Cooper, and Gene Krupa. Being a drummer myself, this is heaven! 🙂
February 24, 2012 at 7:42 am
Viewing 15 posts - 1 through 15 (of 19 total)