Viewing 15 posts - 1,051 through 1,065 (of 11,678 total)
Using the parameters, you can set an expression on the visibility property of a chart.
February 2, 2015 at 7:57 am
Maybe you can quickly test a connection to a server in a script task before you try to read the data.
If the connection fails, go to the next server.
January 30, 2015 at 7:15 am
david.gugg (1/29/2015)
It's looking like most here have never used this, me included. Does anyone have any real world examples?
If you take a look a little bit above in this...
January 30, 2015 at 12:59 am
Mark Cowne (1/29/2015)
Can anyone chime in herehttp://www.sqlservercentral.com/Forums/Topic1655906-364-1.aspx
I'm at home now and don't have access to a working SSIS environment. I suspect the op just needs pointing in the right direction.
Added...
January 30, 2015 at 12:54 am
What you can try is to use the table as your source in the data flow (using an OLE DB source).
I do not know the structure of your table, but...
January 30, 2015 at 12:54 am
The nonclustered index will not be used, since the LIKE expression starts with %.
For better help, please post table DDL and execution plans.
January 29, 2015 at 8:14 am
Black_T (1/29/2015)
We can View Reporting Services Reports on Microsoft Surface Devices and Apple iOS DevicesPlease refer to link below:
Viewing will probably be possible yes. But how responsive are they?
January 29, 2015 at 6:43 am
Phil Parkin (1/29/2015)
There seems to be a lot more getting through than in the past.Is anything being done to tackle it?
Yeah, they have been implementing a filter. It was working...
January 29, 2015 at 5:32 am
Just encountered it - for the very first time in my career - in the generated query of a BO report.
When you select a parameter for a date (e.g. December...
January 29, 2015 at 4:01 am
CDC only records changes, it won't push them into your second table.
You have to write the ETL yourself, but 5 seconds is quite low so you would need to write...
January 29, 2015 at 12:52 am
Great question. Aside from exam questions on MS certification, I have never ever encountered this in code and never used it myself.
January 29, 2015 at 12:48 am
atul.jadhav (1/28/2015)
I solved first error and but could not understand error in second code
could you please provide more or correct code, I am not much expert...
January 29, 2015 at 12:38 am
Gazareth (1/28/2015)
FROM [CreditControl].[Testing$] - this is trying to find an object called Testing$ in a schema called CreditControl.Change the query to include the schema name (presumably dbo):
FROM [CreditControl].dbo.[Testing$]
or
FROM [CreditControl]..[Testing$]
Good catch....
January 28, 2015 at 5:44 am
Viewing 15 posts - 1,051 through 1,065 (of 11,678 total)