Viewing 15 posts - 2,326 through 2,340 (of 7,168 total)
Job History is the only thing that comes to mind and that only holds up if all your SSIS packages are called by SQL Agent jobs.
January 17, 2013 at 12:07 pm
Benki Chendu (1/17/2013)
1. Find the growth of user databases over a period of time, say for last 3 or 6 months.
I found this script but am not...
January 17, 2013 at 9:12 am
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...
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...
January 17, 2013 at 8:41 am
dwain.c (1/16/2013)
opc.three (1/12/2013)
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...
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
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...
January 16, 2013 at 12:31 pm
Is that different from the other tables that are working?
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...
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?
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...
January 16, 2013 at 8:23 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?
January 16, 2013 at 2:09 am
zinminmaungmaung (1/16/2013)
My first quetion is, can we just...
January 16, 2013 at 1:56 am
Viewing 15 posts - 2,326 through 2,340 (of 7,168 total)