Forum Replies Created

Viewing 15 posts - 49,411 through 49,425 (of 59,078 total)

  • RE: Randomly Pick Specified Number of Rows?

    Melville (7/5/2008)


    As to Mr. Moden's 'why' - I think that the answer is that sometimes you want a specified but user variable number of rows returned -

    Heh... lordy... I...

  • RE: query performance problem

    rbarryyoung (7/5/2008)


    Well my first suggestion is to stop using Query Wizard, because it makes it really easy to make really bad and ugly queries like this.

    Secondly, to do anything with...

  • RE: what would be the maximum seed value for a bigint column in a table in SQL Server 2000

    dakshinamurthy (7/5/2008)


    I would also helpfull if i get to know what to do if we exceed the seed value for a bigint field in a table

    If you exceed the maximum...

  • RE: DateTime to Date only....

    BitBucket... I like your signature line... I think everyone should have that line in it... 😉

  • RE: obtain data from 2 weekdays?

    Ooooohhh! Be real careful... unless all of your dates have a midnight time, the following will miss all but the first millisecond of the date carried by @friday...

    select *...

  • RE: CLR - Stored Procedure Lock

    Of course, the real question is...

    What have you written a CLR for that you think can't be done in T-SQL?

    Seriously... several of us have had several major "races"...

  • RE: DateTime to Date only....

    Looks like Carl beat me to the notation about formatting being done on the client side...

    Carl... no, I don't have the link that you're asking about... sorry.

  • RE: DateTime to Date only....

    b_boy...

    Along with what Mouse suggested, lookup CONVERT in Books Online to find all of the built-in date patterns. It's worth the read.

    As a side bar, if there's a GUI...

  • RE: DateTime to Date only....

    Carl Federl (7/5/2008)


    There was a very long forum post on various methods to get only the date portion from a datetime datatype. One of the most efficient was 1....

  • RE: Spliting a string

    Talib Khan (7/5/2008)


    Hey.. Thanks everyone for your valuable suggestions as i have already solved my problem. But...

  • RE: ANSI_NULLS and Performance

    In the meantime, why don't you just go ahead and tell us what the solution is 😉

  • RE: Raima Database Data Import

    I don't believe there's anything in SQL Server that will import such a thing... does it have any export capabilities, say, to a CSV or fixed field text file?

  • RE: Trigger Not Firing

    The trigger fires just fine... the UPDATE is the problem... or rather the data, data order, and criteria for the update is the problem... This never qualifies with the...

  • RE: Avoid Stored proc Fire triggers

    Actually.... I want to see both the trigger and the proc... it would also be nice if you'd post the Create statements for the table being deleted from and any...

  • RE: Randomly Pick Specified Number of Rows?

    ywb (7/4/2008)


    It does. Thanks!

    Two way street... I'm always curious about these type of things...

    Why do you need to do this, please?

Viewing 15 posts - 49,411 through 49,425 (of 59,078 total)