Viewing 15 posts - 46 through 60 (of 72 total)
I don't know why you are getting difference but I tried it in AdventureWorks database on SalesOrderdetail table, the way you mentioned
(Like creating temp table, dumping data from original...
November 6, 2008 at 3:37 pm
When you do your restore....do you first have to restore the FULL BAK then the LOG TRN after this.
I.e lets say you have FULL BACK Midnight and then 5 TRN...
November 6, 2008 at 9:08 am
ALZDBA,
Thanks a bunch for the reply with the script.
Actually I made mistake. I again ran RESTORE and it worked out.
When I dropped table time was 10:53:34 AM and I...
November 6, 2008 at 8:20 am
Thanks ALZDBA.
I got it almost work. I opened all the trace files and checked in it and I found when I dropped table and took all the backups. But still...
November 6, 2008 at 7:23 am
Thanks Manu & Jeffrey Williams.
I don't see the trace file for the day I created and dropped, so looks like I am out of luck.
November 6, 2008 at 5:59 am
looks like you have SQL Server Express Edition, which doesn't support Database Mail. Check this link it might help.
http://weblogs.sqlteam.com/mladenp/archive/2007/07/01/60245.aspx
November 5, 2008 at 11:27 am
My understanding is that the service pack should also be applied to the client tools installation.
I think you have to apply service pack to database only.
November 5, 2008 at 11:14 am
Yes it works under 2k as well.
November 3, 2008 at 7:30 am
I thought by changing compatibility level you can but i might be wrong. So is it possible to do logshipping between 2 different editions of the SQL Server?
October 21, 2008 at 12:05 pm
Ok then I have another question. I created a table
create table employee
(id INT,
Name VARCHAR(50))
Then Created a Unique Clustered index on that table.
CREATE UNIQUE CLUSTERED INDEX CIX ON EMPLOYEE(ID)
Then...
October 16, 2008 at 7:06 am
hello Gurus,
My Question: for example: if you have a database which is static like northwind which is never going to change a lot. So when you run DBCC CHECKDB on...
September 4, 2008 at 6:40 am
I disagree with the answers, .ldf is for logfile not for datafile. the question specifically asks for the database files.
SQL Server 2005 does not enforce database filename extensions, but which...
August 28, 2008 at 7:11 am
Jeff,
Here comes another question. I just did what you have mentioned in the Script for storing file. It worked fine. I inserted a doc file in database. Now, how do...
August 11, 2008 at 7:44 am
todd,
i have been configuring my home machine with free Gmail account and it's been working fine. I have never used gmail business account so frankly speaking i don't know how...
August 4, 2008 at 9:47 am
Viewing 15 posts - 46 through 60 (of 72 total)