Forum Replies Created

Viewing 15 posts - 3,526 through 3,540 (of 3,666 total)

  • RE: execute process task

    Is the "Z" drive on the server or is it a mapped drive on another machine?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: ERROR TRANSFERING DATA FROM SQL DATABASE TO EXCEL FILE

    If I'm not mistaken, a friend of mine ran into the same problem.

    After search the internet, I believe he found out that this is caused by a BUG.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Best performance Row by row loop (SQL2K)

    If the table have keys that uniquely identify the rows then you do not need to use row by row logic.

    Run a query that returns a list of rows that...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: How to format where clause to remove embedded spaces in data

    Can't you use the REPLACE function when specifying that field to replace spaces with nothing?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Can't get connected to server using NT trusted connection

    Connect as? Oh I hate and love that. Hate that I have to use it but love that it is available.

    If you running the DTS manually, you...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Can't get connected to server using NT trusted connection

    There are numerous reasons why you may be getting that error. I'm not an expert on network security so I'm going to stay clear of that one.

    One option that...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SQl Server 2005/2008

    My thought is to go for the SQL 2005 first then you can try the upgrade exam to 2008.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: CURRENT_TIMESTAMP

    After reading:

    "Returns the current database system timestamp as a datetime value without the database time zone offset."

    I thought there would be a difference, because of the reference to the...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: CURRENT_TIMESTAMP

    Which one should you use?

    Simple, look at both values and you'll see the difference. I guess the correct answer to your questions is that it depends what you want...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Default port number

    It was so easy that I went to the trouble of looking it up to be sure it wasn't a trick.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Default port number

    Irish Flyer, 1434 is not a default for SQL 2000.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Bulk Insert Grief

    I don't know the answer to your problem but it does remind me of setting up the import of a few files using SSIS.

    I hope they add the ability to...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Best way to convert a datetime field into a char(8) '20081117' in dataflow

    try: convert(char(8), DateField, 112)

    replace DateField with the field that holds the date.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: limit db size

    I think you have to approach this issue from 2 side.

    #1 - I agree with the previous post about training. With the training should come a clear...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Dont know where to start?

    I'd be tempted to start with correcting the compatibility level, then re-indexing, one index at a time. It has the potential for immediate payback.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 3,526 through 3,540 (of 3,666 total)