Viewing 15 posts - 1 through 15 (of 25 total)
I think you need to do this with scripts, it is a lot easier to see whats going on.
create the endpoints on both of the server and grant permissions:
Run this...
December 3, 2009 at 7:42 am
this error looks like what you get when you are looking at the principle, what does the error on the mirror say?
December 2, 2009 at 2:43 pm
Ok, so the servers are having trouble connecting to each other. It could be the port is blocked but most likely it is credentials.
do this on the mirror:
Lets check...
December 2, 2009 at 2:11 pm
your right, the visibility doesn't work with page breaks for some reason. The best I could do was putting a list box on the report in between tables and...
September 15, 2009 at 7:42 am
Edit: hold let me try exactly what you are doing.
September 15, 2009 at 7:18 am
Right click on the table, go to properties, check "Insert a page break after this table"
September 14, 2009 at 1:44 pm
are you right clicking and opening tables?
September 9, 2009 at 1:52 pm
are you looking for something like this:
select orderid, rate,
case
When rate > 1 then rate
When rate > 0.1 then rate * 10
When rate > 0.01 then rate * 100
When...
September 9, 2009 at 1:47 pm
have you tried taking a look at things with profiler?
September 9, 2009 at 1:30 pm
i have experienced this, when it happened to me i forgot to close my connections in my code.
Connection1.Close()
It doesnt really help to set the connection pool to unlimited.
September 9, 2009 at 1:26 pm
use SYSTEM_USER in the where statement of the query, make sure you use NT auth.
September 9, 2009 at 1:12 pm
can you just make the SP column appear with a 0 when it doesnt have a value?
September 9, 2009 at 1:09 pm
You can add security to the specific dtsx file by going to the package properties and finding packagepassword and protectionlevel. The only thing is you have to give that...
September 9, 2009 at 1:06 pm
peterzeke is right, i miss read your question, you cannot control parameter hidden property. You are best off creating an asp.net page to handle this.
or just create two reports...
September 3, 2009 at 8:57 am
you would go to Report > Report Parameters... select the parameter you are using, change the default values to non-queried and put in the dateadd function.
September 2, 2009 at 8:47 am
Viewing 15 posts - 1 through 15 (of 25 total)