| Thread | Last Post | Replies |
|
| Estimating the size of a database. | 31 Mar 2008 17:53 GMT | 2 |
Is there a way to estimate the size of a database if you know the size of text files that will be imported to it? For example if I create a blank SQL database and import 1 text file, which is 1GB in size, can I estimate how big the database will be in
|
| import data from a flat file into sql server 2005 table manually | 31 Mar 2008 06:16 GMT | 2 |
I am trying to manually import data manually from a txt file to a table in sql 2005 before I have a ssis package, is it possible like I did in sql server 2000
|
| cannot import data manually on sql server 2005 because of collatio | 31 Mar 2008 06:11 GMT | 2 |
Our origianl sql server 2000 database was created with COLLATE Chinese_Taiwan_Stroke_CI_AS by someone, though we never store any Chinese charater in database. In sql 2000 I never encounter any problem when we import data from any flat files to any tables with this collation.
|
| SSIS - Import into MYSQL | 30 Mar 2008 16:46 GMT | 2 |
I'm having a difficult time trying to set up a Data Flow Task that will export data into a MYSQL database. After I create the OLD DB Destination and try to create a new OLD DB Connection Manager and new Data Connection, I don't see a provider that is appropriate. I do have ...
|
| Gurus DTS | 28 Mar 2008 10:31 GMT | 3 |
I need to check whithin an exists DTS source fild, i have the next code VB, but it made error message is " No match the types : 'exists' " Any help will be great Thank you.
|
| modify DTS package | 27 Mar 2008 18:03 GMT | 2 |
I created a package using the import wizard in management studio. How do I modify/edit it? I read that the DTS designer need to do the job, but how can I open the DTS designer from management studio?
|
| Hipaa 834 | 27 Mar 2008 15:57 GMT | 1 |
I have been assigned to get an EDI written for enrollment of health insurance from my HR system to a major insurance carrier; in fact, I need to create about 5 Hipaa 834 files for other insurance companies too. They want me to send them data in a HIPAA 834 file format which I ...
|
| Strip double quotes via SSIS | 26 Mar 2008 16:57 GMT | 3 |
I am using SSIS to import a CSV file into a SQL table. How do I strip the double quote marks surrounding the strings in the CSV file? This seems like a super-simple transformation but I can't figure it out.
|
| SSIS what rights for user to connect and view/run packages? | 26 Mar 2008 15:08 GMT | 4 |
What rights does a user need to connect to the server (2005) and view/run packages from their client PC? Where are they configured? Thanks
|
| Opening and Editing DTS package | 25 Mar 2008 19:31 GMT | 1 |
Please tell me whether its possible to open dts package using activeX scripts(written in VB,js etc.) or by some other means but not thru Enterprise manager directly. I need to specify logfile in each package on one of our server. There are hundreds of packages on this server.
|
| Migrate DATETIME field in DTS via excel in SQL Server 2000 | 20 Mar 2008 17:01 GMT | 1 |
I've created a DTS package in SQL Server 2000 Enterprise Manager to export the data in a table that has datetime fields using Task->Export Data. I've specified Excel 97-2000 as the destination file for the export, and I've let the dts export wizard configure the mappings.
|
| Appending Instead of Overwriting Excel File | 20 Mar 2008 15:18 GMT | 1 |
I have a simple DTS package that I need to insert records into an Excel file. I want to start with a blank worksheet every time. However, it is just appending to the file instead of overwriting it. Here is how I have the package setup: 1.. SQL task that uses "drop table" on ...
|
| import of CSV appears correct in excel and 2000 not in 2k5 | 20 Mar 2008 10:55 GMT | 3 |
Ok I am trying to create a flat file connection manager using comma delimited and " as the text qualifier. The file imports into excel properly, using import wizard in Sql Server 2000 it formats properly, using import wizard or flat file connection manager in 2005 it does
|
| clone access database using dts | 20 Mar 2008 10:29 GMT | 1 |
i am new to DTS. i want to clone a access database based on the value of a field that comes from the source table. Can some one provide me some Tips in doing this with DTS package.
|
| Membership download | 20 Mar 2008 04:57 GMT | 7 |
I'm fairly new to using SSIS, but I have learned how to download the contents of a custom database to a local development server (both with SQL 2005). Now I am trying to learn how to download a copy of the membership (all the tables related to applications, logins, roles, ...
|