Advertisement

03.18.2008 at 06:48AM PDT, ID: 23250145
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Updating an alter table command

Asked by flscooter in MS SQL DTS

Tags: , , ,

Experts,

I am using SQL Server 2005, which I just started using last week, with no formal training.  I do have some experience with SQL Server 2000, however.  I was named as the backup to the SQL Server DBA who just went on vacation.  We just completed our migration from SQL Server 2000 to SQL Server 2005.  The DBA migrated all the old DTS packages onto 2005 and they have not yet been migrated to SSIS.  A user called me and told me that one of the tables they use had date fields that contain the date "1900-01-01 00:00:00:000", yet they are expecting ( and have seen in the past ) the word "Null".  I found the DTS package that loads this table and the date columns are originally set to "Char" in the "Create Table" portion of the DTS package ( this is the first step and an execute SQL task.  The next step of the DTS package loads the input data file to the table we just created.  The last step is an "Alter table" ( another execute SQL task ).  In it, each date column, first set up at "char" is altered to "datetime" format.  This works fine when there is actual data in the column ( which is most of the time ).  When that record is blank, I believe the default date is put in the column.  I believe I want to alter the particular date column to datetime format but only if there is data in that record.  The fields seem to be blank and not null.  I am not certain how to accomplish this.  T
Thanks.Start Free Trial
1:
2:
3:
alter table  tblANEXC
alter column SCExpirationDate datetime
go
[+][-]03.18.2008 at 06:54AM PDT, ID: 21150941

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.19.2008 at 12:11PM PDT, ID: 21164768

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.19.2008 at 12:14PM PDT, ID: 21164809

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: MS SQL DTS
Tags: Microsoft, SQL Server, 2005, DTS Package
Sign Up Now!
Solution Provided By: chapmandew
Participating Experts: 1
Solution Grade: A
 
 
[+][-]03.26.2008 at 11:34AM PDT, ID: 21214780

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628