Viewing 15 posts - 16 through 30 (of 321 total)
Possibly an alternate approach (that has worked well for me):
Control everything from within one of the Excel Workbooks. Instead of pushing the data from SSIS, define the data in Excel...
June 12, 2009 at 8:14 am
I hit the same dilemma converting MS Access tables with boolean columns. Since SQL Server has no boolean data type, my first inclination was to use bit.
But being a...
June 12, 2009 at 7:51 am
Yes indeed I did.
And why did no one take the opportunity 4 days ago to say:
"May the 4th be with you"?
(And why in the world did the Spell Check want...
May 8, 2009 at 12:33 pm
I would guess (based on no knowledge of what you are doing--but I do that all the time:-)) that the earlier suggestion that you take a harder look at normalizing...
May 7, 2009 at 6:38 am
I use a poor (simple?) man's solution that runs a sweep of all data base objects nightly, and captures a copy of anything that has been modified in a table.
Works...
April 24, 2009 at 7:20 am
Excuse a (probably) dumb question:
Where is MaxConcurrentExecutables, and why does -1 not mean unlimited?
April 23, 2009 at 6:12 am
I think I recall failing to get a try/catch block to work (but likely not with a #temp table) because (I thought) the error returned was not at a high...
April 15, 2009 at 7:19 am
In the two or three cases where I have modified a query using CTEs to #temp tables, I have seen significant performance improvements. (Not careful study or timings, just ad-hoc...
April 14, 2009 at 6:55 am
Charles Kincaid (4/13/2009)
Yes, Pete, many cuts. I saw a paper tape reader on a CDC mainframe that had a gear motor an optical sensors.
The optical paper (mylar) tape...
April 14, 2009 at 6:09 am
I'm not sure why I started reading this thread. As I did, I kept asking myself "Did I do that?", "Are they talking about me?"
Don't you dare change, you...
April 8, 2009 at 7:15 am
If you reach the point where you want to try another approach, I have had excellent luck letting the workbook "pull" the data from the server on demand, using Import...
April 7, 2009 at 9:07 am
Quick survey: Nine pages later, has anyone change their mind about anything?
April 6, 2009 at 5:19 am
Who made the APL dig? (Steve?) The beauty of APL (and later J) is that it is array based (set based, but in more than SQLs two dimensions limit.) Yes...
April 3, 2009 at 7:49 am
SQL does not rely on the format of the underlying data store. I've been impressed by the Jet Engine/ODBC ability to work with flat and CSV files, as well...
March 25, 2009 at 5:39 am
SQL does not rely on the format of the underlying data store. I've been impressed by the Jet Engine/ODBC ability to work with flat and CSV files, as well...
March 25, 2009 at 5:37 am
Viewing 15 posts - 16 through 30 (of 321 total)