Viewing 15 posts - 2,806 through 2,820 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 10:23 pm
The replication subsystem uses Linked Servers to communicate between Publishers and Subscribers.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 9:12 pm
Do all the tables have the same schema?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 9:01 pm
komal145 (10/26/2012)
I have a variable called : Today .I am assigning...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 4:57 pm
Joie Andrew (11/9/2012)
Take a look at Kalen Delaney's excellent book "Microsoft SQL Server 2008 Internals"
+1 An excellent source of this type of information.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 4:53 pm
SQL_ME_RICH (11/9/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 9, 2012 at 4:48 pm
Viewing 15 posts - 2,806 through 2,820 (of 7,164 total)