Viewing 15 posts - 61 through 75 (of 87 total)
David,
I will have to confirm this, but off the top of my head I believe Management Studio will generate script for SQL 20005, even if you are scripting a...
October 24, 2007 at 1:29 pm
Thank you all. I finally got some sleep after a couple of all-nighters. It's amazing how you over look rather simple things with a lack of sleep. ...
October 24, 2007 at 12:12 pm
Your concerns with auto growth causing a performance hit are correct. Also, you likely do not 28GB data file for 500MB. I agree with all of bbychkov's comments...
October 19, 2007 at 3:15 pm
Oskar,
Aaron is correct. Do not use a Domain Admin account for SQL Server Service accounts. Use a Windows domain account in the Domain Users group.
Also, you said you that...
August 2, 2007 at 4:12 pm
Mohammed,
Thank you. It was a contraint violation. As you suggested above, the task worked after I loaded the tables in the correct order.
Jon
December 5, 2006 at 5:59 pm
Jim,
In addition to backing up the transaction logs on a regular basis, you may also may want to make sure you are your running DBCC maintenance statements on regularly. If you...
December 4, 2006 at 1:08 pm
Jason,
A lot could be going on here, but I will share with you some of my experiences with packages that run unusually slow. Since it normally only takes 1 hour...
December 4, 2006 at 12:03 pm
Carolyn,
If you want to use SQL Server to store your data and use Access as the front end to query and create reports from a client work station, you will...
December 1, 2006 at 1:04 pm
Troy,
I may need more information about your application, so I will have to make some assumptions. I read your post twice to make sure I am understanding what you are...
November 13, 2006 at 11:14 am
I will repeat what Carlos suggested. For me too, when I have had this problem it is ALWAYS a permissions problem. Have you confirmed that the service account has the...
August 18, 2006 at 10:59 am
I assume the package will execute fine when done manually. Maybe you already doing this, but you may want to loop through each step of the package and return a...
August 18, 2006 at 10:47 am
Carolyn,
I have not experienced this exact problem before, but any time I have issues importing data from one source to another, one of the first things I check is that...
August 18, 2006 at 10:23 am
Monte,
What is your ASP code doing. Like Greg said, check your connections. Can you find anything strange in the Activity Monitor or Event Viewer?
Jon
August 18, 2006 at 10:00 am
...in addition to what Jeswanth suggested, also consider using the NO TRUNCATE option when you backup the transaction log. Read up on it in Books Online.
September 28, 2004 at 3:04 pm
1.) In Query Analyzer, select "Display Estimated Execution Plan" from the Query menu. Take a look at these articles to help:
http://www.sqlservercentral.com/columnists/RDyess/displayingexecutionplans_printversion.asp
http://www.sqlservercentral.com/columnists/rmarda/performanceaddinghints_printversion.asp
2.) Yeah, it doesn't look like there is...
January 22, 2004 at 4:55 pm
Viewing 15 posts - 61 through 75 (of 87 total)