Forum Replies Created

Viewing 13 posts - 1 through 14 (of 14 total)

  • RE: How to effectively compare Data in 2 same tables?

    That definitely sounds like a good idea, but I don't think we'd be able to buy another software just for that. Isn't there a T-sql way to do this?

  • RE: How to access File attributes from within SSIS package?

    Thanks. I also realised that I need to use the following to access file attributes.

    Imports System.IO

    I'm working on this now, and will let you know if I can copy...

  • RE: How to access File attributes from within SSIS package?

    Thanks. I also realised that I need to use

    Imports System.IO

    I'm working on this now, and will let you know if I can copy in same step where I set...

  • RE: Export data into Excel 2007 from Sql server 2008

    You can try using the SSIS import export wizard. That should definitely get all the data exported. You can then use this to compare the package you created. 🙂

  • RE: Sorting data issue

    Yes, we had a discussion and I realised that the users perfer to see the data in an Excel spreadsheet. So, I'm going to create an SSIS package and will...

  • RE: Sorting data issue

    Thanks everyone. I just wanted to make sure that there was no 'guaranteed' way to get the data ordered by C without asking the user to do so. Thanks for...

  • RE: Sorting data issue

    So, either I ask the user to use the "Order by" or create a table TABLE2 and have the columns in the order requested by the user and ordered by...

  • RE: Sorting data issue

    Yes, i've even tried the top 100 percent, but still no good.

    So, just confirming - Index is only for performance. It has no hand in sorting the data, right? I...

  • RE: Content Management System...

    Thanks Guys, I understand what you are saying. I will talk to my manager about it.

    At the same time, I am really interested in knowing about the database design behind...

  • RE: bcp password prompt

    have you tried what happens if you don't type in the password. This is a hit and try method. The other thing could be that it is not recognizing that you have...

  • RE: How do I learn?

    Sorry Jeff. I know I did google it (while I was still pregnant), perhaps I didn't use the right words/terminology. I was expecting to recieve it in my SQL Magazine subsiption, and...

  • RE: How do I learn?

    hey guys, does anyone know where I can get the chart of system tables and how do they relate to each other?

  • RE: How do I learn?

    Thanks heaps guys. I will start doing that.

    I have a bit of a problem though- I learn better with examples, does anyone know any website that can help understand the...

Viewing 13 posts - 1 through 14 (of 14 total)