Viewing 15 posts - 196 through 210 (of 1,539 total)
I would agree with John. You need to take backup of the database to separate files each time. Currently, you are taking backup in a single file which means it...
November 10, 2010 at 2:03 am
Pls run the following command and see if backup runs successfully.
backup database yourdb to disk='D:\payrbkp\yourdb.bak'
November 10, 2010 at 12:36 am
Difficult to get into a specific field when you are a fresher. Which city are you in?
November 9, 2010 at 7:01 am
:w00t:
Not a great advice that i would follow before knowing what exactly caused this.
November 9, 2010 at 6:08 am
In SSMS, Your server > Management > SQL Server Logs.
There you will find various error log files. pls look out for error messages in the log files. Also see application...
November 9, 2010 at 2:42 am
sachin-355820 (11/9/2010)
Is the last full backup and log file available.If yes then you need to1)Take a Tail log backup.
Database has been detached so log file wont be available.
2)Create a new...
November 9, 2010 at 1:19 am
What Henrico suggested is you should map the shared folder to a drive letter.
right click my computer and click on map network drive. select a drive letter and enter the...
November 8, 2010 at 11:44 pm
A suspect database should never have been detached!! you can try doing what was suggested in previous post. do you have backups?
November 8, 2010 at 10:34 pm
you can submit the script in the scripts section so that it is easier to find out later on this forum.
November 2, 2010 at 7:27 am
It should be close to used space in the data file plus little more (some portion from active log file).
November 2, 2010 at 4:32 am
Looks nice. however it wont script object level permissions.
November 2, 2010 at 12:14 am
http://www.sql-server-performance.com/articles/dba/object_permission_scripts_p1.aspx
i used this script few days back. this scripts permissions for a single user. you might need to wrap the code in a loop or cursor to extract data for...
October 29, 2010 at 12:57 pm
You have already gone through the places where i would have gone to search for that answer:-P. I would probably do what Kimberly says. like shrinking it for once and...
October 29, 2010 at 10:45 am
http://www.sqlskills.com/BLOGS/PAUL/category/Misconceptions.aspx
download the pdf from there and read point number 12/30
you cant have more authentic answer.
October 29, 2010 at 10:31 am
Viewing 15 posts - 196 through 210 (of 1,539 total)