Viewing 15 posts - 1 through 15 (of 61 total)
[facepalm]
D'oh! It's Friday and I'm tired. Thanks for pointing out the stupid mistake....
March 13, 2015 at 2:36 pm
Jeff -
I just wanted to jump in and say Thanks! I went out of town last week so I was never able to follow up on this. ...
August 25, 2014 at 6:49 am
Nevermind. Found answer:
"At any time, only one table in a session can have the IDENTITY_INSERT property set to ON..."
May 28, 2014 at 10:58 am
...almost there. Almost. Any idea as to why I can only do this once in my Stored Prod?
For example:
SET IDENTITY_INSERT pnd_Product ON
SET IDENTITY_INSERT pnd_Customer ON
Msg 8107, Level 16,...
May 28, 2014 at 10:56 am
Thanks! Will give it a shot.
May 28, 2014 at 10:06 am
Thanks everyone. After some trail an error, I was able to create a SP that does most of what I want it to. It's a whopper as it...
May 28, 2014 at 9:33 am
That sounds like a plan! Could you please explain how you "i script out the DDL differences between the developers' version, and production"?
Thanks a million!
May 23, 2014 at 2:52 pm
Could you elaborate on scripting out the FKs and then readding them?
May 23, 2014 at 2:20 pm
OK. Thanks. Hope you're right. Will know soon enough.....
May 13, 2014 at 7:29 am
I'll post back what I came up with and welcome feedback. Hopefully within the hour.....
March 25, 2014 at 12:31 pm
I was actually leaning towards a temp table....I will give it a try.
March 25, 2014 at 12:01 pm
I do not but I can ask the "mainframe" guys. Thanks for the help.....
February 12, 2014 at 2:24 pm
This one is giving me a lot of grief!!
Check this out:
SELECT
CASE
WHEN ISDATE([InspectionTime]) = 1 THEN
CONVERT(TIME, [InspectionTime], 114)
ELSE
[InspectionTime]
END
FROM Inspection38
"InspectionTime" is a field that will contain some bad data (invalid...
November 8, 2013 at 11:16 am
I just realized that the source database is SQL 2008 although the destination is 2012. Oh boy....looked online some more and it seems TRY_CAST or TRY_CONVERT is not an...
November 7, 2013 at 12:22 pm
Viewing 15 posts - 1 through 15 (of 61 total)