Viewing 15 posts - 3,841 through 3,855 (of 13,877 total)
November 27, 2018 at 10:35 am
Steve Jones - SSC Editor - Tuesday, November 27, 2018 8:34 AMAwww, developers are sooooo cute sometimes.
Steve, please explain how you...
November 27, 2018 at 8:39 am
November 27, 2018 at 5:46 am
I am struggling to use table value CLR function in OLE DB command in...
November 27, 2018 at 5:23 am
Why are you using OPENROWSET to do this and not issuing the commands directly?
November 26, 2018 at 9:39 am
November 26, 2018 at 6:08 am
I suggest you do this using TRY/CATCH:BEGIN TRY
--Perform your INSERT here
END TRY
BEGIN CATCH
--Send your e-mail here
END CATCH
What...
November 26, 2018 at 5:22 am
November 26, 2018 at 5:19 am
November 25, 2018 at 4:06 pm
Can you confirm that you tried connecting from SSMS installed on the same machine as where SQL Express is installed?
November 25, 2018 at 4:05 pm
If you wade through this document, you will find that this is a supported upgrade, so the short answer to your question is 'yes'.
November 21, 2018 at 11:30 am
Which version of SQL Server are you using?
November 21, 2018 at 9:56 am
OK, not sure what to do next.
I have no trouble loading a table with a NONCLUSTERED columnstore index using SSIS OLEDB source and target, so if that's an option...
November 21, 2018 at 9:49 am
If you disable the OLEDBCommand, does the error stop happening?
If yes, you need to reengineer your package. Direct the 'changing' rows to a work table and then call...
November 21, 2018 at 9:30 am
Viewing 15 posts - 3,841 through 3,855 (of 13,877 total)