Viewing 15 posts - 3,931 through 3,945 (of 8,416 total)
In 2008, there's no need to use the undocumented and unsupported fn_varbintohexstr any more.
Simply CONVERT directly to (N)VARCHAR using the new style parameter.
Style 1 preserves the 0x header, style 2...
April 10, 2010 at 10:59 am
There are many methods available:
April 10, 2010 at 10:43 am
It depends on what the two instances are for - it's really impossible to say one way or the other without knowing more about your situation.
In general, though, if the...
April 10, 2010 at 10:05 am
RBarryYoung (4/10/2010)
April 10, 2010 at 9:49 am
While revisiting the Numbers table solution, I discovered that the following code creates a table from 20 names in 6 seconds on my old laptop:
USE tempdb;
GO
IF ...
April 10, 2010 at 7:54 am
peter-757102 (4/10/2010)
However true, that does not make it suddenly all right ๐
I tend to agree - and I have no idea why constraints are schema-scoped objects.
April 10, 2010 at 6:55 am
There should have been 26. Unless I missed one, or the size of the alphabet changed mid-way through...?
April 10, 2010 at 1:45 am
kajalchatterjee (4/9/2010)
If i execute the last two sql statements separately the table variable info is not displayed from tempdb.
A table variable is scoped to a batch - as it says...
April 10, 2010 at 1:43 am
Tom.Thomson (4/9/2010)
April 10, 2010 at 1:40 am
Tom.Thomson (4/9/2010)
I wish you would pay some attention..blah...blah..blah..
No. You failed to answer correctly because you made an incorrect assumption, based on incomplete knowledge. Attempting to wriggle and back-track...
April 10, 2010 at 1:23 am
Viewing 15 posts - 3,931 through 3,945 (of 8,416 total)