Viewing 15 posts - 2,326 through 2,340 (of 7,164 total)
Simply renaming the file won't help much if the xlsx file is truly in Excel format and not simply a CSV file with an xlsx extension. Open the xlsx file...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 17, 2013 at 8:45 am
sqlstud (1/16/2013)
I am loading the table from Excel source using SSIS 2005.
Excel contains one of the columns as Exp_Date and its examples values are
10/09/2010 17:00:51
11/09/2010 11:45:16
11/09/2010...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 17, 2013 at 8:41 am
dwain.c (1/16/2013)
opc.three (1/12/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 17, 2013 at 8:23 am
A plug for our sponsors:
redgate SQL Prompt can optionally decrypt objects compiled WITH ENCRYPTION for you right within an SSMS Query window. Encrypted objects appear decrypted when you hover over...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 4:01 pm
Have you had a look at config files?
http://msdn.microsoft.com/en-us/library/dd239405(v=sql.110).aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 3:39 pm
All I can say is maybe start tracing activity on the MySQL side to see if you can capture what is coming across when it fails and compare that to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 12:31 pm
Is that different from the other tables that are working?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 11:36 am
Do you have a copy of MySQL Workbench installed? If you use it to connect to the database and navigate to the table there will be an indicator on one...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 9:27 am
How about the storage engine (e.g. InnoDB) of the tables you're having trouble with? Any patterns there?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 8:26 am
That's the nice thing about using PowerShell to manage SQL Server. It leverages SQLDMO which works with SQL Server 2000 (SP3 I think) and above.
Regarding CMS, that's a bummer. I...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 8:23 am
Here is another syntax for your consideration:
http://www.sqlservercentral.com/Forums/FindPost1407497.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 8:20 am
Can you post the actual execution plans for both versions of the query? The one without the hint and the one with the hint?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 2:09 am
zinminmaungmaung (1/16/2013)
My first quetion is, can we just...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 1:56 am
sqlnaive (1/16/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 1:47 am
An SSIS package is just a set of instructions. If you kick off dtexec.exe three times in three different cmd shell windows and all call the same package then you'll...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 16, 2013 at 1:14 am
Viewing 15 posts - 2,326 through 2,340 (of 7,164 total)