Viewing 15 posts - 19,621 through 19,635 (of 26,490 total)
The cursors you write in stored procedures are server side cursors. When you hear about client side cursors, they are talking about the application using a cursor to loop...
July 23, 2009 at 8:34 am
TAman (7/23/2009)
Which ones?: See below
Emp_ID Start_Entry End_Entry ...
July 23, 2009 at 7:26 am
There really should have been a third choice: It Depends. It really does, what data type is being converted to what data type?
July 23, 2009 at 7:03 am
Okay, half way there. What have you (or your friend) done to try and solve this particular problem?
July 23, 2009 at 6:57 am
Jeff Moden (7/22/2009)
Lynn Pettis (7/22/2009)
Why? Seeks are faster than scans.Heh... because "A developer must not guess... a developer must KNOW." 😉 It'll be a nice test.
If it isn't...
July 23, 2009 at 6:55 am
mjarsaniya (7/23/2009)
I have seen the LCK_M_IX from profiler and get that it is intent lock but cant get how to resolve that
can I know...
July 23, 2009 at 6:53 am
A datetime value is a datetime value. It doesn't care what the regional settings are. You need to concern yourself on that when converting between character and datetime...
July 23, 2009 at 6:50 am
Richard McSharry (7/23/2009)
Sorry, but I believe the actual code is irrelevent to the...
July 23, 2009 at 6:47 am
For a quick read on why this doesn't happen on SSC, read here.
There are several other threads around that also discuss this issue as well. Most aren't in favor...
July 22, 2009 at 3:31 pm
Probably unavoidable in a deparment that small. I'd sit down with the DBA and Developer and make sure that they are working closely together to ensure that both know...
July 22, 2009 at 2:08 pm
No idea. It isn't something I have needed to do and I'm not going to try it here at work even if I do have access to a test...
July 22, 2009 at 1:07 pm
But if you remove the [] from around the column named [Column Name], the code is unusable. What's the point?
July 22, 2009 at 12:54 pm
Duplicate post. Please post any responses here.
July 22, 2009 at 12:45 pm
Elliott W (7/22/2009)
Look at PIVOT in Books Online. I think that might be what you are looking for..CEWII
Actually, I think you want UNPIVOT.
July 22, 2009 at 12:30 pm
Viewing 15 posts - 19,621 through 19,635 (of 26,490 total)