Viewing 15 posts - 4,846 through 4,860 (of 6,105 total)
What version of SQL server are you using and what are the errors being returned by DBCC SHRINKFILE() ?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring...
November 20, 2002 at 3:31 pm
The best way to is to get a baseline of the system before the adding the indexes. First, use Performance Monitor to capture performance levels for processor, memory, lock wait...
November 20, 2002 at 3:30 pm
I've written an e-Book published by NetImpress that discusses these types of questions. There is a discount for SQL Server Central users. The link to purchase is my signature.
K. Brian...
November 20, 2002 at 1:32 pm
What numbers are appearing?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
November 20, 2002 at 11:50 am
Take your pick:
http://www.puzzlers.org/secure/wordlists/dictinfo.html
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
November 20, 2002 at 11:48 am
If your SQL Server service is running and you don't see counters, try this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;196657
There are other articles that detail other possibilities, but apparently Microsoft is still working out the bugs...
November 20, 2002 at 11:45 am
I haven't used it, but there is SQSH. You may need the FreeTDS libraries to connect to SQL Server.
SQSH:
FreeTDS:
HTH.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring...
November 20, 2002 at 11:40 am
According to his author info, Randy Dyess at Verizon has some VLDB. The single largest is > 2.2 TB.
http://www.transactsql.com/Author.html
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring...
November 20, 2002 at 11:20 am
There is also always the option of going to three letters with something like a z or q used if someone doesn't have a middle name.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to...
November 19, 2002 at 6:36 am
SQL Server 7.0 is limited to 2 GB of RAM in standard edition. In EE it comes with support up to the maximum the vendor supports. You'll have to configure...
November 19, 2002 at 3:10 am
I'm not surprised. Too many things break when you lock down sysdatabases. Which begs the question, why does the public role need access to file path locations in the first...
November 19, 2002 at 2:56 am
The alert mechanism in the SQL Server Agent properties doesn't allow for a differentiation. That's probably how you're getting notified. You may check there to verify. Unfortunately, there aren't criteria...
November 18, 2002 at 2:07 pm
The SQL Server Agent will talk to the Application Event Log on the server. If you are in the process of clearing it, it won't be available for use by...
November 18, 2002 at 12:48 pm
This is the on-link to Books Online's section on Installing SQL Server. This should give you a good overall impression of what runs, why, and what options you have:
http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/sql/in_overview_0lm4.htm
K. Brian...
November 18, 2002 at 12:46 pm
quote:
I am hesitant to start SMTP locally on a win2k box because I don't yet know how to prevent anyone from turning...
November 18, 2002 at 12:42 pm
Viewing 15 posts - 4,846 through 4,860 (of 6,105 total)