Viewing 15 posts - 526 through 540 (of 682 total)
Hopefully I will be the first DBA to work and live from an RV while exploring our great country (under the age of 40). I will work during the...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 18, 2008 at 8:59 am
I would suggest looking into using a Foreach Loop Container. You can tie the collection to a particular folder, and if there are no files there, the loop would...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 18, 2008 at 7:52 am
I'm studying for the BI exams now. I haven't taken the Dev tests, but I would suspect that the BI exams are more difficult. They cover some very...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 18, 2008 at 7:18 am
I got mine (Gmail).
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 18, 2008 at 7:14 am
Of course, you could always move to a remote ranch and start your own SQL Server community website... 😉
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 18, 2008 at 6:52 am
Yes, that can be done and is quite helpful for doing data type changes en masse. However, because the Name characteristic is unique it must be done on a...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 10, 2008 at 7:12 am
Thanks Mike, that will probably speed things up. I'm still fishing around to see if there is a shortcut to take me to the next column definition without leaving...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
January 9, 2008 at 8:55 am
The book I used was SQL Server 2005 Implementation and Maintenace by Microsoft Press. It touched on all of the required exam topics, and included a large section on...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 28, 2007 at 7:19 am
Use caution when deciding to use the SQL Variant data type. It's one of those things that can be easy to implement but may come back to bite you...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 7:32 pm
Not that it will help you now, but SQL Server 2008 will reportedly have a DATE data type for this very purpose.
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 7:18 pm
I don't think so, but I've got to ask... why would you want to?
Tim
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 7:11 pm
You can pause the execution by firing off a popup window from within a script task by calling MsgBox("some message here"). However, if you try to do this on...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 6:45 pm
Max, you didn't specify but I assume that you are using the Execute Task item to run this executable? If so, you should be able to put the entire...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 6:36 pm
Do you receive any errors or are the intended changes simply discarded? What type of T-SQL statement are you running inside the loop? Is there perchance an open...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 6:31 pm
This is set at the report level in the report designer in BIDS. Open the report you want to auto refresh and open the Properties window. the AutoRefresh...
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
December 20, 2007 at 3:43 pm
Viewing 15 posts - 526 through 540 (of 682 total)