Viewing 15 posts - 6,181 through 6,195 (of 8,416 total)
http://msdn.microsoft.com/en-us/library/ms160893(SQL.90).aspx
(UTF8 String User-Defined Type)
February 16, 2010 at 5:03 am
And an alternative:
SELECT CA.*
FROM dbo.FilteredIncident FI
CROSS
APPLY (
SELECT TOP (1)
...
February 16, 2010 at 4:55 am
You could write a CLR procedure to work around this restriction.
Or, if the server happens to be already running MSDTC, you could use a loopback linked server.
INSERT...EXECUTE (4-part name) works...
February 16, 2010 at 4:36 am
luckysql.kinda (2/16/2010)
If you are not using intel then you can't use /PAE switch for memory extension.-Lk
Myth.
http://en.wikipedia.org/wiki/Physical_Address_Extension
Busted.
😛
February 16, 2010 at 4:02 am
You should post this new question in a thread of your own.
That said, the answer is simple enough. See Join Fundamentals in Books Online. The key part is:
Inner...
February 15, 2010 at 10:01 pm
Alvin Ramard (2/13/2010)
Paul White (2/13/2010)
Alvin Ramard (2/13/2010)
"Legacy apps, what does the backend really look like?" :w00t:ALVIN!!!!
What?
:laugh: :laugh: :laugh:
February 13, 2010 at 7:31 pm
Alvin Ramard (2/13/2010)
"Legacy apps, what does the backend really look like?" :w00t:
ALVIN!!!!
February 13, 2010 at 7:15 pm
Welsh Corgi (2/13/2010)
This was posted on error om my part.Thank you for your contributions to this Forum.
Regards...
No worries 🙂
February 13, 2010 at 7:13 pm
RBarryYoung (2/13/2010)
Right you are, Paul. Thanks for the correction.
Not really a correction, more of a slight expansion of your point. You're very welcome in any case 🙂
I very...
February 13, 2010 at 7:11 pm
Welsh Corgi (2/10/2010)
I like how people have to resort to the copy & paste gotcha mentality...
I'm afraid your point is lost on me. Would you elucidate?
February 13, 2010 at 12:27 am
RBarryYoung (2/10/2010)
I believe that SET ROWCOUNT is deprecated in SQL 2005 and up.
Yes, for data modification only. See http://msdn.microsoft.com/en-us/library/ms187043.aspx, the important part is reproduced below:
Using SET ROWCOUNT will not...
February 13, 2010 at 12:26 am
Way too much detail Barry :sick: 😀
February 12, 2010 at 9:53 pm
Running a profiler trace for the SQL issued by SSMS (2008, 10.0.2757) gives the following batch (very slight changes made to translate the original sp_executesql-type syntax):
DECLARE @Param0 NVARCHAR(4000);
DECLARE @Param1 NVARCHAR(4000);
DECLARE...
February 12, 2010 at 9:50 pm
No - I didn't mean to suggest that the article is terrible (certainly not on the scale of 'suspect db') - just that it's frustrating being connected through what appears...
February 11, 2010 at 4:44 am
The 'sigh' is a link to today's featured article. I'm away from home an unable to reply as I would...
February 11, 2010 at 3:52 am
Viewing 15 posts - 6,181 through 6,195 (of 8,416 total)