Forum Replies Created

Viewing 15 posts - 19,696 through 19,710 (of 26,484 total)

  • RE: Simple Query - long time

    Tara (7/21/2009)


    i still get this error

    Cannot create index on view . The view contains a convert that is imprecise or non-deterministic.

    So change it again:

    case when servcdate < CONVERT(datetime, '20040101', 112)...

  • RE: error

    Don't know. What is the error? You need to find and read the maintenacne plan log files.

  • RE: Simple Query - long time

    Read this article How to Post Performance Problems[/url].

    Follow the instructions in it regarding what needs to be posted so that we can provide you with better answers.

    Without that information the...

  • RE: Copying A Record With Childrent Records In Many Tables Using Cursors

    Personally, I think Lowell has given you what you need to develop a set-based process for copying the records needed from one set of tables to another. I think...

  • RE: Simple Query - long time

    Yes, you could potentially make the view an indexed view. You really need to read about those in BOL (Books Online, the SQL Server Help System) before going down...

  • RE: Are the posted questions getting worse?

    Now that the Star Trek Universe has been altered, they have opened the door to new series and movies. I wonder how these things will pan out in the...

  • RE: a query that creates two columns with CASE

    Was on a staycation for the week and didn't visit the forums often. Thanks for the feedback. Glad we could be of assistance.

  • RE: regarding user connections

    Your question is fairly vague. What exactly are you looking for?

  • RE: Query for SQL Agent Jobs

    Why are you shrinking your databases? One, this will cause excessive index fragmentation. Two, the files will simply grow again when the database needs more space that will...

  • RE: Merge with a twist

    Okay, thanks for a partial setup, but please look at how I am presenting my code, including the DDL for the tables, the insert statements with the sample data. ...

  • RE: Datefunctions

    Also, please be sure that your sample data and expected results match. In the code provided, they aren't even close.

  • RE: Datefunctions

    kaladharreddy15, when you post code for people to use/test, particularly DDL and load procedures, please be sure you have tested it and it works. I started looking at your...

  • RE: Are the posted questions getting worse?

    Hey Bob, Glad to see you back! Nice name change! 😉

  • RE: Datefunctions

    Jeff Moden (7/20/2009)


    Ah... Jedi mind games... I see now... "other thread". 😉

    Are you saying that I shouldn't play with what's left of an old mans mind?? Trust me, I'm...

  • RE: Datefunctions

    Looking it over, there still appears to be some information missing to help answer the question fully. I'll have to look at in more depth when I get home.

Viewing 15 posts - 19,696 through 19,710 (of 26,484 total)