Forum Replies Created

Viewing 15 posts - 496 through 510 (of 717 total)

  • RE: ISNUMERIC

    Thanks for the question.

    This should be good to help people understand how ISNUMERIC works...

  • RE: CTE - How to surpass the limit

    Paul White NZ (9/25/2010)


    That can make a difference, yes. It used to be the case that SQLCLR functions that accepted a MAX data type could not use (SQL Server)...

  • RE: migrating from sql 2000 to sql 2008

    bitbucket-25253 (9/22/2010)


    bbsr

    Might I make a suggestion.

    1. Purchase the developer edition of SQL SERVER 2005 - Cost less than $50 USD.

    2. Restore a back up of your 2000 DBs...

  • RE: Permissions Question

    Brian McGee-355525 (9/24/2010)


    I need help with setting up permissions in SQL Server. There are just two different levels of permission required:

    (a) The ability to *just* execute existing stored procedures,...

  • RE: Permissions Question

    learningforearning (9/24/2010)


    (a) The ability to *just* execute existing stored procedures, and to create (but not drop/modify/etc) databases

    creat a group and give 'Grant exec' to that perticular group. Later on you...

  • RE: Create a table based on the fields of a query

    Tim Parker (9/25/2010)


    Locking the SYSOBJECTS table down for an extended period of time is about as worse performance as you can get.

    If you do a SELECT * INTO...

  • RE: No SFTP Task Component in SSIS 2005/2008? No Problem!

    Stan Kulp-439977 (9/25/2010)


    All you have to do is change "put" to "get."

    You're path has to be pointing to a file that actually exists on the remote server, but that's about...

  • RE: CTE - How to surpass the limit

    Paul White NZ (9/24/2010)


    ...but have you tested if there is much of a performance difference if the CLR didn't handle UNICODE characters? (Would it be better to have two versions,...

  • RE: CTE - How to surpass the limit

    Paul White NZ (9/24/2010)


    Ok, this one produces integers. I chose to return NULL if the input string contains elements that aren't integers.

    Perfect, I will have to try that out....

  • RE: Issues with "Cumulative Update package 3 for SQL Server 2008 R2"?

    Marios Philippopoulos (9/24/2010)


    Right now we are on SQL 2008 SP1, and we would like to upgrade to SQL 2008 R2, but not the RTM version.

    Thoughts/comments would be welcome.

    What CU if...

  • RE: Migrating SSIS Packages to Production

    darth vodka (9/21/2010)


    are you developing on the dev server or on a desktop?

    i ususally develop on the dev server and use "localhost" in my connections...

    In my case I develop on...

  • RE: CTE - How to surpass the limit

    Paul White NZ (9/24/2010)


    Do you have time to build another SQLCLR splitter that returns INTs so we can test the performance difference?

    Not right now. If I get a minute...

  • RE: I need some help with a test, please.

    Paul White NZ (9/24/2010)


    Sorry about that. Not having separate trace flags seems a backward step to me.

    No problem, I agree it seems to be a step backwards. I like...

  • RE: No SFTP Task Component in SSIS 2005/2008? No Problem!

    markmeiller (5/11/2010)


    Good article. I have in the past used a simalar solution with Winscp, however we recently change some of our poliacys and the SSIS packagewas moved to a...

  • RE: convert Access query iif to SQL statement

    If you can provide the whole query I suspect that someone could help you solve this problem. (My guess is that you have given an alias to the #TUploadTo...

Viewing 15 posts - 496 through 510 (of 717 total)