Viewing 15 posts - 23,341 through 23,355 (of 26,490 total)
Jeff Moden (12/10/2008)
Amazing story, indeed. Lynn is lucky to be alive never mind without having any broken bones.Me? I'd have just shot the car. 😉
If you saw a...
December 10, 2008 at 5:08 pm
GilaMonster (12/10/2008)
Chris Morris (12/10/2008)
It looks so risky, rolling over forwards surely makes you feel vulnerable to neck injury? I wouldn't want to try it sober!
Feel, maybe, though done properly though...
December 10, 2008 at 12:52 pm
rbarryyoung (12/9/2008)
Lynn Pettis (12/9/2008)
IF TAX_CODE = 1 THEN TAX_CODE = 0I think that this is called a "Toggle". 😀ELSE IF TAX_CODE = 0 THEN TAX_CODE = 1.
Actually, its called...
December 9, 2008 at 5:04 pm
I have discovered quite a few stored procedures on our SIS system that use nested cursors and the queries are written using the old style join syntax (I hate that...
December 9, 2008 at 2:12 pm
Are you clicking on the Execute button or the Parse button.
With the query highlighted, hold down the control key and press the E key.
let us know what happens.
December 9, 2008 at 1:49 pm
While you are at it, here are two of my favorites from my previous employer (yes, I stll remember the code well, and it is also COBOL).
IF X = 1...
December 9, 2008 at 1:47 pm
But the t-log backups will only have the transactions from entered since the last t-log backup.
Is your disk drive filling up during the full backup?
December 8, 2008 at 10:57 pm
Paresh Prajapati (12/8/2008)
but i nedd to take log backup with truncate..bac of log file size is...
December 8, 2008 at 10:21 pm
bhushanhegde (12/5/2008)
my sql out put is something like as follows:
in...
December 6, 2008 at 2:02 am
chatexpert (12/6/2008)
Please help me with a query to get records in the latest month.
I will be using this query in my reports which will be executed any time.
I have a...
December 6, 2008 at 2:01 am
Double posted. Answer here: http://www.sqlservercentral.com/Forums/Topic615077-8-1.aspx#bm615084
December 6, 2008 at 1:57 am
Yes.
You need the t-log backups generated during the full backup if you are restoring from a full backup taken EARLIER than backup running at the time the t-log backups were...
December 6, 2008 at 1:54 am
I can't answer you last question, but I can tell you that you don't need the t-log backup(s) that are run while a full backup is executing. I recently...
December 5, 2008 at 10:38 pm
Either Raid 0 + 1 or Raid 10.
You really should have a separate disk for your backup files to land as well.
December 5, 2008 at 11:55 am
Viewing 15 posts - 23,341 through 23,355 (of 26,490 total)