Viewing 15 posts - 991 through 1,005 (of 1,335 total)
I hope you have used the maintenance plan to backup the files in the database. If thats the case you have the option to remove unused space in database in...
June 25, 2007 at 8:08 am
between servers - what is the account under which your sql server service runs. If local system then you will find this problem you will need to run under a doamin...
June 25, 2007 at 7:27 am
These links will be really useful for you.
http://www.microsoft.com/downloads/details.aspx?FamilyID=3d5e96d9-0074-46c4-bd4f-c3eb2abf4b66&DisplayLang=en
SQL Server 2005 upgrade manual. (This document can be used as a guide to proceed...
June 25, 2007 at 7:23 am
You can install client components and use them to deploy or execute the SSIS package.
June 25, 2007 at 7:12 am
When you say that you do a transactional backup every 3 hours i assume that the database is somewhat critical and is a OLTP database. Remember that when a database...
June 25, 2007 at 7:11 am
Data will be moved with th index only when its clustered else the data pages and index pages will remain separated.
June 25, 2007 at 6:00 am
You can add the permissions and privileges given to the database server and objects. Add the level of user rights in the servers. Access to file and folder paths. How...
June 25, 2007 at 5:46 am
I hope you should have placed the data files and log files under a NTFS volume. give privilege to the users only who need to read/write the database. for others...
June 25, 2007 at 5:43 am
Are you sure that the path that you have given for the transaction log backup file is correct and the network path for copying is also right. Are you using...
June 25, 2007 at 2:15 am
Brandie,
Check if SPN is set correctly for this computer.
June 24, 2007 at 11:40 pm
You can verify the the integrity of the database backup once the backup is complete. This can be done with choosing verify the intgrity of backup after completion if done...
June 24, 2007 at 11:17 pm
This script that i have posted here is a non cursor script from the user side. But intern it calls a server side cursor but it executes faster than your...
June 24, 2007 at 11:09 pm
Viewing 15 posts - 991 through 1,005 (of 1,335 total)