Viewing 15 posts - 16 through 30 (of 42 total)
use File.Exists(curFile) ? which returns a boolean
http://msdn.microsoft.com/en-us/library/system.io.file.exists.aspx
February 1, 2010 at 9:27 am
try brackets [Year]. Also never do SELECT * never ever ever. either use a view that lists all of the fields but never use *. I bet you spent a...
January 29, 2010 at 3:22 pm
are you in a networked environment? try it on a file share with unc path \\servername\folder~1\ etc. I do not know if SSIS has issues with folders longer than 8...
January 29, 2010 at 2:49 pm
are you in a networked environment? try it on a file share with unc path \\servername\folder~1\ etc. I do not know if SSIS has issues with folders longer than 8...
January 29, 2010 at 2:48 pm
does the SQL task have an inline SELECT statement? If so is it calling a view or straight a table? If it is calling a view has something changed in...
January 20, 2010 at 12:20 pm
how are you deploying your SSIS packages?
1. Deploying to a dtsx file on a file server
2. Deploying on SQL server under MSDB
...
January 19, 2010 at 1:30 pm
got it ! it was very simple
SaveFile(Dts.Variables("varSSRS_URL").Value.ToString() + Dts.Variables("varSSRS_Report").Value.ToString() + "&awardid=" + Dts.Variables("strAwardID").Value.ToString(), Dts.Variables("varSSRS_ExcelReportPath").Value.ToString() + "ExpirationReport.xls")
November 20, 2009 at 12:03 pm
well after I create that css file. I compile it csc /target:library translate.css which creates me a dll.
Then I
CREATE ASSEMBLY translate from 'C:\translate.dll' WITH PERMISSION_SET = EXTERNAL_ACCESS
CREATE...
November 17, 2009 at 12:25 pm
well as one famous sleepy cat once said "The more I learn, the more I know what I do not know"
here is the code
using System;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
...
November 17, 2009 at 11:48 am
ok got it done with no SQL project, straight C# using Visual Express C#. It works nice, send out the text in English, translates and brings back an html string...
November 17, 2009 at 10:54 am
ok it loosk I can also use the new Microsoft translator. anyways I have created an assembly, but how do I create a function or sproc based on this CLR
CREATE...
November 16, 2009 at 5:06 pm
sweet! thank you very much
November 16, 2009 at 10:55 am
wow, pretty nice stuff there!
Thanks
November 10, 2009 at 2:03 pm
thanks Gregg! You have directed me in the right path.
November 10, 2009 at 11:07 am
Viewing 15 posts - 16 through 30 (of 42 total)