Viewing 15 posts - 10,741 through 10,755 (of 49,566 total)
ALTER DATABASE <database name> SET RECOVERY FULL
Please first read the two article I referenced above.
December 4, 2013 at 6:18 am
Recovery model has no effect whatsoever on replication, that goes for publisher and subscriber alike.
December 4, 2013 at 5:50 am
sys.sysmembers (Transact-SQL)
This SQL Server 2000 system table is included as a view for backward compatibility. This feature will be removed in a future version of Microsoft SQL Server. Avoid...
December 4, 2013 at 3:04 am
Have a read through these:
http://www.sqlservercentral.com/articles/Administration/75461/
http://www.sqlservercentral.com/articles/Administration/64582/
December 4, 2013 at 2:58 am
Please don't cross post. It just wastes people's time and fragments replies
No replies to this thread please. Direct replies to http://www.sqlservercentral.com/Forums/Topic1519531-391-1.aspx
December 4, 2013 at 2:57 am
Luis Cazares (12/3/2013)
CREATE PROCEDURE MyProcedure(
@Param1 int = NULL,
...
December 4, 2013 at 2:09 am
I don't know if it's due to permission because you still haven't posted the error. If there's an error, it would have been displayed in a dialog.
Have you tried using...
December 4, 2013 at 1:29 am
'Save as text file' is not an error. It's very hard to help you without knowing exactly what you're doing and having a description of the error you're getting.
Are you...
December 4, 2013 at 1:04 am
PRR.DB (12/3/2013)
We are not taking log backups but we are taking week full backup.
There's your problem. If a database is in full recovery, and for mirroring it has to...
December 3, 2013 at 11:58 pm
Do you have regular log backups running? If not, that's why the log is so large.
Please read through these:
http://www.sqlservercentral.com/articles/Administration/64582/
http://www.sqlservercentral.com/articles/Transaction+Logs/72488/
December 3, 2013 at 11:49 pm
The problem occurs when the owner of the database does not map to a login on that instance. The solution is, as per those google results, change the owner to...
December 3, 2013 at 11:41 pm
If the RAID was set up within Windows (software RAID), you can see it from disk management. If it was set up elsewhere, then you have to go and look...
December 3, 2013 at 11:38 pm
What exactly are you trying to do, what is the exact error you're getting?
December 3, 2013 at 11:37 pm
nagasai88 (12/3/2013)
December 3, 2013 at 10:08 pm
nagasai88 (12/3/2013)
So my question is there anyway I can setup like F drive user databases use F drive temdb file and G drive databases use G drive tempdb files.
No.
December 3, 2013 at 2:44 pm
Viewing 15 posts - 10,741 through 10,755 (of 49,566 total)