Viewing 15 posts - 46 through 60 (of 105 total)
Hi - Please see below my code for altering the table;
ALTER TABLE tbl_User
ADD FreeFieldValues NVARCHAR(MAX) NULL
Thanks, Russ
September 29, 2014 at 5:06 am
Thanks for the information Grant! I'm much clearer now on what needs to be done.
September 12, 2014 at 9:12 am
Thanks for the response guys!
August 28, 2014 at 10:10 am
Ok, thanks. Thought as much but wanted to double check. Thanks again!
August 21, 2014 at 3:45 am
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...
August 20, 2014 at 2:38 am
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...
August 6, 2014 at 9:47 am
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...
August 6, 2014 at 9:36 am
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
July 27, 2014 at 10:18 am
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...
July 7, 2014 at 10:23 am
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...
May 12, 2014 at 10:35 am
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...
April 2, 2014 at 3:16 am
Absolutely. Here is a section of logs once I start the service. (The db named instance is Duke)
April 1, 2014 at 4:36 am
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...
April 1, 2014 at 4:22 am
Viewing 15 posts - 46 through 60 (of 105 total)