Viewing 15 posts - 226 through 240 (of 440 total)
March 31, 2009 at 11:14 am
Hi
I would go with Ramesh's solution because one it has Count(*) in outer query and second he is using Analytical functions.
Thanks -- Vijaya Kadiyala
March 31, 2009 at 11:02 am
Hi
You can use BEGIN TRANSACTION things like this but this may not help you in all the ways. Especially when you have batch updates then you want to put these...
March 31, 2009 at 10:58 am
Hi
You can also check out the below link..i did explained in very detailed way.
http://www.dotnetvj.com/2009/03/merge-in-sql-server-2005.html
Thanks -- Vijaya Kadiyala
March 31, 2009 at 10:51 am
Hi
I agree with you guys on HAVING clause. It took long time even for me also to figure it out. Would there be any performance issue if we use the...
March 31, 2009 at 10:31 am
Hi
Check out the below link
http://www.dotnetvj.com/2009/03/foreign-key-and-primary-key-in-sql.html
Thanks -- Vijaya Kadiyala
March 30, 2009 at 12:38 pm
Hi
Check out the below link
http://sqlserver-tips.blogspot.com/2006/09/mimicking-merge-statement-in-sql.html
Thanks -- Vijaya Kadiyala
March 30, 2009 at 12:32 pm
You can even use COALESCE.
Check out the below link
http://www.sqlteam.com/article/using-coalesce-to-build-comma-delimited-string
Thanks
Vijaya Kadiyala
February 17, 2009 at 2:33 pm
HI
Are you using any stored procedure to do it?? or directly have these SQLs in Application code.??
Thanks
Vijaya Kadiyala
February 17, 2009 at 2:27 pm
I Appreciate the way microsoft changed the pattern of this exam, So Now one has to use SSMS in order to clear the exam as opposed to going through the...
February 17, 2009 at 1:50 pm
Hi
What are you expecting of this query??
select count(*) from policy;
Thanks -- Vijaya Kadiyala
February 11, 2009 at 10:30 am
Its also depends on where you want to use this!! if it in the application then i would recomed to use View.
Thanks -- Vijaya Kadiyala
February 11, 2009 at 10:19 am
Hi
Normally what we do is, we add Row_Version column to the table where we are expecting DML operations. When we query and display the data in the application we will...
February 11, 2009 at 10:17 am
Hi
Check out the below link
http://msdn.microsoft.com/en-us/library/ms144260.aspx
Thanks -- Vijaya Kadiyala
February 11, 2009 at 10:10 am
Hi
can you give us the volume of the data in the tables along with the Execution plan.
How much it is taking right now? How the end users are going to...
February 11, 2009 at 10:02 am
Viewing 15 posts - 226 through 240 (of 440 total)