Viewing 15 posts - 136 through 150 (of 223 total)
Please also see attached vasset and cellgroupcell table structure in two worksheets. Below is the view vasset.
vasset:
SELECT assetId AS cellAssetId, assetName AS assetId, assetName, sequence, standardRate,...
October 23, 2009 at 3:54 pm
PLease see the attchments:
Downtime.sqlplan and the structure of the view.
October 23, 2009 at 1:32 pm
Just to add to my previous point.. Can creating a partition work in this scenario..There's about 16 million rows in one table. i am just worried that it...
October 15, 2009 at 3:44 am
The database has got one Primary Filegroup. I have created another filegroup called 'Filegroup_1'. I have put .ndf on Filegroup_1.
Which do you think will be more efficient to transfer...
October 13, 2009 at 5:46 am
Thank you guys for your responses
I have only got one day of downtime. Some of the tables have got more than a million rows. This might take a lot of...
October 13, 2009 at 4:47 am
yes it is for reporting purpose, i am using this as an xml document which is being called by CGML.
CGML is limited as far as formatting data is concerned, so...
August 21, 2009 at 9:56 am
Thank you guys for your responses, I have resolved it by amending the cursor..
Drew you are rite the eventmeasure table should not be there at all. This will be taken...
August 10, 2009 at 5:56 am
How do you connect eventide to MeasuerID? Is it only by inserting order? Also how did you get the values for EventMeasureID?
Eventmeasure table gets eventid from event table and...
August 9, 2009 at 6:14 am
This is the cursor that i used:
Please note: this is based on real data, data in the above post is just an example of how i would like the result:
declare...
August 9, 2009 at 6:06 am
1) The files are in the root directory, you have specified that the procedure should include sub-directories but there are no sub-directories.
The files are in the Backup Directory. The backup...
August 5, 2009 at 1:34 pm
I have done that, Still the files exist. I don't get any error message.
August 5, 2009 at 8:41 am
EXECUTE master.dbo.xp_delete_file 0,N'E:\DATA\MSSQL.1\MSSQL\Backup\ ',N'bak',N'2009-08-03T11:09:59',1
I don't get an error message. It says command completed successfully.
August 5, 2009 at 3:29 am
I agree transaction log should be set up more often which i am looking into, but that should not stop the other maintenance plan to delete the old backup files....
August 4, 2009 at 9:21 am
What is the extension you put in the maintenance cleanup task?
There are two maintenance cleanup task. One with extension BAK and the other with TRN for deleting files older...
August 4, 2009 at 3:31 am
I do apologise i posted it in the wrong forum.. It should have been SQL 2005.
August 3, 2009 at 3:06 am
Viewing 15 posts - 136 through 150 (of 223 total)