Viewing 15 posts - 3,781 through 3,795 (of 4,272 total)
When using just the script component in the dataflow I don't believe this data is readily available. It may be available if you write a custom data-flow component. ...
August 24, 2009 at 12:00 am
If they know the port then instance name should not be important. However I believe this to be a generally bad practice and limits the ability to change the...
August 23, 2009 at 11:43 pm
Can I ask why you would do this?
CEWII
August 23, 2009 at 11:37 pm
You could edit the project file directly, it really is nothing more than a text file. I've done it many times, especially to re-order things..
CEWII
August 23, 2009 at 11:22 pm
Provided there is a primary key candidate in the data itself then you can do it in one pass. If not then you will almost certainly have to read...
August 23, 2009 at 11:17 pm
Even if you could change it there really is no reason. If you look under the hood I'm fairly sure you will find that dbo owns the objects either...
August 23, 2009 at 11:02 pm
sashafroyland (8/2/2009)
Looking for some stats to compare MS Access with SQL Server Express. Stats to include would be INSERTs per second and complex query retrieval of record sets under 500...
August 23, 2009 at 10:56 pm
SQL 2005 what sp? I am assuming SP4 for the OS, which would likely be 2000 if you are talking about SP4 and 2000 is the only one I know...
August 23, 2009 at 10:51 pm
Do the other things above before you resort to this:
http://rip747.wordpress.com/2008/05/26/rebulding-msdb-in-sql-server-2005/
CEWII
August 23, 2009 at 10:26 pm
The most common statement in SQL is SELECT. Others are INSERT, UPDATE, and DELETE.
Let me put it to you this way, you shouldn't use ANY of them until you...
August 23, 2009 at 10:23 pm
By doing transformations in the dataflow from the source to the destination the data doesn't get written to disk before it ends up at the destination. Since there are...
August 23, 2009 at 8:49 pm
I don't think I would, that is really just a front-end tool. You are really looking at something to do it in the background. So you are doing...
August 21, 2009 at 1:07 pm
When you run it interactively in BIDS what does it do? Depending on how big the package is and how many objects it has to validate and where they...
August 21, 2009 at 12:23 pm
Something caught my eye in your last post, your .NET programmer recommended a .NET solution, while I'm NOT saying he is wrong, I am always wary of what I call...
August 21, 2009 at 12:09 pm
Viewing 15 posts - 3,781 through 3,795 (of 4,272 total)