Viewing 15 posts - 1,486 through 1,500 (of 2,008 total)
Gazareth (11/17/2011)
Or Deny delete permissions to the developers! 😉
Even qualified DBAs can do this messup...
DELETE FROM <TABLE1>
WHERE a='X' -- OOPS... Forgot to select before I hit Execute
November 17, 2011 at 10:15 am
Ninja's_RGR'us (11/17/2011)
Backup, test the backups.
Keep the backups as long as necessary.
Shit happens, you can <mostly> prepare to repair the damage.
Change control management is an extra protection...
November 17, 2011 at 10:09 am
It would be truly impossible to ensure 100% that you have the exact order every single record is inserted into a table. You could devise more and more schemes but...
November 17, 2011 at 10:06 am
p-nut (11/17/2011)
Dev (11/17/2011)
So it seems that it is impossible to have a lower identity value and a later date when GETDATE() is in the insert statement. Got it!...
November 17, 2011 at 10:04 am
So it seems that it is impossible to have a lower identity value and a later date when GETDATE() is in the insert statement. Got it! Good info and thanks...
November 17, 2011 at 9:52 am
GilaMonster (11/17/2011)
It's got to do with someone who was posting blatantly incorrect advice (advising people to detach suspect databases, to delete...
November 17, 2011 at 9:36 am
@GS: In fact I was confused in first read later I figured that out when I saw ROFL, LOL, ETC 😀
November 17, 2011 at 9:24 am
Sean Lange (11/17/2011)
Dev (11/17/2011)
Ninja's_RGR'us (11/17/2011)
Tom Brown (11/17/2011)
November 17, 2011 at 9:13 am
Ninja's_RGR'us (11/17/2011)
Tom Brown (11/17/2011)
November 17, 2011 at 8:59 am
All queries that have the standard form of SELECT select_list FROM clause WHERE clause are allowed. The INTO new_table_name clause of SELECT is not allowed when the new_table_name refers to...
November 17, 2011 at 8:48 am
Just one question Jared. Why do you want to discuss on this? Do you see any business requirement / Use Case where it could be useful?
The thread you referred to...
November 17, 2011 at 7:55 am
Thanks to Sean, Ninja & Brandie for sharing your views here. We always discuss about technology but I believe such discussions are equally important.
I will see what best I...
November 17, 2011 at 7:35 am
p-nut (11/17/2011)
Dev (11/17/2011)
Charmer (11/17/2011)
more over my...
November 17, 2011 at 7:17 am
Gianluca Sartori (11/17/2011)
Dev (11/16/2011)
You cannot restore the backup of a compressed database to an uncompressed database.
I didn't know this one. Can you please clarify what you mean...
November 17, 2011 at 7:02 am
Charmer (11/17/2011)
more over my requirement is to get...
November 17, 2011 at 1:44 am
Viewing 15 posts - 1,486 through 1,500 (of 2,008 total)