Viewing 15 posts - 1,876 through 1,890 (of 2,612 total)
Connection Managers are not connections, they serve connections. So, by default they will connect to a data source more than once. You may have an ODBC source that...
April 16, 2008 at 6:45 am
A bit field should be evaluated as:
False = Zero
True = Not Zero
Neither true or false = NULL
April 16, 2008 at 6:41 am
There is no way in the installer to exclude the agent. Is it not appearing in Management Studio?
April 16, 2008 at 6:38 am
Download an eval version of SQL 2008. You can actually do this in management studio.
April 16, 2008 at 6:20 am
Full Sun http://www.fullsun.net/ has a freeware tool, Quest does as well.
You get what you pay for here, spend some time looking and evaluating, but I think you will either end...
April 16, 2008 at 6:18 am
- Create a job
- Add a step
- Choose the step type for executing an SSIS package
- Select the package you want to run
The UI is fairly intuitive, you may want...
April 16, 2008 at 6:13 am
Perhaps I missed something in your post, but are you asking why a lookup fails if there is no data in the lookup table?
By default, if a value is not...
April 16, 2008 at 6:11 am
I get it - you are using packages stored in the MSDB database, not the file system.
You should be able to do this with a loop container and an expression...
April 16, 2008 at 5:56 am
Triggers may work for this, but they could cause you a lot of trouble. Since they are part of the transaction that fires them, they can hurt performance and...
April 16, 2008 at 5:47 am
Look up DDL triggers in books online.
April 15, 2008 at 1:56 pm
Thus far, it appears so.
April 15, 2008 at 1:15 pm
I agree that it is pretty crazy to start a project on one platform making the assumption that you will have to switch to another platform unless you are taking...
April 15, 2008 at 1:14 pm
Before you go building a report distribution system, if you are using the enterprise edition of SQL you should look up data-drive subscriptions.
April 15, 2008 at 1:07 pm
You are not understanding how filters work in a cube.
Any time you filter data in a cube, you filter the entire fact set.
All filter conditions will result in an AND...
April 15, 2008 at 12:59 pm
It is really going to depend on what your triggers are doing.
If, for example, you have a trigger that takes 30 seconds to run, if it is on one of...
April 15, 2008 at 12:44 pm
Viewing 15 posts - 1,876 through 1,890 (of 2,612 total)