Viewing 15 posts - 7,816 through 7,830 (of 13,876 total)
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
barry.andreasen (12/16/2015)
Phil Parkin (12/16/2015)
If you are using the project deployment model and performing configuration via SSISDB 'environments', everything can be scripted (though the script may be a little complex ...).
Sorry,...
December 16, 2015 at 8:37 am
g.britton (12/16/2015)
Alvin Ramard (12/15/2015)
Phil Parkin (12/15/2015)
g.britton (12/15/2015)
Alvin Ramard (12/15/2015)
I don't know why it got things wrong, but you can edit your connection and make the required connections.
Of course. however...
December 16, 2015 at 7:54 am
barry.andreasen (12/16/2015)
December 16, 2015 at 7:38 am
g.britton (12/15/2015)
Alvin Ramard (12/15/2015)
I don't know why it got things wrong, but you can edit your connection and make the required connections.Of course. however the connections are already correct.
I...
December 15, 2015 at 1:57 pm
Nothing is wrong.
You are partitioning by row number, which is unique in the source data - making the partition redundant. If you sum a column which contains a NULL and...
December 15, 2015 at 1:55 pm
Eshika (12/15/2015)
I have a package and it is one of the 3 deployed packages in a folder. Do I need other two packages as well to...
December 15, 2015 at 1:34 pm
Viewing 15 posts - 7,816 through 7,830 (of 13,876 total)