Viewing 15 posts - 7,816 through 7,830 (of 13,882 total)
Alvin Ramard (12/17/2015)
Phil Parkin (12/17/2015)
loki70 (12/17/2015)
Thank you very much for...
December 17, 2015 at 8:49 am
loki70 (12/17/2015)
Grasshopper - That worked perfectly! I never stumbled on this "preview" version in my searches, but your link worked great.Thank you very much for your quick reply!
You could...
December 17, 2015 at 7:43 am
By the way, SSIS is quite happy to handle direct connections to servers (ie, there may be no need to use a linked server within SSIS itself).
December 17, 2015 at 7:01 am
Create a string parameter in your package and set it to the query string.
Change your dataflow source to use what's in the parameter, not the hard-coded query.
Use different configurations to...
December 17, 2015 at 6:58 am
OK, then I am not sure I can help.
As Excel holds dates as integers (try formatting your date as 'General' and you will see what I mean), I would have...
December 17, 2015 at 6:52 am
murtzd (12/17/2015)
I'm experiencing a very frustrating issue. I am using the guide below to read a cell value in Excel into a SSIS variable;
http://www.techbrothersit.com/2013/11/ssis-read-excel-cell-value-in-ssis.html
It works very well for anything...
December 17, 2015 at 5:59 am
gorripativ (12/16/2015)
If my application is using msdtc services, Can I disable it.
If you disable an application, what is the point of having it in the first place?
December 16, 2015 at 2:42 pm
Have you created a publication?
December 16, 2015 at 2:39 pm
scarlam (12/16/2015)
December 16, 2015 at 1:50 pm
Would you be so good as to provide an expanded example of the XML source data which includes multiple custom field definitions? Makes it easier for people to test their...
December 16, 2015 at 12:58 pm
Try this:
select DATEADD(mm,-4,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0))
December 16, 2015 at 12:18 pm
Can you post the function definition?
December 16, 2015 at 12:03 pm
scarlam (12/16/2015)
December 16, 2015 at 12:00 pm
As the OP requested an exact match, why are we suggesting using LIKE here?
December 16, 2015 at 8:53 am
dmboyce1 (12/16/2015)
I am probably considered a beginner at SQL compared to most of you!
Here is code that I have that works:
set @PAT_Filter=N'AND PATIENT.PAT_ExternalId like (''%123456'')'
I now have a long...
December 16, 2015 at 8:41 am
Viewing 15 posts - 7,816 through 7,830 (of 13,882 total)