Viewing 15 posts - 271 through 285 (of 474 total)
What type of web app is this? (i.e. ASP, .NET, JAVA, PHP...)
If it's reasonable, can you post the code that calls that SP and your configuration settings for the...
December 17, 2008 at 8:56 pm
Might play arround with the built-in alerts that SQL has. In SSMS, drill into the SQL Server Agent node and right-click on the Alerts folder and click new alert.
It...
December 17, 2008 at 7:08 am
thinknight (12/17/2008)
Which method below is preferred while carrying a database to another server?
1) Detach / Attach Mdf, ldf files?
2) Full Backup and take transaction log backup after full backup up...
December 17, 2008 at 6:50 am
Not sure what you are asking exactly, but assuming you are in full recovery mode you shouldn't lose data by taking a log backup.
I would suggest reading up...
December 17, 2008 at 6:39 am
Might try using the DAC to add a new log file on a separate disk (assuming you have one) until you can figure out what is making it grow so...
December 15, 2008 at 7:01 am
This brings up a best practice question...should you be logging on to the DB server and using SSMS there for routine queries, or using SSMS on a remote client machine?
December 12, 2008 at 12:09 pm
When mirroring, you can take snapshots of your database, but you can't backup or restore a snapshot, or have the snapshot on a different server than the server you are...
December 10, 2008 at 10:20 am
venablc (12/10/2008)
You can take snapshots of a mirror database and then restore these onto a live reporting database (although not if you are using sql2008 as your mirror database according...
December 10, 2008 at 9:44 am
I've run into that same edition requirement before. I don't mind them making you have the Enterprise edition for asynch. mirroring, but I found the same edition reqirement for...
December 3, 2008 at 12:05 pm
I think I did that to my chin once when I was a kid...6 stitches if I remember correctly.
December 1, 2008 at 9:57 pm
TRACEY (11/12/2008)
Had quick look around it seems to be from linked server
Interesting. I hadn't seen that one. It doesn't 100% match my symptoms, but I've got 2/3. ...
November 12, 2008 at 1:04 pm
I'll see if our hardware guys are cool with a reboot.
I've re-run that query many times and can't get it to reproduce. But then that would be too easy.
November 12, 2008 at 1:00 pm
Another thought occured to me last night also...if you were to have a failure of the principal (2005)database and recovered the mirror (2008) database so people can use it, you...
November 11, 2008 at 6:35 am
Viewing 15 posts - 271 through 285 (of 474 total)