Viewing 15 posts - 8,971 through 8,985 (of 13,876 total)
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
ScottPletcher (10/23/2014)
For temp tables, you must also consider:INTO #new_temp_table
rather than just CREATE.
Good point! I try to stop people doing that in production code, but a few get through the net.
October 23, 2014 at 11:47 am
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.
October 23, 2014 at 11:45 am
p.shabbir (10/23/2014)
Thanks for the reply phil.Yes, always there will be 3 items and column length is not fixed.
It may be varied for example
ABCDE|ABCDF|BCDEF
BCDEF|ABCDF|BCDEF
ABCDEF|ABCDF|BCDEF
ABCDE|ABCDFE|BCDEF
Thanks
Is the data coming from a flat file?
October 23, 2014 at 9:45 am
Are there always three items?
Are the columns always the same length?
October 23, 2014 at 8:31 am
Grant Fritchey (10/23/2014)
Mandatory disclaimer (although I'm not sure why for a free...
October 23, 2014 at 4:37 am
d short (10/22/2014)
Does anyone know a way to find all stored procedures that use declared or temp tables, i.eDeclare @temptable TABLE as....
Create table #temptable
Thanks!
If you have your databases scripted into...
October 23, 2014 at 1:23 am
Viewing 15 posts - 8,971 through 8,985 (of 13,876 total)