Viewing 15 posts - 1 through 15 (of 46 total)
I agree. I have found 'excep't very useful when many columns are involved in a table and I want to exclude one entire table from the other. I think you...
December 26, 2011 at 10:00 am
I attached a txt file with the source code I mentioned before.
The API for SSIS is kind of rough in that it requires a lot of looping through object properties....
February 8, 2011 at 5:26 am
you can set up a watch window...or you could just add a script task with a message box.
May 27, 2010 at 10:02 am
Have you invesitigated third party software solutions or are you planning on writing custom code?
If you are planning on creating a .net solution you will need to
-load the...
May 19, 2010 at 5:34 am
Would be awesome to see Microsoft just go ahead and ship BIDS components with all Visual Studio releases...especially if they are going to be releasing Visual Studio versions out of...
December 31, 2009 at 11:25 am
The point was that you couldn't have .NET code written in 2010 or a database project written in visual studio 2010 live in the same solution with ssis packages.
Are you...
December 31, 2009 at 10:48 am
The prvious version could not find objects inside of a sequence container. Is this still true?
November 30, 2009 at 4:50 am
the point is that you dont need command line startup values at all.
In your first post it sounded like you wanted to open up ssms and have all your...
November 4, 2009 at 1:03 pm
once you have finished registering all servers in your environment and orginanized them you can export the settings as a file and share with others on your team.
- right click...
November 4, 2009 at 12:21 pm
accidentally posted before I was finished...................
right click on that folder and hit 'New Server Registration'. Then fill out the form.
When you open SSMS it will open registered servers and you...
November 4, 2009 at 12:17 pm
In SSMS (I am using 2008), go to view->Registered Servers.
This will open a 'registered servers' tab. It appears on the left with the 'object explorer'.
Along the top you will...
November 4, 2009 at 12:14 pm
btw - you could also use registered servers
November 4, 2009 at 11:02 am
can you partition the table? this way you could insert into a swap table and switch the data in. Partition switching is crazy fast in 2008. I have no experience...
October 23, 2009 at 6:08 am
FYI - The Microsoft BI Toolkit is a C#.NET project that takes SSIS projects and generates visio like diagrams.
I studied that and a project called 'Metashare' to get a...
October 13, 2009 at 5:06 am
cool. thanks for the help man.
I find that a little frustrating that a group can be defined as a login in sql server, but then that login can't be used...
October 2, 2009 at 4:52 am
Viewing 15 posts - 1 through 15 (of 46 total)