Forum Replies Created

Viewing 15 posts - 43,516 through 43,530 (of 49,571 total)

  • RE: Why we need to use UPDATE STATISTICS ?

    Is RB_TABLE a heap by any chance? If so, it'll have no stats that could be updated.

  • RE: dbcc allow data lose problem with increasing log

    lyletan (10/27/2008)


    Hi Gail

    The message is:

    Could not continue scan with NOLOCK due to data movement.

    Server: Msg 601, Level 12, State 1, Line 1

    Could not continue scan with NOLOCK...

  • RE: Help me in my project please

    makjain (10/27/2008)


    -xp_cmdshell is not enabled and tried to put dir listing through txt file but failed to get the dir listing. i typed below words in cmd command prompt.

    ...

  • RE: Strange situation

    Jeffrey Williams (10/27/2008)


    The following example changes the compression of a nonpartitioned table. The heap or clustered index will be rebuilt. If the table is a heap, all nonclustered indexes will...

  • RE: SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED VS WITH(NOLOCK)

    DBA (10/27/2008)


    hi guys i have found several stored procedures in which i see both of this, for what i know only one is needed to read dirty reads and...

  • RE: Strange situation

    Yup. It's documented in Books Online under < drum roll > Alter Table .:D

    REBUILD

    Use the REBUILD WITH syntax to rebuild an entire table including all the partitions in a partitioned...

  • RE: SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED VS WITH(NOLOCK)

    Please don't put questions into the thread title. It gets cut off.

    What's the question?

  • RE: Why we need to use UPDATE STATISTICS ?

    Leo (10/27/2008)


    How do I check of bad stats? Do you have any command line to check the table?

    It's not a command. It's a case of noticing queries that run well...

  • RE: small query help me out

    Chris (10/27/2008)


    select isnumeric('3edf2') when i tried this it showing as 0 ...wats the reason for this

    3edf2 cannot be cast to any of the numeric data types. It is not a...

  • RE: Question on SQL2000 to SQL2005 imports

    Good point.

    The other reason to run checkDB is that on SQL 2000 checkDB did not include checkcatalog, which is why we so often see checkDB errors about inconsistent metadata...

  • RE: Synchronize to MAIN SQL server and backing up just that server.

    oscar (10/27/2008)


    Is it a simple step by step process? or a mini/delicate project?

    Look up Database Mirroring in Books Online. It's not too complex, but it's not a 2-click process....

  • RE: Strange situation

    I got an answer from one of the storage engine team. He said that at some point in time, there must have been rows on all of those pages, even...

  • RE: How to: VEIWS

    A view doesn't store data. It's just a saved select statement. When you query a view, part of the parsing and binding that occurs replaces the view's name with the...

  • RE: Barriers to Entry, Database Weekly (Oct 27 2008)

    george sibbald (10/27/2008)


    Dan mentioned experts-exchange, no tech site annoys me like that one

    I used to post there occasionally, before they became a paying site. At the time people gained points...

  • RE: Strange situation

    Roy Ernest (10/27/2008)


    Now the question is why does not get cleaned up?

    If/when I find out, I'll be sure to let you know.

Viewing 15 posts - 43,516 through 43,530 (of 49,571 total)