Forum Replies Created

Viewing 15 posts - 17,881 through 17,895 (of 26,489 total)

  • RE: Date and collation

    Try this:

    WHERE date >= convert(datetime, '2009-12-16 00:00:00.000, 121', 121) and date < convert(datetime, '2009-12-17 00:00:00.000', 121)

  • RE: Dynamic SQL - sp_executesql

    Actually that isn't what Jack asked for. If you read the article he suggested (also happens to be the same article I reference first in my signature block as...

  • RE: How to detmine a user's groups

    Glad I could help.

  • RE: Code conversion challenge !!

    Probably could if you provided table definitions, sample data, and expected results based on the sample data. Not being a Foxpro programmer, I have no idea what it is...

  • RE: error in default date

    rpatil22 (12/16/2009)


    1. Create table say table1 with column col1 as varchar(2)

    and col2 as datetime and add default constraint to col2 as getdate()

    2. Insert into table1 ( col1,col2) values('a') -...

  • RE: Automating DB Snapshots

    Doing that, you are probably going to need to looking to mirroring your databases. As this would be for reporting, I'd look at asyncronous mirroring of the reporting database.

    I...

  • RE: Talking baseball

    I don't have that issue with my wife when it comes to sports. She isn't a real sports fan. She likes to root againt my team (football, Denver...

  • RE: Talking baseball

    Ray K (12/16/2009)


    One of us usually ends up sleeping on the couch! 🙂

    Let me guess, not her? 😛

  • RE: Stored procedure performance

    Glad I could help. But, please, take the time to read those blog posts as well. 😉

  • RE: Stored procedure performance

    Sounds like a classic case of parameter sniffing. It may benefit this stored proc to declare local variables and assign the values from the parameters to those local variables...

  • RE: Automating DB Snapshots

    krypto69 (12/16/2009)


    I think the retension policy is going to be one year.

    I just saw this, and I have to say that this solution is not ideal. You really need...

  • RE: Talking baseball

    Not overally fond of baseball, but if I had root for a team, Colorado Rockies. Sorry, born and raised in Colorado.

  • RE: how to split a delimeted field value into rows

    GSquared (12/16/2009)


    Lynn Pettis (12/16/2009)


    Also regarding the company providing training; it's nice when they do, but in the end it is up to us to keep ourselves current and relavent in...

  • RE: Need help in complex query/subquery

    Creating the expected results is really a manual process. Look at your sample data you provided, what should the result set returned look like, what is the correct answer?...

  • RE: Violation of PRIMARY KEY Contraint

    ray 78019 (12/16/2009)


    I inherited an existing Access application with a SQL Server backend. The previous programmer did not use any IDENTITY fields in his table. So all primary keys are...

Viewing 15 posts - 17,881 through 17,895 (of 26,489 total)