Viewing 15 posts - 676 through 690 (of 1,118 total)
Lonnie Johnson (7/30/2009)
July 31, 2009 at 5:08 am
Try this:
( ( CODEPOINT( [COL1] ) >= 65 && CODEPOINT( [COL1] ) = 97 && CODEPOINT( [COL1] ) <= 122 ) ) ? SUBSTRING( [COL1], 2, LEN( [COL1] ) -...
July 30, 2009 at 6:08 am
tvanharp (7/28/2009)
Now it is being transfered to...
July 30, 2009 at 5:20 am
This doesn't look right. The easiest option would be to reinstall your server.
July 30, 2009 at 5:19 am
Yes, you can create a script to do it.
July 30, 2009 at 5:18 am
Do you expect the XSD to change? If not check Keelio's XML Destination. Otherwise you have to create custom script component to build your output based on the XSD.
July 30, 2009 at 5:15 am
In the SQL Job Agent you have job execution log/history. You can review there what is the status.
July 23, 2009 at 10:11 am
DBASkippack (7/23/2009)
I was told by our Sybase DBA that Sybase Clinet 15.3 does not use sql.ini anymore...
So where does it find the information about aliasing?
July 23, 2009 at 9:55 am
sumankumarreddym (7/23/2009)
I am using SQL Server 2008 , trying to load the data from excel files into the sql server table.I have both the type of files i.e .xls...
July 23, 2009 at 9:40 am
DBASkippack (7/21/2009)
July 23, 2009 at 9:34 am
Double-quote the variable like this:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"" + @[User::BudgetFilePath] + "\";Extended Properties=\"Excel 8.0;HDR=Yes\";"
Your path probably contains spaces.
July 17, 2009 at 11:51 am
Have you tried to setup your package in the remote server SQL job agent? And then use script to setup the remote server job step for execution.
July 17, 2009 at 11:48 am
This is duplicate post. The question is being answered here.
July 17, 2009 at 11:33 am
Viewing 15 posts - 676 through 690 (of 1,118 total)