Viewing 9 posts - 1 through 9 (of 9 total)
This isn't exactly the same as the file open dialog box but it might do the trick.
DIM FileName
FileName = InputBox("Enter file to open:", "File Open")
July 16, 2004 at 8:19 am
You can re-use your connection with the execute statement. I normally create and open my connection then populate a sql query string and do a oCN.Execute sqlstring
hope this helps.
June 29, 2004 at 7:39 am
There are also a series of "sys" tables in MSDB that you could check against.
June 17, 2004 at 7:36 am
Jonathan,
I think you are on the right path about the security. I just tried your code on my local box and a server. As long as the user has permissions...
June 10, 2004 at 7:17 am
Jonathan,
Don't know if this will help you but...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctcreateobject.asp
June 9, 2004 at 7:56 am
Binesh,
Here is another site you might find interesting.
June 8, 2004 at 7:23 am
Excellent article and the timing couldn't have been better! I am in the process of checking into these exact issues! Keep up the good work.
June 3, 2004 at 7:08 am
In the properties of the transformation task on the last Tab "Options" there is an option under SQL Server to use a Fast Load which is the same as a...
May 21, 2004 at 7:56 am
Also check the Fast Load option in the package - if it is checked it is doing a Bulk copy insert.
May 21, 2004 at 7:49 am
Viewing 9 posts - 1 through 9 (of 9 total)