Viewing 15 posts - 91 through 105 (of 142 total)
I agree with the view. If the Global Temp table us not used in multiple sessions, we should use the local temp tables only. Even it is advisable to use...
February 24, 2009 at 8:01 am
Hi,
You can have the Weekly Full Backup in place. But along with this I would suggest you to have atleast daily Transaction Log backup everyday evening sometime. This will minimise...
February 23, 2009 at 9:51 am
This is strange. The database does not online in such a case. Did you check with detailed activity logs ?
February 20, 2009 at 4:21 am
Your question is not very clear. Did you check the size of Tempdb and free space on Disk ? Still I don't see any big issue such.
February 19, 2009 at 8:35 am
Duplicate posting.
If your database is backed up every night/day, it may be possible that there are some Maintenance Plan or direct Job for taking the backup. Check if you have...
February 19, 2009 at 8:09 am
Duplicate postings. Please avoid such incidents.
If your database is backed up every night/day, it may be possible that there are some Maintenance Plan or direct Job for taking the backup....
February 19, 2009 at 8:07 am
If your database is backed up every night/day, it may be possible that there are some Maintenance Plan or direct Job for taking the backup. Check if you have any...
February 19, 2009 at 8:05 am
Normally for exporting data from SQL Server to Excel one would use DTS (SQL 2k) or SSIS (SQL Server 2005). For some reason if at all you want to do...
February 19, 2009 at 7:35 am
You can use the Book Online for SQL Server to find the best possible answers of your queries. Someof the helpful links are:
http://msdn.microsoft.com/en-us/library/aa196743.aspx
February 19, 2009 at 7:10 am
You need to start a fresh for best result in your case. First restore the latest Full Backup files recovery as a base and then if any latest Diffrential Backup...
February 19, 2009 at 7:05 am
Hi Sameer,
Please post your questions separetly and properly so that people can try to help you.
Thanks, Atul
February 19, 2009 at 6:37 am
This seems that the OS is not able to determine the domain administrator privilege for executing the job. You should make the one system user with SA privilege as owner...
February 11, 2009 at 4:53 am
You only need
BACKUP DATABASE [TEST] TO DISK = NāD:\BACKUP\TEST.BAK WITH INIT
or
BACKUP DATABASE [TEST] TO DISK = NāD:\BACKUP\TEST.BAK
So simple. š
February 4, 2009 at 6:53 am
You simply need
BACKUP DATABASE [TEST] TO DISK = NāD:\BACKUP\TEST.BAK WITH INIT
or
BACKUP DATABASE [TEST] TO DISK = NāD:\BACKUP\TEST.BAK
So simple. š
February 4, 2009 at 6:52 am
Viewing 15 posts - 91 through 105 (of 142 total)