Viewing 15 posts - 46 through 60 (of 232 total)
Hey daveriya!
What are you looking excatly can you be more specific?
When you say handling update to SQL Server using CDC, its all about auditing the table are you looking for...
June 28, 2011 at 5:50 am
There won't be performance addon by seperating Insert and Update trigger as both will run on initiation of specific action. If one transaction running the insert operation you cannot run...
June 28, 2011 at 1:34 am
Yes I did that is why i made my statement bold in my post. Even when I am trying to use Network Services / Local System account its throwing the...
February 11, 2011 at 7:08 am
Audit triggers are basically an unavoided way of hadling the audit right from earlier versions of SQL Server. There are always pros and cons from performance point of view when...
February 10, 2011 at 7:45 am
YOu can use the CASE statement to get the column based data.
February 10, 2011 at 4:57 am
you can leaverage the dynamic management view to check the inactive users.
February 10, 2011 at 4:22 am
ORACLE & Microsoft SQL Server are certianly two different platforms, specificaly rivals 😛 (jk).
Everyone can direct you on specific database system. Both are user-friendly, both are easy to learn. I...
February 1, 2011 at 3:39 am
probably you should frame your question in more explanatory way.
February 1, 2011 at 3:31 am
EXISTS operator only works with single SELECT statement. In your case it will work as mentioned below..
if exists(select * from t1) or exists(select * from t2)
begin
select 'xxx'
end
February 1, 2011 at 3:29 am
Here is the another code snippest to write Server Side Trace
http://abhijitmore.wordpress.com/2010/03/11/creating-custom-trace/
February 1, 2011 at 3:25 am
Well, there is no such differentiation between returning the XML as OUTPUT or in SELECT, it won't make any difference in OUTPUT size. It 2 GB max in either case.
Here...
February 1, 2011 at 3:12 am
Thanks I got the solution earlier.
January 31, 2011 at 5:33 am
nope I am finding out the ways we can beat the Operators.
January 28, 2011 at 7:00 am
Indeed I agree with you Gail, there is no meaning is testing the query w/o data. Thats my bad.
and Thanks for adding sample data, I'll appreciate it.
Okay! now my question...
January 28, 2011 at 5:18 am
Can you elaborate more what exactly yu are trying to do?
January 28, 2011 at 3:45 am
Viewing 15 posts - 46 through 60 (of 232 total)