Click here to Skip to main content
16,016,477 members

Comments by Sergey Vaselenko (Top 33 by date)

Sergey Vaselenko 24-Jul-14 4:00am View    
SaveToDB loads all the data into Excel table at once.
But you may configure the AutoRefresh property of the Excel query to update the data periodically.

RealTimeToExcel allows updating data in real time and not only in regular tables.
But you should configure real time formulas like
=RTD("gartle.rtd",,"sql-express","table name","index key value","result data field name")
Sergey Vaselenko 8-Jul-14 11:13am View    
Select is required for some types of copy/paste operations.
Especially if we have the PasteSpecial method.
Sergey Vaselenko 10-Jun-14 10:23am View    
Try to use MonthName(Month(date1), TRUE) instead of DATENAME(MONTH, date1).
Sergey Vaselenko 27-May-14 11:52am View    
What technique do you use to import data?
Take a look at similar techniques for importing from Excel
http://www.excel-sql-server.com/excel-import-to-sql-server.htm
Sergey Vaselenko 23-May-14 6:22am View    
For such tasks you can use the SaveToDB add-in.
It allows getting and updating web data into Microsoft Excel.
But this page does not parsed correctly as it has no common table for all records.