Viewing 15 posts - 151 through 165 (of 390 total)
yes, the data source is now the input SQL DB table.
The SSIS project says it writes one record, while testing, but nothing is written, as far as i can tell!
What...
October 19, 2011 at 1:16 pm
Did you try using the 'Thesaurus' feature ?
October 11, 2011 at 8:36 am
Name, Address, City, State, Zip, Phone Number
I do have an SSIS procedure that works very well at extracting emails, but this is more complicated!
eg. I need to search for 'Name'...
October 9, 2011 at 5:53 pm
So for TempDb is Raid1 ok, or are you suggesting something else?
October 6, 2011 at 3:51 am
Dell had some white papers written that recommended that specific Raid configuration.
Raid0 for TempDB was suggested due to its speed.
I understand what you are saying, but i'm sure they considered...
October 5, 2011 at 7:10 pm
Current DB size 150 GB, 4 Million records.
Each day i load approx 5000 new records(via bulk insert), with an average size of 30k per record. This could increase to...
October 5, 2011 at 1:33 pm
I am using seperate RAID for the TempDB (Raid0), Logs(Raid1), Data(Raid10) and Program files(Raid1).
I read in one of the MS technet forums, that you can put the Full text index...
October 4, 2011 at 8:30 am
What field type for the FTI field, would provide the best performance?
Thanks
October 3, 2011 at 12:32 pm
Is there any way to make this query faster?
It seems that each search term i add, makes the query run 6 seconds slower. With five search terms, it takes approx...
October 3, 2011 at 11:48 am
When i try to run my app with the updated SP that uses the temp table, i get the following error:
"The return types for the following SP count not be...
September 28, 2011 at 5:27 am
SQLRNNR (9/27/2011)
hmmm...Could you possibly provide DDL and some sample data?It would be handy in trying to recreate and provide a better solution.
The problem only occurs with large volumes of data,...
September 27, 2011 at 6:18 pm
What do you suggest for phone numbers?
Most of what i have found has been char, varchar or nvarchar.
Thanks!
September 27, 2011 at 6:16 pm
Thanks Gail 🙂
ps I'm not new to SQL, i have not coded in 20+ years.....old COBOL, CICS, IMS guy.
September 27, 2011 at 4:29 pm
Viewing 15 posts - 151 through 165 (of 390 total)