Viewing 15 posts - 31 through 45 (of 68 total)
Is it your log file that's increased in size rather than your data file?
December 12, 2008 at 10:28 am
daft (12/11/2008)
Got a strange linked server issue, wondered if anyone can help.{...}
Anyone got any ideas or had similar experiences?
I've seen this error when the account used for the linked...
December 11, 2008 at 7:41 am
Have you done a load of deletes to suddenly free up all this space or was it simply created oversized to start with? I'd want to know why there's...
December 11, 2008 at 7:11 am
ghoshmoumita (12/5/2008)
{...}B is a report server so it needs to be available to the application.
Can database mirroring work in this case?{...}
No. With database mirroring, the mirrored database (on server...
December 5, 2008 at 3:37 am
What version of SQL / Windoze are you running, 32-bit or 64-bit?
What are your memory settings for AWE, boot.ini and so on?
December 2, 2008 at 2:45 am
Good news. You don't need the Enterprise edition (2k5) to get logshipping (and mirroring). Just get SQL2005 Standard Ed. Logshipping is then a few mouse clicks away....
December 1, 2008 at 5:14 am
To confirm this is a permissions problem, set the share and NTFS permissions on the remote backup folder to "Everyone" - Change Control / Modify
Then try and re-run the backup.
December 1, 2008 at 4:30 am
What is in the ldf file
If the database is in full mode:
Every transaction is first written to the log then (on commit transaction) committed to the database (mdf file). ...
November 28, 2008 at 10:24 am
It depends. If the transaction is open and you stop SQL and delete the transaction it will "lose" the data in the transaction log (because you just deleted it)....
November 28, 2008 at 10:07 am
When you create your FTC, what are you setting the populate frequency to?
November 28, 2008 at 10:00 am
As others have said, no backup means the ldf file is useless.
You're going to have to get the database back via a 3rd party who specialise in data recovery. ...
November 27, 2008 at 3:28 am
venkat (11/17/2008)
November 21, 2008 at 5:03 am
michael vessey (11/18/2008)
finally what did you set as the max mem.maybe i'm barking up the wrong tree though...
I've seen SQL servers do this before and it has (as others...
November 18, 2008 at 3:06 am
Yes(ish) but you need to do the failover bit in your C# or VB code.
Try (connect to serverA, mydb)
Catch (connect to serverB, mydb)
That sort of thing. 😀
November 14, 2008 at 3:52 am
I couldn't be sure without testing somewhat but my gut instinct tells me that SQL will compare two decimals quicker (eg where Var1 = Var2) than two chars hence I...
November 5, 2008 at 2:57 am
Viewing 15 posts - 31 through 45 (of 68 total)