Viewing 15 posts - 1,966 through 1,980 (of 5,685 total)
Side note. Make sure they run a DBCC CLEANTABLE on the table in question after the removal to deallocate the extents associated to BLOBs. It needs to be...
January 12, 2012 at 3:55 pm
Additional information. SQL 2k8 R1 SP1 talking to SQL 2k5 does not fail properly.
SQL 2k5 talking to 2k8 R1 SP1 DOES fail properly. I'm going to upgrade to...
January 12, 2012 at 3:03 pm
Brandie Tarvin (1/12/2012)
Evil Kraig F (1/11/2012)
January 12, 2012 at 2:52 pm
Can you describe any transformation components occurring between the source file and the OLEDB destination? Also, can you check the field size settings in the advanced component of the...
January 12, 2012 at 2:31 pm
You cannot completely stop selects from shared locking unless you use a read uncommitted transaction level or the NOLOCK hint. You also can't stop lock escalation.
However, this brings us...
January 12, 2012 at 2:28 pm
Heh, New Guy on the block I guess.
Ctrl-F5 is my friend. Where'd I typo?
I want to worry and keep in my head the object model and the inter-communication and...
January 12, 2012 at 2:14 pm
Grant Fritchey (1/12/2012)
SQLRNNR (1/12/2012)
Grant Fritchey (1/12/2012)
I tried to engage in a meaningful way. It didn't work. I'm way done. Sorry for feeding the troll. Lesson learned until next time.
What exactly...
January 12, 2012 at 2:06 pm
SQL Kiwi (1/11/2012)
Evil Kraig F (1/11/2012)
Revenant (1/11/2012)
SQLRNNR (1/11/2012)
shrinkwrap
Gifts
SSC's Got Talent
Where's the beef?
January 11, 2012 at 5:43 pm
Revenant (1/11/2012)
SQLRNNR (1/11/2012)
shrinkwrap
Gifts
January 11, 2012 at 5:26 pm
bicky1980 (1/11/2012)
Hello AllI think now I just need to group these statements together into one statement...Any Suggestions
UNION ALL with a static data column in each statement to say which count...
January 11, 2012 at 5:25 pm
For giggles, try an OPTION (MAXDOP 1) on the query.
To attach the .sqlplan, rt-click on the execution plan. Save execution plan as... (first option). Should pull up an explorer...
January 11, 2012 at 5:18 pm
DeanORenO (1/11/2012)
There is also this proclivity for answering questions with questions or turning the question on the asker, like most of the replies to my question will inevitably be.
We'll try...
January 11, 2012 at 5:12 pm
steve.anderson 7639 (1/11/2012)
January 11, 2012 at 4:30 pm
GilaMonster (1/11/2012)
Errrrr... Someone(s) want to tackle this? http://www.sqlservercentral.com/Forums/Topic1234441-61-1.aspx
Already responded. I'm waiting to see his answer before continuing.
January 11, 2012 at 4:28 pm
h.singh10 (1/11/2012)
Please let me know how to get a value of record count in header.
The header is what makes this more difficult because you can't pre-pend a text file target....
January 11, 2012 at 4:27 pm
Viewing 15 posts - 1,966 through 1,980 (of 5,685 total)