Forum Replies Created

Viewing 15 posts - 41,566 through 41,580 (of 49,571 total)

  • RE: Msg 4147, Level 15, State 1

    Is the database you're running it from in compat mode 90? If, say, you're running it from master and using 3-part names to refer to the proc, then it will...

  • RE: LDF on crashed drive. How to Recover ?

    homebrew01 (1/20/2009)


    But, if they were critical, what would be the best method to recover ?

    Restore the backup. The preferred solution to any such form of disaster is to...

  • RE: tables data changes question

    Andrew Gothard (1/20/2009)


    Well, that depends largely on the attitude of the OP, Gail.

    What does? The solution to exact specs or the advice about driving off a cliff? Or something else?

  • RE: add new conditions to a query

    Can you please load up management studio or query analyser and test the query out there.

  • RE: Deadlock...

    Chris Harshman (1/20/2009)


    I know you help many people on these boards, but this kind of outburst really wasn't called for. Yes the original poster mis-titled their posting, but...

  • RE: SA password lost

    S Hodkinson (1/20/2009)


    I shall leave the developer to the attentions of senior management.

    😀

  • RE: create view problem

    pat (1/19/2009)


    it is only numbers and integer it does not contains text!!

    numbers from 1 to atleast 55000

    Thanks

    Jeff's not asking about the col1 column. Are there any other columns in the...

  • RE: Removing orphaned mdf and ldf files ?

    Check the permissions on the file. Sometimes when you detach a database file, it looses all permissions. No idea why. Take ownership and then add permissions for the administrators back.

    If...

  • RE: SQL Server Architecture

    You forgot one. http://www.sqlskills.com/blogs/paul/

  • RE: Opening & Closing Stock Problem

    tevers (1/19/2009)


    So that's how outsourcing works!! The project goes to India and someone posts it as a question and then sends the answer back.

    :hehe: 😀 :w00t:

    Thanks. That...

  • RE: add new conditions to a query

    Load it up in management studio or query analyser. You can't debug SQL properly from a web application

    My guess, and this is just a guess, is that the variable you're...

  • RE: add new conditions to a query

    mathewspsimon (1/20/2009)


    Hi Gail,

    I am not too sure how I can do that.

    How you can do what?

    Only thing I see is it give the first part of the sql which shows...

  • RE: SQL Server Architecture

    What, specifically, are you looking for?

    If you want info on the storage engine, Inside SQL Server 2005: The Storage Engine is full of information. There's some stuff on the query...

  • RE: add new conditions to a query

    mathewspsimon (1/20/2009)


    But this gives error.

    And the error it gives would be ... ?

    If it's a syntax error, print the string before you try to execute it. It's usually easy to...

  • RE: SA password lost

    Can you try logging on the the machine with an account that's a windows administrator, then try to connect to SQL with windows authentication. Providing this is not on Vista/Server...

Viewing 15 posts - 41,566 through 41,580 (of 49,571 total)