Viewing 15 posts - 91 through 105 (of 107 total)
Thanks Philip, I take it you can't combine drop/create in the same script? Also is there a way to make the process generate one file per table?
Cheers
Pete
November 21, 2006 at 6:29 am
Hi John,
My test did give a timeout error, what I was trying to say by showing this was that another process may have been table locking and that was causing his...
November 14, 2006 at 4:37 am
Ah ok, sorry I'm having a blonde day 🙂
I'm still interested though, what would be the advantage of having multiple drive/volumes? There would be no performance difference between having one...
November 3, 2006 at 9:44 am
I am intrigued now.... Why will multiple files be better than a single file? If the SAN controller can put the different bits of data on multiple drives where is...
November 3, 2006 at 8:53 am
HI,
A very simple test... I created a temporary table started a transaction inserted some data and on another session tried the DBCC INDEXDEFRAG and I got a lock .......
November 3, 2006 at 8:50 am
Does the DTS package runs succesfully when you run it within Enteprise Manager?
November 3, 2006 at 7:08 am
Hi,
Not sure this will help... Are you calling the command from SQL Query Analyzer? If so there is an option to set the Query timeout, is this set to 0...
November 3, 2006 at 4:47 am
Hi,
SQL Server requires at least one data file and one log file (.MDF and .LDF)
There is no advantage creating multiple log files as the SAN is managing which physical disk...
November 3, 2006 at 4:33 am
Because I don't know which tables have been allocated to which file because the new files have been added to the primary filegroup. Therefore I don't know how to correctly...
November 3, 2006 at 3:31 am
Hi Sanjay,
To avoid having to make the change I have created 2 stored procedures to perform the backups to a NAS server...
Backup ....
/*
Description
------------------
This stored procedure will backup the requested database.
Amendment...
March 4, 2005 at 8:29 am
Hi,
Probably silly question, but are you running MS DTC on both servers? Is the other database Sqlserver?
Pete
March 4, 2005 at 8:21 am
Thanks... That seemed to have worked.. I was right the full backup was not associated with the incremental one.
Also I found that you can find the same information from the...
March 4, 2005 at 8:15 am
Hi,
Not sure if this helps, but I think the table msdb..backupset holds some of this information
Might be wrong though...
Pete
March 4, 2005 at 5:57 am
Hi Kishore,
Thanks for that... I know what backup type they are by the naming convention (WK0 = full) WKx (x = 1 --> 7 ) differential.
Can I use the...
March 4, 2005 at 5:30 am
Hi Kishore,
I dont think this is our backup file because someone else has done some restores previously which has made the BACKUP_2005_WK10_DAY0.BAK invalid I think that is why the process...
March 4, 2005 at 4:38 am
Viewing 15 posts - 91 through 105 (of 107 total)