Viewing 15 posts - 3,991 through 4,005 (of 7,164 total)
How many rows is your query trying to delete? What else is happening on that table while you are running your delete? Are you running the delete in a transaction...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 22, 2012 at 10:00 am
It sounds like you did not do all the steps or you may not have a current enough build. What does this return on your system:
SELECT SERVERPROPERTY('Edition') AS Edition,
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 22, 2012 at 9:53 am
If all you are looking for are insert statements generated from an existing table then I would recommend the SSMS Tools Pack:
Generate Insert statements from resultsets, tables or databases
Insert statements...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 22, 2012 at 8:58 am
pradeep.mohan (5/22/2012)
you mean 'Data conversion' component using next to multicast (OLE DB Source --> Multicast --> Data Conversion --> OLE DB Commend)
It will depend on the destinations. If all destinations...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 22, 2012 at 7:20 am
pradeep.mohan (5/22/2012)
In my package source table and destination table datatype is different.So is it possible to transfer the data from Source to Destination?
Yes. Look into using the Data Conversion transformation...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 22, 2012 at 7:08 am
What I see a lot of people chasing when thinking about implementing partitioning is 'partition parallelism'. The idea that if a query asks for data from multiple partitions were parallelized...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 19, 2012 at 6:57 pm
So would you say this is simply one area where the concept does not transfer from Oracle to SQL Server? Oracle touts partitioning as a way to improve performance by...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 19, 2012 at 11:09 am
GilaMonster (5/19/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 19, 2012 at 9:07 am
Uripedes Pants (5/17/2012)
you've helped me before and I really appreciate you and all the good folks on this forum. sorry it took so long for me...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 18, 2012 at 3:43 pm
Jeff, your comments helped settle me down. It's nice to have a timeline now on when I might see the article accepted and potentially published. Thanks as always for all...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 18, 2012 at 12:11 pm
Jeff Moden (5/18/2012)
Any idea when the first one is coming out, Orlando?
I do not. I have not received any feedback since submitting the article earlier this week. This being my...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 18, 2012 at 8:53 am
Raunak Jhawar (5/18/2012)
I want to do one. One fo you and one for me 😛
Well, I was going to do three that build on one another so it would be...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 18, 2012 at 6:55 am
Raunak Jhawar (5/18/2012)
I can take one on 'File Watcher Task", but will this article describe more about .NET classe "FileSystemWatcher" or any other task or .NET class in particular?
I got...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 18, 2012 at 6:38 am
Well I can confirm the issue in BIDS 2008 (IS v10.50.2806.0). I looked at your test file and the BOM and EOLs are correct. I also checked the small e...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 17, 2012 at 1:43 pm
EXEC sys.sp_helptext
@objname = N'dbo.sp_help';
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 17, 2012 at 1:21 pm
Viewing 15 posts - 3,991 through 4,005 (of 7,164 total)