Viewing 15 posts - 31 through 45 (of 50 total)
Ue sp_addumpdevice stored procedure to add a network dump device. Then simply refer this backup device in your BACKUP DATABASE command
October 4, 2006 at 4:18 am
run DBCC SQLPERF(LOGSPACE) command to view the total transaction log space and %used for every database.
October 4, 2006 at 3:50 am
ackup the transaction log. Backing up of the transaction log will automatically issue a checkpoint. Then you can use DBCC SHRINKFILE to actually reduce the size of the log file.
October 4, 2006 at 3:43 am
Suppose you are defragging index and suddenly you tried to stop/cancel the command, then how will the database be restored to its previous consistent state? The thing here is, evenif...
October 4, 2006 at 3:41 am
When SQL Server performs some operation, it loads as many related pages as it requires into the memory. For example, suppose you are running a stored proceudre which forces full...
October 4, 2006 at 3:35 am
First of all, please let me know if the database is in SIMPLE revovery mode or FULL or BULK-LOGGED. The truncation commands can remove valuable entries from the transaction log...
October 4, 2006 at 2:59 am
Hi,
First transfer all the logins from SQL Server 7.0 to SQL Server 2000 through DTS or scripting out the logins at SQL Server 7.0 and running the script at SQL...
October 4, 2006 at 2:50 am
packet errors while reading or writing packets for xeswww011.
here xeswww011 is the name of the server
Please suggest.
September 12, 2006 at 5:30 am
Better create an application role, and configure that role with the permisions you want.
Pankaj
September 12, 2006 at 2:23 am
If you stop the stop the service when tranaction log is full, then depending upon the recovery interval configured for your server, there can be less or many tranactions that...
September 12, 2006 at 2:14 am
In a clustered environment, all the nodes should have the same path for binaries and executables installed on each of them. This happens at the time of installation. Also, please...
September 12, 2006 at 2:02 am
The Proxy account enables the non-sysadmins to run the command line utilities and run ActiveScripting job steps. To configure it, go to the properties of SQL Agent and then go to...
September 12, 2006 at 1:45 am
he greg gave the correct command. However, sp_helpdb <database-name> will also give you the information about the transaction log space (along with data file space).
Pankaj
September 12, 2006 at 1:36 am
go to the query analyzer and type sp_who command to see who are the users that are using the database. If the running transactions are not critical (meaning that if...
September 12, 2006 at 1:33 am
You can transfer all the jobs using DTS. Go to enterprise manager => select server => Data Transformation Service => local packages
Make new package here by selecting "Transfer Jobs"...
September 4, 2006 at 3:13 am
Viewing 15 posts - 31 through 45 (of 50 total)