Viewing 15 posts - 11,101 through 11,115 (of 11,678 total)
To conclude: I really was pointing out the obvious irony 🙂
September 16, 2010 at 12:55 pm
Totally off-topic:
why are you calling a stored procedure per row? Isn't it more effective to call the stored procedure on a set?
September 16, 2010 at 7:31 am
In your flat file source, you can select the option
Retain null values from the source as null values in the data flow
Try it and let us know if it works.
September 16, 2010 at 7:14 am
I usually define them first in the datasource view and then check if they are correct in the dimension usage tab of the cube.
September 16, 2010 at 6:35 am
Try using "1900-01-01".
September 16, 2010 at 6:34 am
Or the clever use of LEN and FINDSTRING in a derived column.
September 16, 2010 at 6:28 am
vinod.andani-874416 (9/16/2010)
September 16, 2010 at 4:44 am
Great question. Internal SQL Server stuff isn't exactly my forté, so it is always nice to have a QotD to crank up my knowledge.
September 16, 2010 at 2:08 am
Great question!
I didn't know about the ROLLBACK WORK syntax, so I definitely learned something today.
September 16, 2010 at 2:04 am
phil.wood 94423 (9/14/2010)
In my defence, nesting works all over Microsoft so I'm a little surprised they never got it working here. Almost seems like an...
September 14, 2010 at 1:52 am
Nice question about the transaction basics. As I'm reading the self-paced training kit for the database developper certification, this was a really easy one for me, as it is explained...
September 14, 2010 at 12:57 am
The number of tasks that can run concurrently in a ssis package is dependent of some parameters.
- the number of processors available
- the value of MaxConcurrentExecutables
- the value of EngineThreads
Make...
September 13, 2010 at 2:22 pm
Edit: (This is an unfortunate double post due to my slow internet connection)
September 13, 2010 at 8:35 am
M.B.A. (9/13/2010)
Top 10 SQL Server Integration Services Best Practices
And it seems that in my Case dtexec.exe has...
September 13, 2010 at 8:34 am
@dsvasudevan: I believe there is no explicit transaction, so the 3 tasks do not belong to the same transaction.
On-topic: great question!
September 13, 2010 at 5:10 am
Viewing 15 posts - 11,101 through 11,115 (of 11,678 total)