Viewing 15 posts - 11,116 through 11,130 (of 11,678 total)
I was going to write a post stating that it was a great article, nicely written and really helpful for my daily routines. But luckily I've read the comments first.
Now...
September 13, 2010 at 2:52 am
TravisDBA (9/9/2010)
free_mascot (9/9/2010)
Yes, me too worng....The correct answer is none. As though resource database is readonly we can move it along with master.
In SQL Server 2008, the Resource database cannot...
September 9, 2010 at 8:28 am
After reading all the other comments, we can conclude that the question is flawed 🙂
You cannot move the resource DB in 2008, but apparently you can in 2005, so the...
September 9, 2010 at 3:18 am
Great, I was taking so long to formulate my answer, that two people were faster than me 🙂
September 8, 2010 at 8:14 am
Is the table in your post the starting point of your query, or is the result.
If it is the result, I guess you want to give some sort of sequence...
September 8, 2010 at 8:13 am
MRNev (9/8/2010)
September 8, 2010 at 4:05 am
Is it possible to set the NoMatchBehaviour to Redirect Rows to No Match Output?
This way you have your lookup failures in a seperate flow and there are no errors cause...
September 8, 2010 at 1:50 am
Are there any duplicates in your source?
Why don't you try to implement the SCD Type 1 yourself with an update and an insert statement. It will run a hell of...
September 8, 2010 at 1:24 am
Phil is right. Don't bother to make it dynamic if there are only a handful of Excel files. However, if there are a lot of Excel files (say more than...
September 8, 2010 at 1:21 am
Great question. I got it wrong, obviously, but I learned something.
September 8, 2010 at 12:35 am
Great article. It gives me a nice overview and a bunch of very useful links.
Now I just have to find the time to read them all 🙂
September 8, 2010 at 12:09 am
Phil Parkin (9/7/2010)
If you have appropriate datatypes already set up for your...
September 7, 2010 at 7:33 am
You do not have these functions out of the box in SSIS, in the sense that they are not present in the Derived Column Transformation.
However, if you read your source...
September 7, 2010 at 6:43 am
You need three components in your dataflow:
* Excel source (together with the Excel Connection Manager)
* Data Conversion component
* OLE DB Destination
September 7, 2010 at 6:40 am
Viewing 15 posts - 11,116 through 11,130 (of 11,678 total)