Viewing 15 posts - 526 through 540 (of 681 total)
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...
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...
January 18, 2008 at 7:18 am
Of course, you could always move to a remote ranch and start your own SQL Server community website... 😉
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...
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...
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...
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...
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.
December 20, 2007 at 7:18 pm
I don't think so, but I've got to ask... why would you want to?
Tim
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...
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...
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...
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...
December 20, 2007 at 3:43 pm
If you change an upstream file source (structure, data type, etc.), your downstream components will likely require need new metadata. Double-click each of the components downstream from the one...
December 15, 2007 at 7:06 am
Viewing 15 posts - 526 through 540 (of 681 total)