Viewing 15 posts - 826 through 840 (of 859 total)
Yes, now you can go ahead and change the recovery model to simple if the database is stable most of the time. You can retrieve the data you want from...
December 7, 2008 at 10:20 am
I think it is better to change the recovery model to Bulk-logged whenever there are bulk inserts which would minimally log the data inserted and also allows you for point...
December 7, 2008 at 7:54 am
ooops...I did not realise this before...;) ...thts right...enterprise is only for server systems...check the requirements for SQL 2005 minimum requirements......
Microsoft Windows 2000 Server with Service Pack (SP) 4 or later;...
November 30, 2008 at 3:12 pm
I dont think it should make any difference but did u go through the link which i have mentioned in the previous post that should resolve your problem and also...
November 30, 2008 at 12:21 pm
Hi,
Check your firewall settings and ensure that port 1433 is enabled by default.
Which edition of SQL server are you using??
Follow this link which would help you:
November 30, 2008 at 5:51 am
You can also do this way If am correct:
Restore the backup of the database with a different name and stop the point just before the data loss/to the desired point...
November 29, 2008 at 7:48 pm
Yes, there should be frequent log backups and also use different files for different backups.....
it is always recommended to set the log file value to a size closer to...
November 29, 2008 at 7:12 pm
Elisabeth Rédei (11/27/2008)
The other common performance issue with tempdb is contention in the allocation pages. This has nothing to do with your IO because the contention will be in...
November 27, 2008 at 5:16 pm
Yes, it is a wider topic to discuss.....if you have any specific question related to it then we might surely help you..... good luck !!!
November 25, 2008 at 8:57 pm
mohinidba (11/24/2008)
how to i move temp db.the link is not opened
hi,
yes this is for better performance..
this link will help you out in moving tempDB database:
November 24, 2008 at 6:16 pm
Please post your code.....so that we can help further.....trace your server it might help you
November 24, 2008 at 11:55 am
Hi ,
Yes, I think it should be in fine. In SQL 2005 when you attach files from 2000, the server automatcally updates your database.
November 21, 2008 at 1:02 pm
Hi,
I think you are situation is something like this if you are using SQL 2005 or 2008....
http://www.sqlservercentral.com/articles/SQL+Server+2005/64547/%5B/u%5D
As Jack said the default trace is a valuable tool for...
November 21, 2008 at 9:39 am
Yes, thats right switch the recovery model to full and with enterprise the size of database is unlimited..Yes you should truncate the log once u have done deleting the data....
Or
You...
November 21, 2008 at 9:34 am
Viewing 15 posts - 826 through 840 (of 859 total)