Viewing 15 posts - 4,681 through 4,695 (of 13,871 total)
we're having a bit of a tidy-up of our TFS solution/projects and wanting to...
February 16, 2018 at 5:06 am
February 15, 2018 at 8:18 am
February 15, 2018 at 7:20 am
February 14, 2018 at 2:23 pm
That's odd.
Can you try creating a brand new project from scratch, then adding a connection and a package. Create a script task in your package. The reference mentioned above...
February 14, 2018 at 1:47 pm
February 14, 2018 at 1:43 pm
That location may not be correct.
Check the properties for Microsoft.SqlServer.ScriptTask & check the path.
The path to the Microsoft.SqlServer.ManagedDTS DLL should be in the same folder as this, I think.
February 14, 2018 at 1:32 pm
OK, I think that error is coming from the Enum.
Can you check your script references? You'll need an entry for Microsoft.SqlServer.ManagedDTS.
February 14, 2018 at 12:58 pm
The script task basically loops through the multiple connection managers and ensures it's able...
February 14, 2018 at 12:30 pm
Hi experts! So I'm running into the following error after adding connection managers to an...
February 14, 2018 at 12:13 pm
February 14, 2018 at 7:57 am
February 13, 2018 at 11:05 am
tmmutsetse - Tuesday, February 13, 2018 7:41 AMHiIs it possible to combine two or three database mdf files to one file.
Thanks
Yes. But...
February 13, 2018 at 7:48 am
Your code was helpful, but not runnable (you set IDENTITY_INSERT ON but then did not include the IDENTITY column in your INSERT statement). Here is a version which runs OK:
February 12, 2018 at 12:18 pm
Viewing 15 posts - 4,681 through 4,695 (of 13,871 total)