Viewing 5 posts - 1 through 5 (of 5 total)
Have you solved your Query issue..? i guess the guys in the forum are still willing to help.
Just let us know..:-)
October 12, 2011 at 12:26 pm
Hi, instead of creating separated tables to hold the data and creating dynamic SQL queries, i recommend you keeping the original table (the one with the over 2M records) and...
September 9, 2011 at 11:12 am
You can use 2 methods.
Using openrowset whitin a sql query or using a dynamic properties task and assign the value returned by your query "select EMPID from tblEmployee where LastModifiedDate...
August 20, 2007 at 9:31 am
The sintax should be vbscript while you working with ActiveX. Not Sql. Try this, will work.
Function Main()
if datediff("d", pk12_date, current_timestamp) = 0 Then Main = DTSTaskExecResult_Success
End Function
'Cdrack.
November 20, 2006 at 9:09 am
For uploading the file to a table.
instead of using a .exe and xp_cmdshell you can use "bulk insert" with the raw option.
Will be faster and will not need to leave...
January 4, 2006 at 8:34 am
Viewing 5 posts - 1 through 5 (of 5 total)