Viewing 15 posts - 766 through 780 (of 1,248 total)
How about backup across servers? If the size of this database is huge, you may consider the third party tool, such as LiteSpeed.
January 23, 2008 at 7:38 pm
Did you have chances to read these discussions?
http://sql-server-performance.com/Community/forums/t/5633.aspx
January 23, 2008 at 9:26 am
I believe that you need to test your ODBC connection. It may only work for your system admin account.
Also, regarding the log,
SQL Server is terminating due to 'stop' request from...
January 23, 2008 at 9:10 am
You may reboot your machine to remove related registries and try again.
January 23, 2008 at 8:55 am
Actually, you can use the command,
BACKUP LOG databaseName WITH TRUNCATE_ONLY
before detaching it.
Or after detaching it, do not include log file wihile re-attaching it. Let the system to create a...
January 23, 2008 at 8:51 am
You will get an error when you would like to insert more data. Also, you will see an error in your SQL log.
January 23, 2008 at 8:47 am
In the Properties of SQL instance, you can set the maximum memory under the memory tab.
January 23, 2008 at 8:42 am
Two suggestions.
1. Check you mail server and email address
2. Add a log file in your DTS package to obtain error in detail.
January 22, 2008 at 8:56 pm
Hi, folks!
This is a forum to discuss the topics we are all interested. It is not a battle field. My understanding is that Jeff was kidding (from the icon he...
January 22, 2008 at 8:48 pm
In my memory, we need to select which instance(s) we would like to apply either service pack or hot fix if there is more than one instance on a cluster....
January 22, 2008 at 8:34 pm
How about something like the following:
SELECT (SELECT COUNT(*) FROM Customers) AS totalCount, * FROM Customers
😉
January 22, 2008 at 2:05 pm
Generally speaking, you had better restore the database if you have the latest backups.
If your mdf is healthy but ldf is crashed, you can attach the mdf file only and...
January 22, 2008 at 1:49 pm
You may change your transaction isolation level or add NO_LOCK clause in your queries.
January 22, 2008 at 1:28 pm
Here is my penny.
The shortcut is to ask someone to show its entrance, such as how to do something basic. Then, practice.
January 22, 2008 at 1:14 pm
Here is a link for the same error while installing SQL 2005. Hopefully, it helps.
January 22, 2008 at 1:12 pm
Viewing 15 posts - 766 through 780 (of 1,248 total)