Viewing 15 posts - 316 through 330 (of 391 total)
Ted Krueger (5/14/2009)
May 14, 2009 at 9:40 am
Thanks for your reply !
Is it possible to convert VBscript into MS Visual C# 2008 ?
May 14, 2009 at 7:39 am
Thanks
May 14, 2009 at 7:18 am
I created a workaround solution and used the system record counter to generate my primary key.
Thanks
May 12, 2009 at 12:19 pm
Changing to -1 did not work, but changing to text format worked!
Many thanks for your assistance 😀
May 11, 2009 at 9:29 am
I have searched the internet for a solution, but no luck.
This seems very easy, but for some reason poorly documented.
Has anyone else experienced this ? What is a workaround solution...
May 11, 2009 at 6:23 am
It loads the first file in the folder, then goes to the sixth file in the folder then stops ?
Any suggestions ?
May 8, 2009 at 2:00 pm
I got it working by deactivating the delimiter but thanks anyway!
I have a new issue with the Foreach loop function.
I have no idea why it is failing and i get...
May 8, 2009 at 1:40 pm
Is deactivating the delimiter the solution ?
Thanks
May 8, 2009 at 11:03 am
Worked like a charm.
Many Thanks !
Loaded 14586 text files of between 30k and 35k in 2 min 55 seconds.
I owe you some beers 😀
May 7, 2009 at 1:58 pm
I added a new variable and still get the same issue ?
What am i missing?
Thanks
alter procedure [dbo].[usp_ImportMultipleFiles] @filepath varchar(max),
@pattern varchar(max), @TableName varchar(max)
as
set quoted_identifier off
declare @ID int
declare @ID2 int
declare...
May 7, 2009 at 1:13 pm
I am trying to load 299 resumes and it only loads 101. Why ?
Thanks
May 7, 2009 at 12:14 pm
It seems to count the number of text files correctly but for some reason only loads a much smaller amount ?
(300 row(s) affected)
(1 row(s) affected)
(299 row(s) affected)
(101 row(s) affected)
May 7, 2009 at 11:59 am
Viewing 15 posts - 316 through 330 (of 391 total)