Viewing 15 posts - 511 through 525 (of 669 total)
Krishna,
Could you be more specific with your requirements?
August 15, 2010 at 11:38 pm
Baskar B.V (8/10/2010)
Which is very obvious as .value has a return type of String hence casting.
Here you may avoid Convert.ToString() as .ToString() is appended to take care of the conversion.
We...
August 11, 2010 at 4:37 am
T-SQL statement host_name() can be used to detemine the workstation name.
August 11, 2010 at 2:27 am
In your rsreportserver.config...
<Authentication>
<AuthenticationTypes>
<!--RSWindowsNegotiate/-->
<RSWindowsNTLM/>
</AuthenticationTypes>
</Authentication>
this will disable the handshaking (the credentials prompt) that used to appear while accessing any reports.
August 10, 2010 at 11:03 pm
In such scenario's it is best to delete the RDL's already deployed on report server and re-deploy them again.
August 10, 2010 at 5:15 am
Baskar B.V (8/6/2010)
Then you have convert it back to string and store that in a string variable in an activex script...
August 10, 2010 at 4:54 am
Use a File System Task and all imports of file objects should be made on disk rather than SQL Server.
August 10, 2010 at 4:46 am
Abhit,
The problem is of Windows User authentication (NTLM Security policy)
August 10, 2010 at 4:44 am
Natalie,
It is difficult to understand your problem. Could you be more specific?
August 9, 2010 at 11:42 pm
First of all the .RDL files you create using BIDS or Report Model use the DataSource Property....you may want to have a look at the RDL file once.
So, go ahead...
August 9, 2010 at 10:39 pm
Shiv,
Certainly you are missing a File connection string.
August 9, 2010 at 2:48 am
Ron it's easier to understand. I believe you should try one yourself.
For example: Provide an incorrect connection string and catch/handle the error.
August 6, 2010 at 7:08 am
OnTaskFailed or OnWarning and many other events are availble and might be used as and when need arises.
August 6, 2010 at 6:47 am
Guru,
What is it that you wish to achieve?
Why are you using a dll to create a SQL script?
August 5, 2010 at 6:52 am
Viewing 15 posts - 511 through 525 (of 669 total)