Forum Replies Created

Viewing 15 posts - 46 through 60 (of 232 total)

  • RE: handle updates

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Triggers

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: SQL Server 2008 installation problem

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Trigger or Not Trigger

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: sql reconilliation query

    YOu can use the CASE statement to get the column based data.

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Inactive database user?

    you can leaverage the dynamic management view to check the inactive users.

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Oracle and SQL Versions

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Listing Tables in a given SQL Query

    probably you should frame your question in more explanatory way.

    How to post forum questions[/url]. -

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Query not running

    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

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Set Up And Schedule a Server Side Trace

    Here is the another code snippest to write Server Side Trace

    http://abhijitmore.wordpress.com/2010/03/11/creating-custom-trace/

    Abhijit - http://abhijitmore.wordpress.com

  • RE: retrieving one big XML column via stored proc: output param or recordset?

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: db_datareader + db_datawriter + CREATE PROC + ALTER PROC

    Thanks I got the solution earlier.

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Index Challenge

    nope I am finding out the ways we can beat the Operators.

    Abhijit - http://abhijitmore.wordpress.com

  • RE: Index Challenge

    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...

    Abhijit - http://abhijitmore.wordpress.com

  • RE: How to generate base folder path in ssis

    Can you elaborate more what exactly yu are trying to do?

    Abhijit - http://abhijitmore.wordpress.com

Viewing 15 posts - 46 through 60 (of 232 total)