Forum Replies Created

Viewing 15 posts - 46 through 60 (of 106 total)

  • RE: Row Size Limitation

    Hi - Please see below my code for altering the table;

    ALTER TABLE tbl_User

    ADD FreeFieldValues NVARCHAR(MAX) NULL

    Thanks, Russ

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Missing Indexes Table

    Thanks for the information Grant! I'm much clearer now on what needs to be done.

    --------------------------------------------

    Laughing in the face of contention...

  • RE: SSIS Packages run on older versions of SQL

    Thanks for the response guys!

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Time Out - Retrospective look at what caused it<!-- 864 -->

    Ok, thanks. Thought as much but wanted to double check. Thanks again!

    --------------------------------------------

    Laughing in the face of contention...

  • RE: TDE - Database encryption

    Ok, great. Thanks

    --------------------------------------------

    Laughing in the face of contention...

  • RE: TDE - Database encryption

    Thanks for the link.

    I actually looked at it before creating a Topic.

    I would like to know wheather it is 256 or 128 but the link does...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: how to speed up update statistics full scan

    Hi there - I don't think there's a way of optimizing the UPDATE STATISTICS function, however database statistics should be updated automatically by default therefore any statistics which would benefit...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Query Running at Management Studio stops SQL Server from responding to queries fired through ASP .net Application

    I'm assuming that the problem is intermittent as you mentioned long running queries effecting the connection more than slow running queries.

    I came across a similar issue recently which...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Indexes - Clustered indexed column included in a nonclustered index

    Thanks a lot!

    I thought this would be the case but wasn't entirely sure if you should not include a clustered index column in a nonclustered covering index. Thanks

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Server Max Memory Setting

    Ok, thanks. As the data cache forms part of the buffer pool does this mean that setting the max memory does not strictly manage data but also the sql...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Testing New Servers

    Thanks for that! I'll check them out.

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Performance issue

    You could run a trace, this will track what is occurring on the database around the time the user is reporting a performance issues.

    However, for the CPU to peak...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Issue Access Named Instance

    Thanks all - The named pipes/TCP-IP solution hasn't worked and I can't see anyhting that's going to help me in the link but thanks for helping out!

    Thankfully its...

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Issue Access Named Instance

    Absolutely. Here is a section of logs once I start the service. (The db named instance is Duke)

    --------------------------------------------

    Laughing in the face of contention...

  • RE: Issue Access Named Instance

    Thanks. I've investigated a further and found the following error message; There is insufficient system memory in resource pool 'internal' to run this query.

    I have calculated the memory...

    --------------------------------------------

    Laughing in the face of contention...

Viewing 15 posts - 46 through 60 (of 106 total)