Viewing 15 posts - 6,751 through 6,765 (of 18,926 total)
Here's why it's just a might... I converted a big proc from using ±10 table variables to temp tables. Here are the stats after I had done all...
April 20, 2011 at 5:29 am
Do you have to run that code more than once for the same folder?
Is there any reason why there's no promary key on the image id column?
April 20, 2011 at 5:26 am
Then there has to be another row in the table to contain the rest of it. syscomments works exactly like that with the text column and colid (rowid).
April 19, 2011 at 8:01 pm
The tail backup is a way to say the "final" log backup to get the latest transactions since the diff.
As for compressing the backup, it might be worth spending the...
April 19, 2011 at 2:14 pm
r_slot (4/19/2011)
April 19, 2011 at 2:09 pm
Thanks for helping me help YOU.
USE [tempdb]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE dbo.Renner_Foto (
[ImageID] [int] NULL,
...
April 19, 2011 at 12:03 pm
We're on a rather fast san here (48 1TB drives 15 K rpm.) It would take over 100 minutes to copy 100 GB.
One way to do it is to...
April 19, 2011 at 11:19 am
So you want me to do the work for you and you won't even want to supply to tools I need to test the code? I need a zip...
April 19, 2011 at 11:12 am
Can you zip me up a couple dozens of the pictures? I'll finish the code for you.
Th eonly obvious part is that either you have a begin tran /...
April 19, 2011 at 10:44 am
CREATE SEQUENCE in SQL??? Care to catch me up Joe?
April 19, 2011 at 10:41 am
I mean copy - paste this into SSMS. Then run the code 1 line a t a time and see what works and what fails and WHY.
Repeat process untill...
April 19, 2011 at 10:30 am
Well if you actually run begin tan / rollback tran you certainly won't have anything left in the db after you run the code!
April 19, 2011 at 10:27 am
Fine, assuming the log backups are running fine.
Shrink the t-log a couple minutes before the reindexing. And see how big it grows back to after the job has run.
Even...
April 19, 2011 at 9:58 am
r_slot (4/19/2011)
April 19, 2011 at 9:54 am
Sumanta Roy (4/19/2011)
Full backup is taken every week Sunday.
REINDEX ??????????????????????????????????????????????????????????????????????
April 19, 2011 at 9:53 am
Viewing 15 posts - 6,751 through 6,765 (of 18,926 total)