Viewing 15 posts - 4,081 through 4,095 (of 5,394 total)
virender.singh (6/25/2010)
derived/nested query is ok. but we will have a performance issue with this.
What kind of performance problem? The way of accessing the table suggested by Kingston isn't any different...
June 25, 2010 at 2:12 am
Dave Ballantyne (6/25/2010)
Then you can use a derived table as Kingston suggested, or a CTE
Agreed. Thanks for posting DDL and sample data.
What Dave is calling a CTE is something like...
June 25, 2010 at 2:10 am
I don't quite get the question.
Can you post an example? Basically I would like to see:
* A CREATE TABLE script
* Some sample data, scripted as INSERT into your test...
June 25, 2010 at 1:27 am
I can't say for the worldwide trends, I don't have that perception. I can only say for my shop and what I see around me.
I got from developer and accidental...
June 25, 2010 at 1:21 am
Does it return a logon error?
You could also try the other way with a linked server.
June 25, 2010 at 12:44 am
It's well known to be so.
You have to be very careful.
June 24, 2010 at 10:04 am
Is it a named instance? Try changing (local) into your actual server\instance.
June 24, 2010 at 10:02 am
Paul White NZ (6/24/2010)
Gianluca,With things as they are, both our teams will be going home. We don't look much like scoring.
0-0
Paul
Antipodes go home. :crying:
June 24, 2010 at 9:59 am
D.Oc (6/24/2010)
Hey neighbor, don't worry, there is still 2nd half
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
Isn't there a third half to lose of some more goals?
June 24, 2010 at 9:53 am
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
:crying::crying::crying::crying::crying::crying::crying::crying::crying:
June 24, 2010 at 8:56 am
I'm sorry. I thought you were experiencing deadlocks from the thread title.
So, what's your issue?
June 24, 2010 at 6:16 am
I'm sure the trigger doesn't do magic inside its code. You could perform the same operations getting rid of the INSERTED/DELETED logical tables.
Updating the whole table with guid = guid...
June 24, 2010 at 6:14 am
Deadlocks occur when two (or more) concurrent sessions hold locks on the same object (table, row etc.).
Typical scenario is something like this:
Session 1 ...
June 24, 2010 at 6:01 am
Paul White NZ (6/24/2010)
On a table clustered on an integer IDENTITY column, SQL Server Enterprise can use linear interpolation to find the row data on the...
June 24, 2010 at 4:33 am
GilaMonster (6/24/2010)
Eugene Elutin (6/24/2010)
Hi Joe, since when are you back to a dusty Texas? Or how you managed to get internet connection in your Borneo hut?That's uncalled for.
I was curious...
June 24, 2010 at 4:31 am
Viewing 15 posts - 4,081 through 4,095 (of 5,394 total)