Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,129 total)

  • RE: A faster DBCC CHECKDB?

    Paul Randal (6/18/2014)


    Not unless you say WITH TABLOCK.

    Hmmm......one last question....all my data files are sitting on same drive....i know DBCC very high intensive.....i was thinking to let DBCC run in...

  • RE: A faster DBCC CHECKDB?

    Paul Randal (6/18/2014)


    No - running DBCC CHECKDB on any copy of the database that is maintained by SAN replication, log shipping, mirroring, etc is not good enough. That tells you...

  • RE: A faster DBCC CHECKDB?

    Paul Randal (8/22/2011)


    Nice - but really only the equivalent of BACKUP DATABASE ... WITH CHECKSUM.

    I would strongly advise not using this for the same reasons I strongly advise not using...

  • RE: Comparing Different Data Types

    Ed Pollack (5/18/2014)


    Comments posted to this topic are about the item <A HREF="/articles/Data+Types/109214/">Comparing Different Data Types</A>

    Is there any benefit using CAST Vs Convert to explicitly convert the data types ,...

  • RE: SQL Server 2012 AlwaysOn Groups and FCIs Part 4

    thank you for the wonderful post. I do have few questions:

    i) I was able to set AG with partial clustering ( no quorum ,shared resources), can i still set up...

  • RE: Why does my query use MAXDOP = 0?

    ChrisM@Work (3/11/2014)


    curious_sqldba (3/11/2014)


    ChrisM@Work (3/11/2014)


    curious_sqldba (3/11/2014)


    sqlbuddy123 (3/10/2014)


    MAXDOP =1 means disabling the parallelism. That's why SQL Server doesn't consider parallelizing the query.

    That's why I couldn't see that in the execution plan you...

  • RE: Why does my query use MAXDOP = 0?

    ChrisM@Work (3/11/2014)


    curious_sqldba (3/11/2014)


    sqlbuddy123 (3/10/2014)


    MAXDOP =1 means disabling the parallelism. That's why SQL Server doesn't consider parallelizing the query.

    That's why I couldn't see that in the execution plan you posted.

    --

    SQLBuddy

    Exactly, but...

  • RE: Why does my query use MAXDOP = 0?

    sqlbuddy123 (3/11/2014)


    curious_sqldba (3/11/2014)

    Exactly, but my plan is using MAXDOP =0 ( 24 cores) in my case. Did you notice this?

    Where did you find that ? I don't see any Parallelism...

  • RE: Why does my query use MAXDOP = 0?

    ChrisM@Work (3/11/2014)


    curious_sqldba (3/11/2014)


    sqlbuddy123 (3/10/2014)


    MAXDOP =1 means disabling the parallelism. That's why SQL Server doesn't consider parallelizing the query.

    That's why I couldn't see that in the execution plan you posted.

    --

    SQLBuddy

    Exactly, but...

  • RE: Why does my query use MAXDOP = 0?

    sqlbuddy123 (3/10/2014)


    MAXDOP =1 means disabling the parallelism. That's why SQL Server doesn't consider parallelizing the query.

    That's why I couldn't see that in the execution plan you posted.

    --

    SQLBuddy

    Exactly, but my plan...

  • RE: Why does my query use MAXDOP = 0?

    curious_sqldba (3/7/2014)


    sqlbuddy123 (3/7/2014)


    curious_sqldba (3/7/2014)


    I don't have any query hints being used, at server level i have MAXDOP = 5 and CTP = 1, in the exec plan i see that...

  • RE: Why does my query use MAXDOP = 0?

    sqlbuddy123 (3/7/2014)


    curious_sqldba (3/7/2014)


    I don't have any query hints being used, at server level i have MAXDOP = 5 and CTP = 1, in the exec plan i see that query...

  • RE: replace () not working on nvarchar(max) column

    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Jack Corbett (3/4/2014)


    Issues with different white space characters is a pain. You just need to use the CHAR/NCHAR...

  • RE: replace () not working on nvarchar(max) column

    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Jack Corbett (3/4/2014)


    Issues with different white space characters is a pain. You just need to use the CHAR/NCHAR function in the...

  • RE: replace () not working on nvarchar(max) column

    Sean Lange (3/4/2014)


    curious_sqldba (3/4/2014)


    Jack Corbett (3/4/2014)


    Issues with different white space characters is a pain. You just need to use the CHAR/NCHAR function in the REPLACE, like this:

    DECLARE...

Viewing 15 posts - 271 through 285 (of 1,129 total)