Forum Replies Created

Viewing 15 posts - 676 through 690 (of 1,219 total)

  • RE: sql query

    Jeff Moden (9/2/2013)


    I guess "possible" depends a lot on whether or not you consider the "Quirky Update" to be a form of ordered aggregate or not

    If by "quirky update" you...

  • RE: Use SUM() with GROUP BY?

    It's difficult to understand what you have problem with when you only describe the query rather than showing the code.

    But the query you posted can be simplified by adding another...

  • RE: sql query

    Jeff Moden (9/2/2013)


    Same goes for another atypical method (the "Multi-Pass" update) that a chap by the name of "Hugo" wrote.

    I assume that you mean set-based iteration. That is by no...

  • RE: Finding row number which caused the error in Table value parameter insertion

    Unfortunately, this is one of the drawbacks with working set-based. If you insert rows one a time, finding the bad data is trivial. But that is of course far less...

  • RE: fill the missing/incorrect values for the gender column

    hoseam (9/1/2013)


    Can some give me an idea how can I create and implement a strategy to fill the missing/incorrect values for the gender column

    Visit the persons and interview them to...

  • RE: uri format error in ssis 2008 R2 script task

    You are at a site which is devoted to SQL Server, but it is not apparent where SQL Server comes into play here. Maybe it is a Sharepoint forum you...

  • RE: Match Varbinary(max) with another Varbinary(max)

    My head spins...

    If I understand it correctly, you have a table with bit values and you want to make some sort of comparison, and you think that a varbinary(MAX) is...

  • RE: Please help with a Trigger

    When I said INSERT statements, I did mean INSERT statements. That would have given you a tested solution. This is an untested solution to what I think (i.e. guess) what...

  • RE: Please help with a Trigger

    Kind of? One thing is for sure. If you don't know what you want, chances that we will know are slim.

    In any case, please post the CREATE TABLE statement for...

  • RE: List objects to move

    dwain.c (9/2/2013)


    I managed a way around the missing triggers but I did not notice that INDEXes were not included. I didn't see any dialog that would have allowed selection...

  • RE: Please help with a Trigger

    There is a wee bit too much information missing in your post. I don't even see where the trigger would come into play.

    As a start can you post the CREATE...

  • RE: Creating scalar functions in tsql

    Assuming that there are tables defineing the Categories and AreaCodes, you can do this:

    CREATE TABLE #teammap (Category char(1) NOT NULL,

    ...

  • RE: How to login using sqlcmd

    Either you specify the password at the prompt, or you use the -P option.

  • RE: Not able to select match and non match by left join

    Not sure what you mean. When I run the batch you posted and my query, I do get the same results from both queries, no matter whether @match is 0...

  • RE: intermittment slow data modification on sql 2008 r2

    I don't know your application, so I can only make speculations. Nor do I know why think you actually think this is a problem. That is, my assumption is that...

Viewing 15 posts - 676 through 690 (of 1,219 total)