Viewing 15 posts - 8,971 through 8,985 (of 13,882 total)
vs.satheesh (11/2/2014)
I am working University Automation Project.In this purpose i got a student physical photo in folder and sub folder structure.Now my...
November 3, 2014 at 12:05 am
jacksonandrew321 (10/30/2014)
I have created table in which there are four columns (id, date, parcelname, parcelnumber) and 10 rows. I want to count record of the column parcelnumber but condition...
October 30, 2014 at 6:36 am
Maybe you could try putting the export to CSV in its own Sequence container?
October 30, 2014 at 4:46 am
Yes – the clustered index or PK will be an important consideration. Will existing data pages need to be reshuffled on disk to accommodate the data being inserted?
October 29, 2014 at 7:59 am
That's a new one for me, but I hope I've learned my lesson in the process.
I just had to dig that file out of the original ISO archive and add...
October 29, 2014 at 6:31 am
Wow, great thinking sir! That does indeed appear to be the case.
October 29, 2014 at 6:18 am
Koen Verbeeck (10/29/2014)
Do you install from an .iso you downloaded?
It was an iso, but I extracted the files from it using 7-Zip and then did the install from the extracted...
October 29, 2014 at 6:03 am
cafescott (10/24/2014)
October 24, 2014 at 7:13 am
cafescott (10/24/2014)
October 24, 2014 at 6:58 am
logging script? like writing to database or file to make sure that the script is running?
Yes, line by line, write to a file indicating that the line has been processed.
October 24, 2014 at 3:39 am
Then I am running out of ideas. Problems like this are tough to debug.
You could try running the job in 32-bit mode (which is how it would have run in...
October 24, 2014 at 3:14 am
Then it sounds like a permissions issue. Does the SQL Agent user have sufficient rights?
October 24, 2014 at 2:56 am
stopd87 (10/24/2014)
I got a problem with SQL Server Agent Job. My job can't finished and keep stuck. I suspected that the job is stop on script task.
When...
October 24, 2014 at 2:34 am
Koen Verbeeck (10/23/2014)
Phil Parkin (10/23/2014)
Configure your flat file source connection with | as the column delimiter and let SSIS do the work for you. See here[/url] for an example.
Or just...
October 23, 2014 at 12:26 pm
Viewing 15 posts - 8,971 through 8,985 (of 13,882 total)