Viewing 15 posts - 2,806 through 2,820 (of 7,168 total)
The driver named as "SQL Server" was released with SQL Server 2000. It's best to use a driver version consistent with the version of the SQL Server instance, else you...
November 9, 2012 at 10:52 pm
Approximately the same time every day? I get this in the current shop from monitoring software that uses an old driver against my 2008 R2 instances.
November 9, 2012 at 10:33 pm
I have not seen that error before, but it does not sound good. Have you run DBCC CHECKDB(your_dbname) WITH NO_INFOMSGS on your database lately? If you run it and it...
November 9, 2012 at 10:23 pm
The replication subsystem uses Linked Servers to communicate between Publishers and Subscribers.
November 9, 2012 at 10:10 pm
What I think may be occurring:
The page splits caused by inserts can create less than full pages that are now out of physical order (external index fragmentation) and the deletes...
November 9, 2012 at 10:01 pm
I suspect you're over engineering this a bit. A good cache manager will handle completely (or mostly facilitate) the monitoring and re-caching of data that has changed. In terms of...
November 9, 2012 at 9:40 pm
You'll need to store it as a character type (e.g. VARCHAR OR CHAR) to maintain leading zeroes.
But why do you need leading zeroes? If it is a number then what...
November 9, 2012 at 9:12 pm
Do all the tables have the same schema?
November 9, 2012 at 9:03 pm
I successfully use the TeraData ODBC driver via an ADO NET Source in SSIS to retrieve data from a TeraData DB. Start by creating an ODBC Data Source in Windows....
November 9, 2012 at 9:01 pm
komal145 (10/26/2012)
I have a variable called : Today .I am assigning...
November 9, 2012 at 8:28 pm
You said it was stopping with an error, but also that it runs indefinitely. The pic says it is running the WMI task, what exactly are you trying to do?
November 9, 2012 at 8:16 pm
When you see that useless error, is that in the Services MMC?
What do you see in the Widnows Application and System Event Logs when the service fails to start?
November 9, 2012 at 7:55 pm
I am confident the Lookup Transform can be used to arrive at a solution but here are a couple more options:
1. Load the incoming file into a staging table and...
November 9, 2012 at 6:41 pm
SSIS will attempt to commit as many rows as are specified in the Max Commit Size of the OLE DB Destination Component. Once you submit a batch to SQL Server...
November 9, 2012 at 6:33 pm
You should likely have a lot less than 1976. It sounds like you may have let autogrow run wild in the database. Read the articles Gail posted and devise a...
November 9, 2012 at 4:57 pm
Viewing 15 posts - 2,806 through 2,820 (of 7,168 total)