Forum Replies Created

Viewing 15 posts - 1 through 15 (of 533 total)

  • RE: Temporary Functions?

    Alan,

    In my experience, properly written C# is always going to be faster splitting large strings and parsing text than t-sql is. I know at one point I tested a...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Temporary Functions?

    Joe asked: "Can you give me example of something that has to be done with the CLR instead appear SQL?"

    A while back I did a C# CLR function in SQL...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: how to remove leading 1 and zeros

    Or if the issue is that some system's incremental numbers started at 1 trillion plus 1, you could just subtract 1 trillion from the BIGINT form of your number 😀

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Finding Geolocation From IP Address

    I have been spending a lot of time on timezones and I'll share what we've been doing ...

    First of all, everything I am doing is with the IANA timezones so...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: store proc based logical issue

    OP,

    I am just curious ... how do you know step 1 takes 10 minutes? Is there some way that you actually know that or is it an assumption based...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Efficient time window aggregates in sql 2012?

    If you provided simple DDL and statements for sample data I bet you would be a lot more likely to get some help. I wouldn't mind showing you example...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: select top 1 row for each customer

    Keep in mind that for cross apply with top (n) to outperform the use of ranking functions, you have to have an index available that is already sorting the data...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: How to use CASE & TOP 1 in a subquery?

    I'll be up front with you ... I read about 5% of what you wrote ... just too much to wade into.

    One piece of advice ... if you are trying...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Generate unique invoice number-very CRITICAL application.

    Eugene,

    I've never had any issue with you whatsoever, but you seem condescendingly rude about some things I don't think you understand. That's not the kind of conversation I want...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Generate unique invoice number-very CRITICAL application.

    Yes I did read it. Why CLR? Because it's awesome compiled code that will run very fast ... much faster than the equivalent in dynamic sql.

    If he has...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Generate unique invoice number-very CRITICAL application.

    Eugene Elutin (11/6/2012)


    I don't think SEQUENCE feature will help you, as it's going to be a nightmare if you will create a sequence per customer... Also, you will be bound...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: DataWarehousing from PROGRESS to SQL

    Ryan Keast (11/1/2012)


    I prefer to go the SSIS route really.

    What would I need - just the actual driver installed on the SQL server of the Progress DB?

    If you can get...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: create table

    Use Google to find information on "sql server instead of trigger". I don't think anyone will write a trigger for you (especially given the lack of info you've supplied)...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Best way to effienctly store hugh amounts of data

    TheSQLGuru (10/4/2012)


    2) Having a table per object type sold is unworkable - how many different types of objects does Amazon sell??

    So if you're selling products you have to design a...

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Help with Merge

    What is the merge statement that you have tried to use and how is it not doing what you want it to do?

    └> bt



    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 1 through 15 (of 533 total)