Viewing 15 posts - 976 through 990 (of 18,926 total)
And late! 😀
Dev (11/15/2011)
ashuthinks (11/15/2011)
please explain this with example. i'm newbie
also why it cannot...
November 17, 2011 at 2:39 pm
I had @@rowcount in mind! Not too sure if it holds the correct value in the trigger but it should.
November 17, 2011 at 11:30 am
The problem with this is the high cost of getting that info.
I'd much rather use something else like the rowcount or something.
That being said it would still be option 197...
November 17, 2011 at 11:09 am
I don't understand why you need to do that. Can you explain more what you're doing?
November 17, 2011 at 10:56 am
Ok, do you have backups of those dbs?
please run checkdb with those switches => ALL_ERRORMSGS, NO_INFOMSGS
November 17, 2011 at 10:53 am
SQL_Nw (11/17/2011)
Thanks, I hope I could do that, but the company policies do not allow me.
I only need the code you have in that textbox for SSRS. Nothing else.
It's...
November 17, 2011 at 10:44 am
What did checkdb returns?
What db did you run the package on?
The only obvious answer to this problem is reload the package from QA env. Which I guess you thought...
November 17, 2011 at 10:40 am
Yes it's possible.
Can't help you without seeing your code.
November 17, 2011 at 10:39 am
Dev (11/17/2011)
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...
November 17, 2011 at 10:20 am
What's the exact code you used?
The error you get?
Or the wrong results vs the correct results?
November 17, 2011 at 10:13 am
Dev (11/17/2011)
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...
November 17, 2011 at 10:12 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:11 am
= (1 - SUM(C1 + C2 + C3)) / SUM(C5)
Put an IIF to avoir divide by 0 error.
November 17, 2011 at 10:05 am
HTH.
PS You're avatar is not showing here. Unless it's a big red X.
November 17, 2011 at 10:03 am
Viewing 15 posts - 976 through 990 (of 18,926 total)