Viewing 15 posts - 1,711 through 1,725 (of 4,272 total)
For MSDB storage the files get sucked into MSDB and nothing is needed in the file system unless the packages themselves use something there..
CEWII
January 18, 2011 at 2:20 pm
On the SSIS server you don't see your package listed under Stored Packages|MSDB or any directory under that?
If not then I would say it isn't in MSDB. You can...
January 18, 2011 at 1:53 pm
I have seen a couple installations where SSIS was separated but in general they are run together. About the only compelling reason I could think of is if you...
January 18, 2011 at 1:19 pm
First using linked servers in a trigger is not a good idea. A better way is to call a sproc on the remote side and let it do any...
January 18, 2011 at 12:44 pm
I see Gail answered while I was formulating my answer.. I agree..
CEWII
January 18, 2011 at 10:27 am
I would only break them out in cases where I need to use them seperately, for example, when a date will NEVER have a time or when we are only...
January 18, 2011 at 10:26 am
AndrewSQLDBA (1/14/2011)
What I am wondering...
January 14, 2011 at 1:12 pm
First thoughts, recipe header which contains the base record, contains name and other data. A recipe ingredients table related back to the recipe header. A recipe instructions table...
January 14, 2011 at 11:54 am
Unless you want them to have a SQL server local to their machine that isn't necessary. You can install the tools only from the SQL install disk. This...
January 14, 2011 at 11:49 am
This strikes me as a bad practice. Having been on both sides (Dev and admin) I find that Devs should VERY rarely be able to modify a production system...
January 14, 2011 at 11:43 am
SQL08Kid (1/14/2011)
We used...
January 14, 2011 at 10:34 am
The first is used by SSIS to do a NULL test, ie: ISNULL(Field) returns true or false. The second is SQL saying that is the value is NULL then...
January 14, 2011 at 9:55 am
Have you considered Log Shipping?
I was a little concerned that there were a lot of schema changes, in a production system schema should be fairly static.. Are you doing...
January 14, 2011 at 9:49 am
Viewing 15 posts - 1,711 through 1,725 (of 4,272 total)