Viewing 15 posts - 34,096 through 34,110 (of 49,552 total)
Ryan C. Price (2/10/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 6:21 am
What's the error?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 6:11 am
Dave Mason (2/9/2010)
Does anyone else do this on a regular basis?
If you don't verify your backups, it means you have no idea if they will restore when necessary....
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:14 am
Try Google.
Good search terms would be "enabling PAE Windows Server 2003" and "enabling AWE SQL 2005". Additionally you could look in Books Online.
Why is this urgent?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:11 am
Don't understand your question. What do you mean by a 'real time server'?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:09 am
The same books as are used for the MCTS 2008 Admin and MCITP 2008 Admin will be of value. I highly doubt you'll find a book specifically for an upgrade...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:08 am
Don't understand your question. LSN stands for Log Sequence Number, it's a binary value that each and every change in a DB has. Files don't have LSNs, transactions do.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:07 am
A user-generated dump can be manually generated. DBCC STACKDUMP. It might be worth running profiler to see what's running. Also, what's in the SQL error log? (If you're not sure...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:04 am
This series may help you understand. http://www.sqlservercentral.com/articles/Indexing/68439/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:01 am
BrainDonor (2/10/2010)
the Log file only records any changes made since the last database backup.
No it does not. The log file records changes since the last log backup (in full/bulk-logged recovery)...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 5:01 am
sunil.aggi (2/10/2010)
I need to restore my database and I don't have my .mdf files.Is there any way by which I can restore my database using only .ldf files ??
Nope. If...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 10, 2010 at 4:59 am
weitzera (2/9/2010)
First of all, what's the rule for whether an implicit cast is SARGEable*?
Pretty much the same as explicit casts.
Can you post the code of that TVF and...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 10:08 pm
ben.mcintyre (2/9/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 10:07 pm
Steve Jones - Editor (2/9/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 10:04 pm
y.koteswarrao-652921 (2/9/2010)
This is artice is very good and usefull in solving
No, the article is neither good nor useful. Read over the prior comments to see why.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 10:03 pm
Viewing 15 posts - 34,096 through 34,110 (of 49,552 total)