Viewing 15 posts - 39,541 through 39,555 (of 49,571 total)
johny (4/23/2009)
and now I want to know why this phenomenon happened.
As I said, if the column is varchar and the string literal is NVarchar (as in your slow examples), the...
April 24, 2009 at 7:32 am
Hang on.
You're backing the transaction log up every 15 min, writing to the same file and specifying overwrite? Is that correct?
Why full backups ever 2 hours? That's awfully frequent, especially...
April 24, 2009 at 7:14 am
bhuvnesh.dogra (4/24/2009)
but How do i restore itcan u please provide the restoring script?
Did you check the syntax of the RESTORE command in Books Online? Like backup, there can be...
April 24, 2009 at 6:32 am
Schadenfreude-Mei (4/24/2009)
April 24, 2009 at 6:27 am
Take it offline. If you make the DB single user there's a chance that someone will grab that single connection before the restore starts.
ALTER DATABASE MyDB SET OFFLINE WITH ROLLBACK...
April 24, 2009 at 6:21 am
Please ask your DBA to run the upgrade advisor on the database that you want to upgrade. It will pick up most (as I recall) of the issues.
Also see here...
April 24, 2009 at 6:15 am
sharanurampur (4/24/2009)
I got the solution for that one, its SQL problem, I don't know whether the solution is correct or not,now my database is working fine,
Mind...
April 24, 2009 at 3:41 am
If you want to split a backup over two devices, you can specify 2 (or more) destinations and the backup will be striped across those. Note that you need all...
April 24, 2009 at 3:01 am
Unless you had a trace running when that happened, I don't believe there's any way to find that information.
April 24, 2009 at 2:38 am
Have you run the SQL 2005 upgrade advisor?
April 24, 2009 at 2:36 am
Can you post the update statement and the trigger code please?
April 24, 2009 at 2:35 am
http://sqlinthewild.co.za/index.php/2008/07/08/what-is-a-deadlock/
As for timestamp, have a look in Books Online. There's a lot of info on timestamp there.
April 24, 2009 at 1:12 am
fayilt (4/23/2009)
Did I get that right - if I call DBCC DROPCLEANBUFFERS without calling CHECKPOINT, there is a risk of data loss?
No, not at all.
DROPCLEANBUFFERS, as it's name says will...
April 23, 2009 at 2:19 pm
Normalisation?
http://www.sqlservercentral.com/Forums/Topic703573-149-1.aspx
It's all yours. I'm headed for bed.
April 23, 2009 at 2:11 pm
Sample data?
Desired output?
Regarding normalisation, read these -
http://msdn.microsoft.com/en-us/library/ms191178.aspx
http://en.wikipedia.org/wiki/Database_normalization
http://support.microsoft.com/kb/283878
http://www.databasejournal.com/sqletc/article.php/1428511/Database-Normalization.htm
April 23, 2009 at 2:10 pm
Viewing 15 posts - 39,541 through 39,555 (of 49,571 total)