Viewing 15 posts - 46,021 through 46,035 (of 49,571 total)
Or we're both delusional, which is at least possible... 😀 😉
Considering I'm still up on cloud 9, it's not so unlikely for me. :w00t: :w00t: :hehe:
July 2, 2008 at 6:12 am
Yes. A full backup contains all schema objects and data.
How does a query fail because of a missing trigger?
July 2, 2008 at 6:07 am
Did you check to see if the index you created was useful for the query?
July 2, 2008 at 6:04 am
You need to find the application that is vulnerable to injection (you can use profiler to see the commands coming to the database)
There isn't a quick silver bullet on this....
July 2, 2008 at 6:01 am
You need to restore the backup you took before restoring the previous night's backup. Restore that somewhere and interegate the log.
The database that you restored to the previous night's backup...
July 2, 2008 at 5:59 am
Are all the files where SQL expects them to be? Query sys.master_files and see where SQL thinks the data files should be. Make sure they are there.
July 2, 2008 at 5:54 am
Yes, your're right it should.
I cvan't test now, but I have seen it in the past on a restored database.
July 2, 2008 at 5:53 am
I don't know of any functions within SQL to read a backued up transaction log. all the ones (DBCC Log, fn_dblog) read the active portion of the log, not a...
July 2, 2008 at 5:27 am
Enbee (7/2/2008)
1. Is there any difference between taking 1 day data and 10 days data from this huge database.
Depends on the indexes that you have.
2. How to know that how...
July 2, 2008 at 2:48 am
Steve Jones - Editor (7/1/2008)
What do you mean "write the exam"? That doesn't make sense.
Difference in slang in different places.
Down where I live we use the term "write the exam"...
July 2, 2008 at 12:00 am
terry.jago (7/1/2008)
The process for clearing this is as follows
1) dbcc opentran(dbname) - this will show the oldest open transaction
2) Kill this process command kill suid
3) backup...
July 1, 2008 at 11:54 pm
kentangki (7/1/2008)
Hi All,i facing almost the same problem, but here i use sql 2000 enterprise with ibm x3650 server.
i use dual core xeon 1.7 gigs with physical memory 4 gigs
Please...
July 1, 2008 at 1:25 pm
Peter Curd (7/1/2008)
July 1, 2008 at 1:23 pm
Loner (6/26/2008)
Why not shrink the database?
http://sqlinthewild.co.za/index.php/2007/09/08/shrinking-databases/
July 1, 2008 at 12:55 pm
Viewing 15 posts - 46,021 through 46,035 (of 49,571 total)