Viewing 15 posts - 1,831 through 1,845 (of 4,272 total)
steven.malone (12/17/2010)
More like Microsoft threw DTS under the bus and brought out SSIS.
I think the most under appreciated feature was the ability to create system...
December 17, 2010 at 1:34 pm
I think Craig hit it on the head.
I personally refer MSDB because I want all my database stuff backed up together and not have to worry about the...
December 13, 2010 at 10:15 pm
Given the way these packages work they try to insulate the OS from the HW so it is kind of hard to determine.
You could likely look in the...
December 13, 2010 at 2:04 pm
I think I might have answered part of my own question:
http://msdn.microsoft.com/en-us/library/ms189940.aspx
"In a log shipping configuration, database snapshots can be created only on the primary database, not on a secondary database....
December 13, 2010 at 2:00 pm
MidBar (11/13/2010)
Well first thing in my scenario, as i said keep the most required records in Live. So steps i want to perform here are
1. Prepare a staging...
November 13, 2010 at 4:43 pm
First I almost never use the environment variable as a config location, the main reason is that it is difficult to version control, a little more complex to set and...
November 12, 2010 at 7:32 pm
First DO NOT EVER USE MERGE with an SSIS package, EVER EVER EVER.. Ok, just trying to be clear..
An SSIS package is really a big XML file that...
November 12, 2010 at 7:16 pm
You are very welcome.
CEWII
November 12, 2010 at 6:54 pm
The config file can be anywhere that the process can reach it, so I'm not sure that is your problem. However, whatever the path to the config file is...
November 12, 2010 at 11:46 am
Ok, first of all what is your package protection level? By default it is EncryptSensitiveWithUserKey..
Within the package, right click on a clear spot in the control flow and choose...
November 12, 2010 at 1:11 am
I'm not sure you read that entirely correctly. That table seems to only talk about version upgrades to SQL 2008 R2 Versions, but I did find that 2008 Web...
November 11, 2010 at 10:38 pm
I want to add on to what Steve was saying. Some (many?) of the open source databases have licensing models that if you use them purely in-house you don't...
November 11, 2010 at 10:31 pm
I believe this information is only stored in the SSIS package. You can use the object model in .NET to walk through the package and pick that information out.
CEWII
November 11, 2010 at 9:53 pm
I am not quite familiar with this part, please advice:
1. During development, use the local DB as connection string to build the SSIS package, and then use package configuration to...
November 11, 2010 at 9:24 pm
kkishore1010 (11/11/2010)
I mean both server A and B are in Cluster Node.Thanks,
kumar
Whoa, it sounds like you are running a two node cluster and Server A is the primary and Server...
November 11, 2010 at 10:50 am
Viewing 15 posts - 1,831 through 1,845 (of 4,272 total)