Viewing 15 posts - 5,791 through 5,805 (of 7,191 total)
Nithi
Please will you be more specific about what sort of help you're looking for? A good place to start would be if you posted your stored procedure definition.
John
August 17, 2010 at 1:37 am
Wardy
In that case, put all your file names in a table and use a For Each Loop task to loop through them.
John
August 17, 2010 at 1:23 am
Wardy
If you only have ten categories then it's probably worth setting up ten separate file connections and ten separate dataflow tasks. If you don't want to do that, then...
August 16, 2010 at 8:58 am
Vamsy
Since the operations you mention are fully logged, I would say that doing one of them on the source database would also do it on the target. That's just...
August 16, 2010 at 8:02 am
Kevin
This sort of string manipulation is best performed by your application rather than SQL Server. If you really need to do it, you should be able to use the...
August 16, 2010 at 4:23 am
The fact that the device type is a virtual device suggests that your database is being backed up with a third-party utility such as DPM or NetBackup. If your...
August 16, 2010 at 2:44 am
If you don't already have this property set up as part of a package configuration, or taking its value from a variable, then I don't think you can do what...
August 16, 2010 at 2:30 am
Jerry
As Steve said, you don't need to assign any permissions. As long as you specify the account as the service account during installation or using SQL Server Configuration Manager,...
August 16, 2010 at 1:58 am
A warning message? I don't think SSIS is designed to do that: it runs as a service and doesn't depend on anybody being logged on interactively. If you...
August 13, 2010 at 8:43 am
David
I think you can get that message when you have ant-virus software trying to access your database file. If you do have anti-virus software installed, please check that it...
August 13, 2010 at 8:31 am
David
Databases in Simple recovery mode do have a log file, but you can't back it up since it is automatically truncated by SQL Server on a regular basis. Therefore...
August 13, 2010 at 8:01 am
Try building in a small delay between iterations - two or three seconds, maybe. This may allow time for the transaction log to clear before the next iteration. ...
August 13, 2010 at 7:50 am
SSIS (Integration Services) and bcp are designed for this very purpose. You should use one of those.
John
August 13, 2010 at 7:27 am
OK, here's what I've just tried (Windows XP SP2, SQL Server 2008 SP1 CU4).
- In Computer Properties, add a system environment variable called Test, value Test
- xp_cmdshell 'set' Result...
August 11, 2010 at 12:07 pm
I've thought about this a little more and I think what is required is a restart of SQL Server, not the whole computer. This is because the service account...
August 10, 2010 at 8:59 am
Viewing 15 posts - 5,791 through 5,805 (of 7,191 total)