Viewing 15 posts - 106 through 120 (of 282 total)
See if this helps
http://msdn.microsoft.com/en-us/library/ms171744%28SQL.90%29.aspx
February 4, 2010 at 2:38 am
My initial settings are the default ones, 8MB for the tempdev file and 1MB for thelog file. The autogrow is of 10%.
Currently, the tempdev file is of ~792 MB...
January 18, 2010 at 7:05 am
Reo - in fact I want to increase the size of the tempdb files (data & log). It seems that the tempdev file needed to grow, and hence an warning...
January 18, 2010 at 6:20 am
Can you attach a sample of your data file?
Also you can try to use a format file and skip the null columns.
January 18, 2010 at 5:00 am
Did you updated the statistics after upgrading?
I hope that the below links wil help you:
http://www.sql-server-performance.com/tips/performance_monitor_cpu_counter_p1.aspx
January 14, 2010 at 3:57 am
See BOL ---> Batches - CREATE VIEW has to be alone in its batch...
January 14, 2010 at 2:48 am
Store the Courses, Credit Types and States in separate tables.
Create a CreditTypeByState table (StateID, CreditTypeID) to store a credit type - state correspondence. Use CHECK constraints to allow only the...
January 13, 2010 at 4:03 am
You're welcome.
The description I talked about is not taken from the MSDN link you mentioned. By the way, in my opinion the MSDN documentation is weaker and weaker...
This is a...
January 12, 2010 at 6:55 am
You can see its description in the "performance monitor":
"Working Set is the current size, in bytes, of the Working Set of this process..."
January 12, 2010 at 5:14 am
Check the connection string to the remote server. Does the user which connects have the necessary privileges?
January 12, 2010 at 4:37 am
Thanks, that's what I'm doing...
Happy hollydays 🙂
December 23, 2009 at 4:44 am
Export the table (*) in a .csv file using the bcp utility (see BOL), copy the file to the NY location and import the data in Access.
* I understand that...
December 23, 2009 at 3:03 am
See BOL ---> Collation Precedence
December 23, 2009 at 12:50 am
This may be a permissions issue, depending on the user logged in - see the "permissions" section in BOL ---> sys.databases.
December 16, 2009 at 2:29 am
Viewing 15 posts - 106 through 120 (of 282 total)