Viewing 15 posts - 46 through 60 (of 139 total)
You can achive this with the help of Insert trigger on the table where you can log the insert along with a timestamp column.
You can query the triggered table afterwards...
October 5, 2009 at 2:04 am
This is not possible.
Run the below mentioned script on both the instances and match the filename and other columns.
select * from sysaltfiles
October 5, 2009 at 1:08 am
andy 99843 (10/4/2009)
October 5, 2009 at 12:43 am
Try to check the page file settings ---- are they optimally set???
max & min memory of SQL Server.
Check the excel file if the file has some bulky data\ problem is...
October 5, 2009 at 12:27 am
K. Brian Kelley (10/3/2009)
October 4, 2009 at 11:32 pm
SQL Procedure can also be used.
i.e. you can use textcopy.exe to copy the files.
September 6, 2009 at 7:23 am
Pls. provide the Full script of that trigger along with the table structure.
September 6, 2009 at 7:20 am
kevinsql7 (9/3/2009)
Sarabpreet,Thanks for your response. I have two questions; what do you mean when you say:
1. Disable the log backup on prod.
My DB size is around 800 GBs and our...
September 4, 2009 at 1:59 am
Hi,
I've done this in my prod. and reporting. Not so difficult, just follow these steps (modify as per your needs)
we take diff backup every night on our prod. so...
September 3, 2009 at 11:30 am
Sudeepta (9/3/2009)
September 3, 2009 at 2:45 am
In SQL Server, FileGroup provides data placement control but if you've created multiple files in a Filegroup SQL will use split and write technique to write simultaneously on all the...
September 3, 2009 at 12:42 am
as per my knowledge NO
but you can ask the prod team to export the prod data to new DB of your QA Server.
September 2, 2009 at 10:42 am
Damien (9/1/2009)
We have SQL Server 2000 and it has about 20 DBase on it. My problem is that sometimes my VIEWS on some DBAse...
September 2, 2009 at 9:07 am
There are many ways to resolve this:
Ist is try to shrink this DB and then take a fresh backup which can be restored at the destination(QA) Server. [but this can...
September 2, 2009 at 9:02 am
This article will help you:
Tracking and Reporting Database Growth
http://www.sqlservercentral.com/articles/Monitoring/66257/[/url]
September 2, 2009 at 8:54 am
Viewing 15 posts - 46 through 60 (of 139 total)