Viewing 15 posts - 16 through 30 (of 41 total)
Hi,
another solution would be to format your date like:
="Format(Globals!ExecutionTime,"dd.MM.yyyy")
Regards
February 1, 2010 at 12:38 am
Hi,
Remove all '?' from the script and run it again.
Regards
January 4, 2010 at 8:19 am
Hi
Do you like to connect from your local SSMS to the SSIS server?
If yes then follow the link I told you before.
Regards
November 20, 2009 at 1:21 am
Hi
If you have problem connecting to the remote server, try this link
http://msdn.microsoft.com/en-us/library/aa337083.aspx
Regards
November 20, 2009 at 12:51 am
Hi chikako wakishima,
have you done the things I told , add the SQLClientpermission and codegroup. You have to do all of these to get the assambly running on RS.
Regards
November 13, 2009 at 2:27 am
Hi,
In Dataset filter out your empty records with
where DefendantName is not Null
Regards
November 12, 2009 at 3:31 am
đŸ˜€ Hi all,
I could fix my permission problem. I add the following code to the assembly:
Imports System.Security.Permissions
Public Class DataDrivenStyleLibrary
Public Shared Function dbStyle(ByVal inputStyle As String, ByVal...
November 2, 2009 at 6:30 am
Hi all,
I do have the same problem with the security of the dll in ReportServer. :crazy:
Are there some good resource who know the solution?
Regards
René
October 30, 2009 at 9:56 am
Hi,
copy the script to Notepad and clean there all spec chars. Run then this script. It'll work then.
Regards
September 21, 2009 at 12:16 am
Hi
For me this is a useful script, but I miss a filter for backups with 'copy_only' flag. Maybe you can add such a filter.
Thanks for your work
Regards,
René
July 1, 2009 at 2:29 am
Hi
If you do loading with SSIS then check out this solution:
http://www.sqlservercentral.com/Forums/Topic676422-146-1.aspx#bm677555
Regards,
René
June 23, 2009 at 5:10 am
Hi,
I could set my format string in the property 'Format' like dd.MM.yyyy and get the correct German date format.
Rgds
June 11, 2009 at 8:54 am
Viewing 15 posts - 16 through 30 (of 41 total)