Viewing 15 posts - 7,846 through 7,860 (of 22,213 total)
That's caused by a long running checkpoint operation, where the data gets written to disk from memory. It's not an indication of a memory leak. It's an indication of large,...
June 30, 2014 at 1:42 pm
Tuning is a cyclical process that you just keep doing and doing. Basically you monitor a server, gather metrics on what's performing well, what isn't, what normal looks like, and...
June 30, 2014 at 1:36 pm
I don't know that I'd use ODBC. I'd rather go for as direct a connection as possible. You should be able to make a direct connection if it's Microsoft Azure...
June 30, 2014 at 9:32 am
I have to say, this really sounds like interview questions. I'm only answering interview questions if I get the job.
June 30, 2014 at 9:19 am
Perry Whittle (6/30/2014)
Grant Fritchey (6/30/2014)
As long as you have unique file names on a given server,
It's not the server dictating this. You can have 100 databases all with the primary...
June 30, 2014 at 9:13 am
Not sure then in that case. I've seen poor performance in some machines after waking, but not a specific query issue with SQL Server.
June 30, 2014 at 8:40 am
george sibbald (6/30/2014)
June 30, 2014 at 8:11 am
Chowdary's (6/30/2014)
Actually am checking the server which is having only 2012.There am getting the issue.
Pls help me out if there is any...
June 30, 2014 at 8:09 am
Is the machine you're querying from and the data location and the machine going to sleep, all the same machine? If so, I suspect you're probably seeing some memory artifact...
June 30, 2014 at 6:32 am
Chowdary's (6/30/2014)
If i change the Names of Mdf and Ldf from the Files page i can able to restore the Database...
June 30, 2014 at 6:17 am
This is flat out a problem:
RTRIM(REPLACE(REPLACE(REPLACE(REPLACE(a.CONTACT_PHONE
June 30, 2014 at 4:55 am
If you're interested in query tuning, you might want to hold off purchasing a little while. I should have my 2014 update of the query tuning book done within a...
June 30, 2014 at 4:54 am
You really want to look at the execution plan on something like this. There is no obvious issue with your T-SQL, so you read the execution plan to understand how...
June 30, 2014 at 4:49 am
system_health extended event session is already capturing deadlock information for you if you haven't disabled it.
June 30, 2014 at 4:47 am
Personally, I don't like being out of support because if you have some type of major issue, Microsoft may not help. Most of the time and in most circumstances, this...
June 30, 2014 at 4:46 am
Viewing 15 posts - 7,846 through 7,860 (of 22,213 total)