Viewing 15 posts - 1,261 through 1,275 (of 9,641 total)
I've never seen this error. Wish I could offer more help.
September 12, 2013 at 6:19 am
That's actually a syntax I use sort of. The JOIN order is being enforced by the order of the ON clauses. I basically never user RIGHT JOIN's but...
September 11, 2013 at 7:42 am
I haven't done this in quite awhile, but I will say it sounds like you are just covering over the root of the problem by this workaround.
Is there anything...
September 11, 2013 at 7:36 am
Take a look at the Cross Tab and Pivot links in my signature. I think they'll give you what you need.
September 11, 2013 at 7:33 am
jasona.work (9/11/2013)
If I create an XE session on SQL2012 (for the GUI) and save it...
September 11, 2013 at 6:52 am
Interesting. I'd be more inclined to use a Server Side trace or XEvents to see if a database is used.
I don't think using the last_user_update column would be the best...
September 10, 2013 at 3:39 pm
L' Eomot Inversé (9/7/2013)
September 10, 2013 at 3:29 pm
WayneS (9/10/2013)
SQLRNNR (9/9/2013)
Jack Corbett (9/9/2013)
September 10, 2013 at 3:28 pm
andybellenie (9/10/2013)
I've not included the exclusion lists or any filters for now as they don't seem to be having significant impact at this time, and also the...
September 10, 2013 at 10:00 am
Eddie Wuerch (9/10/2013)
Print the page...
September 10, 2013 at 9:51 am
The first thing I noticed is that the Isolation Level is serializable which will cut down on your concurrency quite a bit. I'd be looking into the reason...
September 10, 2013 at 9:13 am
Well, sp_who2 is shipped by MS with SQL Server and gives a consistent set of data and will be available on all SQL Servers. sp_whoisactive is a great tool...
September 10, 2013 at 7:38 am
In my opinion, it always better to jump ship before it sinks and if you see the ship sinking and can get out you should. So you are taking...
September 10, 2013 at 7:35 am
I'd agree that asking what is relevant to a particular error number is silly. Very few people I know have error numbers memorized since you always get some kind...
September 10, 2013 at 7:31 am
Viewing 15 posts - 1,261 through 1,275 (of 9,641 total)