Viewing 15 posts - 571 through 585 (of 707 total)
Thank you Gila..
Infact I had never seen that forum.
Once again thanks.
July 2, 2009 at 12:07 am
Hi,
Yeah I know it's not. but I have seen people replying to such queries as well. Was just trying since many DBAs visit this site.
And of course there is section...
July 1, 2009 at 5:13 am
Thanks,
I answered like that. Wanted to confirm.
Once again thanks.
June 28, 2009 at 11:51 pm
Thanks for quick reply.
Any idea on my first question..?
June 28, 2009 at 11:41 pm
akash.suryan (6/22/2009)
Interesting to know that you work in Netherlands, I always want to work and live in netherlands though I does not belong to Nethlands I am...
June 22, 2009 at 5:29 am
Dear All,
Sorry for not replying. Am at client's office sine 2 days.
Cant open the site there. will go back to my office on monday and will...
June 11, 2009 at 9:02 am
UPDATE T1
SET T1.ColC = T1.ColA - T1.ColB,
T1.ColA = T2.ColC
FROM Tab1 AS T1
JOIN Tab1 AS T2
ON T1.PKey...
June 9, 2009 at 11:51 pm
Thanks a lot.
Just one more doubt.
How can we utilise FIRE_TRIGGERS option.?
Has it to do something with the problem am facing.?
June 8, 2009 at 11:45 pm
1) Modify the database's recovery model to simple
2) Leave the database's recovery model in full recover, but create a job that backups the database's log.
I will suggest the second option...
June 8, 2009 at 5:16 am
No other way to fire it automaticaly for each row..?
June 8, 2009 at 5:10 am
Backup is most latest.
Have not updated statistics or indexes at all.
Parameters are also same. Execution plan I need to check..
Thanks.
June 4, 2009 at 8:29 am
John Marsh (6/4/2009)
Can you see any blocking occurring when the Query is run on the Live DB?
Also, when you say the DBs are the same, I assume you mean the...
June 4, 2009 at 12:40 am
Thanks for your quick reply.
No I din'y reboot. I just tried to open the DESIGN by right clicking on it in SSMS.
June 3, 2009 at 8:56 am
if you have a UNIQUE index containing some fields
that means both will have uniqueness but the only differnce is clustered index will allow NULL but PK doesnt.
You need to...
June 3, 2009 at 8:51 am
Viewing 15 posts - 571 through 585 (of 707 total)