Viewing 15 posts - 346 through 360 (of 860 total)
kumarramachandrarao (6/27/2011)
can any one tell me how to check the version in which version the backup was taken from sql (2005 or 2008 or 2008 r2 or 2008 r2...
June 27, 2011 at 5:51 am
See the status if its shows 0 the log file not in use if its 2 its in use.
The log file is just a circular it will reuse the inactive...
June 24, 2011 at 4:12 am
SC.SQL.Dev (6/24/2011)
DBCC SHOWFILESTATS
can be used to show the unallocated space of mdf and ndf (data) files for a specific database.
Is there a way that the same information can be...
June 24, 2011 at 4:08 am
gs1975 (6/24/2011)
Thanks also Muthukkumaran.I will check out the links you posted.
Cheers,
George
George your welcome. I didn't post any link.
Don't shrink the database instead of shrink the...
June 24, 2011 at 4:00 am
beejug1983 (6/24/2011)
June 24, 2011 at 3:35 am
Alter the database and point the file to another drive (or) Add new drive.
June 24, 2011 at 2:57 am
matt6749 (6/23/2011)
Query execution time for a U.S. zip code search: ~150 milliseconds
Query execution time for...
June 24, 2011 at 12:41 am
John Mitchell-245523 (6/23/2011)
June 23, 2011 at 5:30 am
tt-615680 (6/23/2011)
muthukkumaran Kaliyamoorthy (6/23/2011)
tt-615680 (6/23/2011)
I have an SQL 2000 Database which is 135GB and I want to perform "Shrink Database" but I want to know what is the maximum...
June 23, 2011 at 5:23 am
tt-615680 (6/23/2011)
I have an SQL 2000 Database which is 135GB and I want to perform "Shrink Database" but I want to know what is the maximum percentage that I...
June 23, 2011 at 4:58 am
narwhal (6/23/2011)
I came across this error " The file *.mdf is missing and needs to restore" .can anyone provide me proper solution to come out of this situation? Thanks in...
June 23, 2011 at 12:42 am
OS - 32bit Windows 2003R2
standard or enterprise
June 21, 2011 at 6:14 am
gaurav.kothari 39274
Take a test/Dev server use the upgrade advisor and test it your app fully.
June 21, 2011 at 2:48 am
kesmond (6/21/2011)
June 21, 2011 at 2:36 am
I am rather new to sql so in terms of backup, would need your advice.
So i would do a restore from the full backup for Monday (with the restore option...
June 21, 2011 at 2:27 am
Viewing 15 posts - 346 through 360 (of 860 total)