Viewing 15 posts - 7,096 through 7,110 (of 13,876 total)
In SSMS, go to Tools/Options/Query Execution/SQL Server/ANSI
and check whether the SET QUOTED_IDENTIFIER check box is set. If yes, modify your query as follows:
SET QUOTED_IDENTIFIER ON;
UPDATE People
SET ...
June 2, 2016 at 11:54 am
This appears to be something related to the DynamicsCRMSource, which most here will not know how to help you with, as it's not core SSIS.
The error occurs on extraction, I...
June 2, 2016 at 10:36 am
tnpich (6/2/2016)
June 2, 2016 at 9:11 am
BLOB_EATER (6/2/2016)
Luis Cazares (6/2/2016)
jasona.work (6/2/2016)
Happy National Leave the Office Early Day!!![/url]So, who's going to celebrate this day today?
😀
After leaving the office after 8pm everyday for 2 years, I've been...
June 2, 2016 at 9:07 am
Try this
Edits: Had to use a screen shot to get the coded ampersand to render as text!
June 1, 2016 at 2:24 pm
kocheese (6/1/2016)
We are migrating from an old environment to a...
June 1, 2016 at 1:09 pm
2016 RTM is available on MSDN ...
June 1, 2016 at 10:48 am
tmmutsetse (6/1/2016)
I have a sql agent job that feeds information about clients computers into a table xxxx once a week.I have a report...
June 1, 2016 at 8:19 am
yb751 (6/1/2016)
Hugo Kornelis (5/30/2016)
yb751 (5/30/2016)
On a side note it might have been worth mentioning that you'll need an enterprise edition of SQL to try it...
June 1, 2016 at 8:00 am
Sean Lange (6/1/2016)
June 1, 2016 at 7:43 am
To assist others, here is the query once again, formatted for readability:
SELECT LEFT(CONVERT(NVARCHAR, a.CaptureDate, 102), 4) + '.' + SUBSTRING(CONVERT(NVARCHAR, a.CaptureDate, 102), 6, 2) AS YearDate
, ...
June 1, 2016 at 5:44 am
Igor Micev (5/31/2016)
You can just download the latest CU and upgrade with it.
Are you sure? The following text appears on the CU5 page:
"This article describes cumulative update package 5 (Build...
May 31, 2016 at 4:51 pm
Ok. What are you using the variables for? Are you updating them in the DF tasks, or just reading them?
May 31, 2016 at 3:33 pm
komal145 (5/31/2016)
Is there a way that I can tell ssis to run first DFT and then second DFT . I tried put two DFT in sequence containers but since...
May 31, 2016 at 2:11 pm
The ExecuteSQL task is easiest. Why do you want to change?
May 17, 2016 at 6:25 am
Viewing 15 posts - 7,096 through 7,110 (of 13,876 total)