Viewing 15 posts - 31 through 45 (of 194 total)
After looking at it some more... perhaps the reason you are getting wrong results is that you are trying to do dynamic SQL within dynamic SQL.
Try this instead:
DECLARE @q Nvarchar(max)...
September 17, 2014 at 4:43 am
Hi abhas,
Let me ask because it is not clear. Where is "#tempTable" created?
If you are receiving an error, please post the exact error message you are receiving. It...
September 17, 2014 at 4:40 am
Good Lord... RAMDisk for Indexing? Are they stupid? I have no words.
Gazareth (9/15/2014)
GilaMonster (9/14/2014)
Consider using...
September 15, 2014 at 6:00 am
It is correct that it does that. However, you shouldn't be afraid to use it! Every xml document must be opened in a likewise manner. You simply...
September 13, 2014 at 5:27 am
So 200 columns in a list, and you split it to new lines at what, 80 characters? What is this a Ribbon Printer from 1970? Ah, you leave...
September 13, 2014 at 5:25 am
natasha.reiki,
Based on your description "Published Before 1920" OR "a loan before 03/Jan/2004" your code should return correctly.
I recommend to not use RIGHT OUTER JOIN as it can be confusing. ...
September 13, 2014 at 4:38 am
I must admit, I find it funny that Mr. Celko sees fit to break ANSI standard when he bashes other people for not adhering to it. Why are you...
September 4, 2014 at 3:49 pm
You are correct Adam. My brain flubbed.
September 3, 2014 at 4:30 am
Adam Hardy-416657 (9/1/2014)
Could I get your advice on an appropriate fix?
The functionality behind this service broker implementation is to log messages occuring from remote sites. Basically the remote...
September 2, 2014 at 4:38 am
TomThomson (9/1/2014)
Luis Cazares (9/1/2014)
Eirikur Eiriksson (9/1/2014)
Lynn Pettis (8/22/2014)
And Mr. Celko is back with his baseball bat. :Whistling:In more than one thread. :Whistling:
Now he has put the bat aside and instead...
September 2, 2014 at 4:27 am
CELKO (9/1/2014)
Could you give some examples of that?
HIPPA. You must record everyone who saw the medical record, not changed it, saw it. I could not carry my own sonogram...
September 2, 2014 at 4:25 am
Evil Kraig F (8/29/2014)
September 1, 2014 at 6:48 am
I must also smile when I read that bit of code. It seems that Remus's example code is what everyone learns Service Broker on. And it's also the...
September 1, 2014 at 6:20 am
The answer is deceptively simple. RECEIVE will only pull back up to 1000 messages from a single Conversation from a queue. You can check by doing a
SELECT conversation_handle,...
September 1, 2014 at 6:17 am
Sounds like you have Triggers and (maybe) Nested Triggers disabled on either the table or the database. I'd check the database configuration first. I don't have SQL Server...
August 29, 2014 at 4:18 am
Viewing 15 posts - 31 through 45 (of 194 total)