Viewing 15 posts - 211 through 225 (of 310 total)
I'm confused....
The secondary result set returned from sp_helpdb 'DBName' returns details of the data files and has no reference to any database objects.
The 'name' column of the secondary data set...
March 31, 2009 at 9:01 am
That will certainly help as you need to restart the SQL Server Service after you have enabled the AWE configuration option, in order for it to take effect.
You should...
March 31, 2009 at 8:02 am
Have you run DBCC CHECKDB on the database?
The following article may be of use to you as it has specific reference to your error.
http://support.microsoft.com/kb/967164
Let me know how you get on.
March 31, 2009 at 7:26 am
How are you determining how much memory SQL Server is using?
The task manager will not show memory that is allocated via AWE.
The best way to see how much memory...
March 31, 2009 at 7:17 am
Hi,
You can use DDL Triggers to record/log when a CREATE TABLE statement is issued. This can in turn be used to record details of the login that executed the statement.
See...
March 30, 2009 at 8:08 am
Hi there,
The deciding factor will be determined by the size of your image files.
If they are relatively small in size i.e. less than 1MB then storing within the database is...
March 28, 2009 at 11:11 am
Hi,
I guess we are actually wishing to discuss memory here 🙂
May I suggest you take a look at the following thread.
http://www.sqlservercentral.com/Forums/Topic679203-146-1.aspx
Cheers,
March 26, 2009 at 3:17 am
Hi,
I am not certain that you need to do anything however, I do beleive that SQL Server 2005 handles linked servers differently to SQL Server 2000.
What I would suggest is...
March 24, 2009 at 3:32 am
Hi Michael,
The DBCC statements you issued will not reduce the size of the buffer pool (the specific area of SQL Server memory that is used to store data pages).
DBCC freeproccache:...
March 20, 2009 at 3:32 am
Hi,
The Buffer Cache, is an area within the Buffer Pool and is in simple terms the amount of your database data that is stored in memory.
So for example, if you...
March 19, 2009 at 3:36 am
mirde (3/16/2009)
Difference of two datetime columns caused overflow...
March 16, 2009 at 1:28 pm
One thing to note, when you first run the reports you may recieve the following error:
“the difference of two datetime columns caused overflow at runtime”
If you do, I have a...
March 16, 2009 at 12:10 pm
You should see no issues whatsover however, if you have a DEV or UAT server at your disposal then I would suggest following the install procedures and testing there...
March 16, 2009 at 12:07 pm
You're welcome! The Performance Dashboard reports are great, we use them all the time.
If you are pressed for time, why spend 5 minutes writting a query to look at a...
March 16, 2009 at 11:31 am
Viewing 15 posts - 211 through 225 (of 310 total)