Forum Replies Created

Viewing 15 posts - 61 through 75 (of 137 total)

  • RE: Set Variable based on a SELECT

    Thanks, Steve.

    I tested INSERTs with both VARCHAR & your DATETIME convertion into my DATETIME field and the results are the same. So I guess it doesn't matter.

  • RE: Set Variable based on a SELECT

    Thanks Markus and Steve! You guyes are great! That works!

    But since @mydate is declared as varchar(20), can I still INSERT it into a TABLE's field that is defined as DATETIME?...

  • RE: Need Help Learning SSIS - FAST!

    Alan. T. (2/8/2010)


    You can then write a SQL query that moves the table to the destination using CAST and CONVERT to modify the data types.

    Sorry, but in the DATA...

  • RE: Need Help Learning SSIS - FAST!

    I found the matching format in the Data Conversion Tool and my limited test worked.

    Thanks for the hints. I have A LOT to read since I'll receive no format training/classes.

    I'm...

  • RE: Need Help Learning SSIS - FAST!

    I'm trying to use the Data Conversion Tool and no matter what i select I get an error such as this:

    Validation error. Data Flow Task: SQL Server Destination [1060]: The...

  • RE: Need Help Learning SSIS - FAST!

    Modifying the DESTINATION COLUMN is NOT an Option

    The data comes from an EXCEL file that gets created. It was previously being IMPORTED into SQL2000 via DTS. I just need to...

  • RE: Need Help Learning SSIS - FAST!

    Thanks, Alan.

    But what do I do about

    Now I'm getting CONVERSION ERRORS that I did NOT get in SQL 2000

    "CANNOT BE INSERTED BECAUSE THE CONVERSION BETWEEN TYPES DT_R8 AND DT_I4...."

    Also, should...

  • RE: Need Help Learning SSIS - FAST!

    Trust me, I've been Googling and playing with BIDS. I've gotten a little further.

    Now I'm getting CONVERSION ERRORS that I did NOT get in SQL 2000

    "CANNOT BE INSERTED BECAUSE THE...

  • RE: Need Help Learning SSIS - FAST!

    I'm trying to work in BIDS.

    How do I SKIP HEADERS of the EXCEL FILE?

    I'm also getting a conversion error (DT_R8 & DT_14) or is that because of the EXCEL COLUMN...

  • RE: Need Help Learning SSIS - FAST!

    Correct, SSC is a great resource. As is the Web. I've been looking at both and am overwhelmed.

    I guess I have to use SSIS or BIDS to build, modify...

  • RE: Need Help Learning SSIS - FAST!

    Thanks Shawn.

    I've gone thru some tutorials and created a Package via BIDS.

    If I create a Package via SSMS and save it, what UI do I use to view it's properties,...

  • RE: SQL2005 64-BIT Just Installed...now what?

    Lynn / Gail

    thanks very much for the quick response. I've already made the change!

  • RE: Grant ALL & Deny Delete

    This is frustrating. To this novice's mind, I can NOT DENY a User's or Database Role's ability to DROP TABLEs if I GRANT them ALTER (which appears to be needed...

  • RE: Grant ALL & Deny Delete

    Here are the results from your questions:

    serverCONNECT SQL

    serverVIEW ANY DATABASE

    databaseCREATE TABLE

    databaseCONNECT

    In the meantime, I'm doing a slow process of trial and error.

    The User is a member of a Database Role...

  • RE: Grant ALL & Deny Delete

    I seem to have read, too, that a DENY will NOT OVERRIDE a Fixed Server Role Permissions. But, for the life of me I can not find the Microsoft MSDN...

Viewing 15 posts - 61 through 75 (of 137 total)