Viewing 15 posts - 15,511 through 15,525 (of 49,552 total)
No such function in SQL Server 2005. What are you trying to do?
November 26, 2012 at 7:23 am
weberharter (11/26/2012)
November 26, 2012 at 7:19 am
weberharter (11/26/2012)
GilaMonster (11/26/2012)
Typically a scan is a full scan ...Hi Gila,
that's the point, it seems that it is NOT ALWAYS a full scan.
Well if you selectively quote me, yes...
November 26, 2012 at 7:18 am
Try rebooting the machine, see if SQL will start then.
November 26, 2012 at 7:04 am
As I said...
High memory use by SQL is normal. Hence not a cause for concern.
SQL can and will use memory outside of the buffer pool (which is what is controlled...
November 26, 2012 at 7:03 am
weberharter (11/26/2012)
select top 1000 * from #TestIndexAccessI still have a clustered index scan but it is NOT an ordered scan. Still the first query needs only 3 logical reads. I...
November 26, 2012 at 7:00 am
1) High memory use by SQL Server is normal
2) Max server memory specifies the size of the buffer pool. SQL can and will use memory outside of the buffer pool....
November 26, 2012 at 6:53 am
Typically a scan is a full scan (in the absence of TOP or other operators that give row goals). It's the seek that can be a single row or a...
November 26, 2012 at 6:52 am
What does the SQL error log say? The screenshots don't say anything useful (and I can tell that even though I don't speak French 🙂 )
November 26, 2012 at 6:49 am
Please read through this - Managing Transaction Logs[/url]
No, you do not need to shrink the log file, it's counter-productive. If the log needs to be that size it will just...
November 26, 2012 at 6:46 am
Bhuvnesh (11/26/2012)
any ways see the linkshttp://msdn.microsoft.com/en-us/library/aa259207(v=sql.80).aspx
http://msdn.microsoft.com/en-us/library/aa259203(v=sql.80).aspx
Those are for SQL 2000.
November 26, 2012 at 4:02 am
Google down?
November 26, 2012 at 4:01 am
shellbus (11/26/2012)
My favorite is the one that Reorganises, then rebuilds the indexes, then does a DB shrink on all the sys databases
I believe that one is known as 'complete...
November 26, 2012 at 3:36 am
Please read Opc's post.
November 26, 2012 at 12:29 am
Please don't post multiple questions for the same problem.
No replies here please. Direct replies to http://www.sqlservercentral.com/Forums/Topic1388027-360-1.aspx
November 26, 2012 at 12:19 am
Viewing 15 posts - 15,511 through 15,525 (of 49,552 total)