Viewing 15 posts - 4,366 through 4,380 (of 5,685 total)
lianv 90648 (1/18/2011)
we are in the process of implementing a new security policy where we plant to grant execute permissions to all the stored procedures to public in...
January 18, 2011 at 1:43 am
kthanigaivel (1/17/2011)
I am facing deadlock in update query. i found the reason is Clustered index scan takes more time.
the query likes below example.
update tbl1 set b=10 where c=x...
January 18, 2011 at 1:35 am
r_slot (1/18/2011)
January 18, 2011 at 1:25 am
^ This.
Sachin, what Keith said above is your best practice, and should usually be done anyway when dealing with LOB data (VARCHAR(MAX), text, Image, etc.) LOBs behave annoyingly when...
January 18, 2011 at 1:20 am
You seem new, so here's a way to help you get started:
January 18, 2011 at 1:16 am
r_slot (1/18/2011)
I'm using a T-SQL query. I'm not familiar with SSRS. Can you explain that a bit further?
SQL Server Reporting Services. Think Crystal Reports or Access Reports.
Basically, you're looking...
January 18, 2011 at 1:14 am
If your column was stored as VARCHAR() what you're listing above should work. However, you don't want dates in that format, so I hope it's not. From your...
January 18, 2011 at 1:08 am
Your problem/difference is pTransaction. It's doing a clustered index scan in both cases, but the data volume is hugely different.
~134 thousand rows in Db2 in the base table.
~480 million...
January 18, 2011 at 1:02 am
Robert,
That looks like a reporting format you're trying to output. Are you attempting to do this in SSRS or via a T-SQL query? (Psst, SSRS will be easier....
January 18, 2011 at 12:52 am
Dj463 (1/14/2011)
could you please provide me with some of examples
Show us your current work, and current code, and explain where you're having difficulty, and we'll see if we can't help...
January 18, 2011 at 12:41 am
brandonmooreis (1/16/2011)
This legacy product is not going to be changing anymore. But not all legacy customers will upgrade immediately or at all,... <other information>
You've got other issues then...
January 18, 2011 at 12:40 am
Keymoo,
It'll be very difficult to show you usable code without having some sample DDL and data, as well as a sample of the desired result. Check the first link...
January 18, 2011 at 12:15 am
Very nice Paul. A good primer for the millions of simple database conversions out there.
January 18, 2011 at 12:09 am
Random note:
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency...
January 14, 2011 at 3:46 pm
brandonmooreis (1/14/2011)
January 14, 2011 at 3:43 pm
Viewing 15 posts - 4,366 through 4,380 (of 5,685 total)