Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 7,164 total)

  • RE: SQL Windows Logins

    stevehindle12345 (9/8/2011)


    When restoring a database to a different server, do you still need to run a fixed orphaned users type script for windows logins, as I thought the SID was...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Auditing using Triggers

    @Chimney

    Here is a thread that may help shed some light on your situation:

    http://www.sqlservercentral.com/Forums/Topic1097586-359-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Massive Blocking

    After monitoring this system for the last 2+ weeks I have concluded that this is a projection of everyone's worst fears regarding violating, and possibly the interesting combination of, these...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Number of Processors(SQL Query)

    Waseem Jaleel (7/28/2008)


    I thank all of you for all the responses, this has been very useful to me, I have finally decided to use the xp_msver, by Gail Shaw. Thank...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Collation-based issues specifically when using Invoke-SqlCmd

    I use TextPad as my default text editor. It's usable after changing the "Keyboard Compatibility" under "Editor" in Configure > Preferences from "TextPad" to "Microsoft Applications".

    After opening the file in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Massive Blocking

    Evil Kraig F (8/26/2011)


    Set Textsize shouldn't cause the blocking.

    What it indicates WILL cause blocking. Especially if they fubared the design.

    For those playing at home since OPC knows this because...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Massive Blocking

    Jeff Moden (8/26/2011)


    Hi Orlando,

    I know you know this but it'll make me feel a lot better if I say it out loud... I don't allow vendors such access. The...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: What happens if the Domain Controller is down?

    I have heard of databases and sql agent jobs owned by domain accounts having issues when a domain controller is unavailable. The database issues had to do with cross-database ownership...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: MSDTC Problem

    If you don't mind, please post the steps you took to correct the issue to allow others finding this thread via a search engine to learn.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: FOR XML returning chunked data?

    Cool, HTH. The XML type has a theoretical limit of 2GB in size (~1MM characters in length, it's stored using UTF-16 internally) but IIRC some of the 2GB is used...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: FOR XML returning chunked data?

    FOR XML is only shaping the result before it is returned to you, but after the DB Engine runs the query and gets the rows of data just as any...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: FOR XML returning chunked data?

    Chandler3224 (8/25/2011)


    Hi all,

    Have been lurking for a while now, I've learnt a lot from these forums but I'm at the stage where I need a little hands on help,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sqlservr.exe 100% utilization --- Urgent

    What is the max memory setting?

    SELECT value_in_use

    FROM sys.configurations

    WHERE name = N'max server memory (MB)' ;

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP error after upgrading and migrating

    I got bcp working!

    Here's how:

    1. Open SQL Server Configuration Manager and go to the Named Pipe Properties of your instance.

    2. Change the value to:

    \\.\pipe\sql\query

    Note: if your 2000 instance, the old...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sp_MSforeachdb

    Have you ever used sp_MSForeachDB? It is an undocumented procedure otherwise I would provide a link to BOL for you.

    What you want to do is call sp_MSForeachDB and provide an...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,161 through 5,175 (of 7,164 total)