Viewing 15 posts - 11,911 through 11,925 (of 13,838 total)
I don't know WQL, so therefore have no idea whether this will work, but can you force a non-null result by using something like:
Select Caption, '' + CSDVersion from win32_operatingSystem
August 6, 2010 at 8:01 am
Can you change your process slightly as follows:
1) Move all files from D:\sync_scripts to an archive folder somewhere
2) Run the DLL
3) Use a FOREACH loop to execute all files in...
August 6, 2010 at 6:17 am
Please explain what you mean by
and it is saving with latest modified date
?
Do you mean that there are multiple files in a folder and you want to execute the...
August 6, 2010 at 5:15 am
You did not mention this in your original post.
You need a different connection for every combination of flat file 'type' you have (by type, I am referring to the number...
August 5, 2010 at 10:44 am
You cannot use a wildcard in your connection properties.
Use a FOREACH loop and put your wildcard file-spec in there. Map the file path returned from the foreach loop to a...
August 5, 2010 at 9:55 am
An alternative is to set the default value of your run date field in SQL Server - then it will populate itself whenever a record is created - no SSIS...
August 5, 2010 at 3:31 am
What sort of errors are you expecting? Any serious errors may not, of course, even make it into the db, so your envisaged method might not be a comprehensive solution.
But...
August 5, 2010 at 3:27 am
William Gary Wright (8/4/2010)
I should have proof read that last post before I sent it. EACKKKKKKK
Also 'beleive' and 'varibble' 🙂
August 5, 2010 at 3:14 am
Surely, when you start getting to the realms of datasets with more than 65k rows, a spreadsheet is not the right repository. You need a database solution (Access maybe) or...
August 3, 2010 at 8:03 am
Please respond to Pradeep Adiga's posts - why is that not what you want?
August 3, 2010 at 2:06 am
coalesce (8/1/2010)
Phil Parkin (7/30/2010)
OK ... may I ask what 'Transfer SQL Server Objects' gives you that a dataflow task does not? Just wondering why you went down this road.
I'm not...
August 2, 2010 at 9:21 am
Of course you can.
Create a new Integration Services project, then right-click SSIS Packages in Solution Explorer and 'Add Existing Package.'
Then you're good to go.
August 2, 2010 at 8:43 am
You should be able to set the TransactionOption property of your DF to 'Required' to get the behaviour you require.
August 2, 2010 at 7:33 am
Raunak Jhawar (8/2/2010)
Even better...make table partitions of your dataset.then send each partition to a respective sheet
I still think your first answer was better (Excel 2007). Even better than that, however,...
August 2, 2010 at 6:57 am
Instead of using a File System task, use a script task containing appropriate code. It works much better, in my experience and requires just three or four lines of code.
July 30, 2010 at 8:53 am
Viewing 15 posts - 11,911 through 11,925 (of 13,838 total)