Viewing 15 posts - 6,286 through 6,300 (of 9,707 total)
What little I know of SQL Memory Allocation is this:
1) SQL tries to steal as much memory as possible from the operating system. If you don't throttle it in some...
March 16, 2011 at 11:53 am
There are a lot third party tools for sale that will monitor multiple servers, also. I believe both Imceda and Red Gate have software, along with several other companies.
Otherwise, as...
March 16, 2011 at 11:38 am
You can kill the process by using the KILL <SPID> command. And do what Pradeep suggested. Look at the command in a command line utility to make sure what sorts...
March 16, 2011 at 11:35 am
1) How do you know it's not returning all records? (I'll explain why I asked as soon as you answer.)
2) Production database or dev database?
3) What security settings do you...
March 16, 2011 at 11:33 am
y.koteswarrao-652921 (3/4/2008)
HiIn a transaction log file , how a checkpoint works, and it's process,plz clarify.
Once you've read the suggested material, if you still have questions, post the part of the...
March 16, 2011 at 11:31 am
I believe SQL uses the same logic as it uses for Excel worksheets. It checks the first 10 rows of data and assigns nullability (as well as data type) based...
March 16, 2011 at 11:30 am
I would go with John's suggestion with one suggestion. If you are using a third party backup & restore tool, like Litespeed, you can do object restores. Which means you...
March 16, 2011 at 11:04 am
Can you add another file to your transaction log on a different drive and make it the Primary? Given enough space, trying to shrink your database or your data file...
March 16, 2011 at 11:01 am
EDIT: Erasing what I just said because it's not related to the question. DOH.
If your growth occurs at a certain point in the day, can't you use profiler to identify...
March 16, 2011 at 10:55 am
Craig Farrell (3/15/2011)
March 16, 2011 at 4:39 am
Also glad you got it working and thanks for posting the solution. That will help others with the same problems.
March 15, 2011 at 7:31 am
GSquared (3/15/2011)
Brandie Tarvin (3/11/2011)
But Parsename() only works because it's treating the IPAddress as a Server.Database.Schema.Object item (because of the...
March 15, 2011 at 7:30 am
Wow. Just finished beta-reading for Craig.
Wow.
Aren't you guys sad you can't see that article yet and jealous that I got to read it before you did! @=)
March 15, 2011 at 7:29 am
Viewing 15 posts - 6,286 through 6,300 (of 9,707 total)