From a new SQL DB 'admin' trying to use SQL 2005's BI features,
As a small-company 'SQL DB administrator' (still climbing up the SQL2005
learning curve), I am trying to find resources that would allow me to:
1) Perform an initial import of a .csv / .xls to create a table in SQL 2005
(we us...
more >>
I have to export a table to an Excel file. I must generate a new Excel file
every 10000 rows.
Any help will be appreciated.
Thanks in advance.
Carmen...
more >>
I am just learning about SQL Server so please excuse what may be a silly
question. I am importing the data from an Access 2000 back end database into
SQL Server 2000 using the DTS Wizard.
The SQL Server database I created through the Access Upsizing Wizard is fine
in that I can see all t...
more >>
I am moving data from Access to SQL Server.
I have a term date field (datetime) whose source values in Access are
'1/1/1700'
I am using an Active X Transformation task to change those values to
'1/1/1753'
Here is my code
If DTSSource("TERM_DATE").value < '1/1/1753'
then DTSDesti...
more >>
Does anyone use DTS or SSIS to push large volumes of data to Oracle?
If so, do you have an idea of how many records you push per hour? I'm
currently only getting about 780,000 records per hour.
...
more >>