Forum Replies Created

Viewing 15 posts - 451 through 465 (of 851 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/16/2009)


    Need for that I had not. Previous employer has offices world wide, in Sydney one was located. Spoke of Tuesday morning you did and Monday afternoon...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/16/2009)


    Okay, that most likely puts you some place downunder, Australia or New Zealand. Which, perchance?

    [font="Verdana"]Clicked on profile you have, yes?[/font]

  • RE: Are the posted questions getting worse?

    [font="Verdana"]Thank you Jeff! You cheered up my doleful Tuesday morning. :w00t:[/font]

  • RE: How do I extract information from a string

    [font="Verdana"]Here's some example code.

    Note that I have assumed that there is always a space between the "V#" and the actual vendor number. I've also assumed that vendor numbers are...

  • RE: String Manipulation

    [font="Verdana"]Bob,

    That would be ideal. No idea if they have that option though.

    Another option would be to cast it to some form of XML. No idea if that would...

  • RE: String Manipulation

    [font="Verdana"]You might be better off writing something in C# or VB, and linking it in as an assembly. That way you can use the .Net regular expressions.[/font]

  • RE: T-Sql rant

    foxjazz (3/14/2009)


    And without someone speaking up about the issues, nothing will get done. You all that use t-sql and don't code probably never know any difference. I know my dba...

  • RE: Why a table have maximum one clustered index ?

    [font="Verdana"]The definitions are in SQL Server Books Online, which is why you have been given the links to that. You can download SQL Server Books Online from Microsoft if...

  • RE: Are the posted questions getting worse?

    [font="Verdana"]I always remember that an interview cuts both ways. Sometimes in an interview, when you are asked a question, it's more about thinking... "if this is an organisation...

  • RE: Bulk Inserting Data

    [font="Verdana"]Reading over what you were proposing, I'm not sure it actually would add any value to load the XML into SQL Server. Processing it with your application is probably...

  • RE: Are the posted questions getting worse?

    [font="Verdana"]Aha! So you're actually another instance of Kimberly Tripp! 😛

    Reminds me about a (pascal) joke from a question asked of Niklaus Wirth. The question was "Does it...

  • RE: Are the posted questions getting worse?

    [font="Verdana"]Congratulations Kimberly (or was it Kalen?) 😛 Well deserved![/font]

  • RE: Is the NT UserName available to a trigger?

    [font="Verdana"]Look up system_user in books online.[/font]

  • RE: Bulk Inserting Data

    [font="Verdana"]You should be able to bulk insert the header file into an XML column, and read it out from there. The second part just use normal bulk insert.[/font]

  • RE: Previous week date range

    [font="Verdana"]I recommend using a Calendar table. You can encode the week start and week end in there. That's particularly good if your week starts on a "different from...

Viewing 15 posts - 451 through 465 (of 851 total)