Forum Replies Created

Viewing 15 posts - 41,551 through 41,565 (of 49,562 total)

  • RE: Index suggestions for temp table joins to real tables

    Please post table definitions, index definitions and the execution plan (saved as a .sqlplan file, zipped and attached)

  • RE: Error Message - please help

    Oh, and the value passed to @LocaleID shouldn't have brackets around it. A couple lines below the other one.

    The new error is saying the XML is invalid. You'll...

  • RE: Error Message - please help

    mlang (1/20/2009)


    EXEC Program_UpdateOptionSetting @OptionID = @optionID,u5

    @optionTypeID = @optionTypeID,

    @ObjectID = null,

    @Value = @valueID,

    @LocaleID = (31001),

    @CallingUserID = null,

    @CallingWorkstationName = null,

    @Success = null;

    I don't think that u5 is supposed to be there.

    If you...

  • RE: New-Features SQL 2008

    Is your database case sensitive? What's the DB collation?

    I know there are some strange behaviours around hierarchyid in case sensitive databases.

  • RE: Re-Started Server

    It should be in the default trace. I think Audit Server Shutdown is an event (haven't checked though). The function to get trace data into a table is fn_trace_gettable

    The other...

  • RE: consistancy errors on master

    Do you have a backup of master? repair is not the recommended solution, especially not for a system database.

    Can you please run the following, copy the results to a text...

  • 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/

Viewing 15 posts - 41,551 through 41,565 (of 49,562 total)