Viewing 15 posts - 16 through 30 (of 170 total)
i mean to say that..if database is in simple recovery model and still it is giving log full error, it means there is a requirement of more log space.
April 24, 2010 at 1:09 pm
you can use replication for synchronization.
for DTS to SSIS migration is the biggest challenge while ugrading SQL from 2000 to 2005/2008.. it wont be that straight forward..
First you can try...
April 24, 2010 at 1:00 pm
yes u can do that..you can select the sheet name also while selecting source..
April 24, 2010 at 12:49 pm
this is awesome support Kingston:-)
April 24, 2010 at 12:45 pm
if DB is in simple recovery model you need to create more space for log file. either by increasing he max limit or by adding more files.
April 24, 2010 at 12:36 pm
can u please paste the alert information?
April 24, 2010 at 12:35 pm
yes u can do that
read more on
sp_deach_db
and
sp_attach_db
April 24, 2010 at 12:26 pm
this is nice to have feature.. i guess this feature is available with Oracle Export.
April 24, 2010 at 12:20 pm
Try this one? In certain circumtances this can improve the performance..
INSERT INTO DATABASE..STAG_TEMP_TABLE
SELECT ABC,SUM(ZXC)ZXC,SUM(XYZ)XYZ
FROM
(
SELECT ABC,SUM(ZXC)ZXC,SUM(XYZ)XYZ
...
April 24, 2010 at 12:14 pm
run
DBCC FREEPROCCACHE
and
DBCC DROPCLEANBUFFERS
while running the queries again to test the performance. This will make sure you are comparing perfoamnce with correct values
April 24, 2010 at 12:06 pm
for second question--
Search object across all databases in instance--
April 24, 2010 at 12:00 pm
Table partitioning is one of the the easiest way of doing horizontal partitioning.
April 24, 2010 at 11:58 am
Viewing 15 posts - 16 through 30 (of 170 total)