Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 5th, 2006, 07:45 AM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tables only no views

I'm trying to convert Informix to MS SQL Server. The database size is 220 GB. There are about 19K tables and 11K views and I'm trying to only bring in the tables. Using import wizard is out of the question since the GUI is so slow and I don't want to click 11K times to deselect the views and I'm new to DTS scripting. Has anyone done this? Also second issue I have is that the source DB has the objects in lower case names and I need the object names to be in upper case when they come in.

I just want to be able to pull in the tables at this point to establish baseline timeline. I can still tackle the upper case transformation after that. I was thinking about creating a dymnic SQL for the rename to upper but I would also appreciate any tips here too.

Thanks,
 
Old October 23rd, 2006, 08:26 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Import your tables first then your views. In the data transformation change to default the data to caps. UPPER(RTRIM(columnName))

Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
Using System Tables, Views and Stored Procedures syphon SQL Server ASP 2 September 6th, 2006 03:09 AM
Views prashar SQL Language 1 December 13th, 2005 02:10 AM
Recordset from "Views" instead of "Tables" DellTah Dreamweaver (all versions) 0 April 13th, 2005 11:37 AM
converting Access 2000 views to Sql views matta Classic ASP Professional 1 January 26th, 2005 03:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.