Viewing 15 posts - 241 through 255 (of 330 total)
The second link didn't seem to contain any reference to it?
I still wouldn't necessarily put the 'bug' to bed that easily though. If your bank 'clearly documented' the fact that...
September 13, 2009 at 5:18 pm
Paul White (9/13/2009)
It is clearly documented behaviour.
I'm not sure that 'in the description of a system stored procedure which 97% of sql server users have never heard of' would necessarily...
September 13, 2009 at 3:41 pm
Adam Gojdas (9/11/2009)
Still though I think there are some issues with the regex in the SSMS and Visual Studio IDEs...but it may just be user related (me).
Regex's are notoriously a...
September 11, 2009 at 3:15 pm
Adam Gojdas (9/11/2009)That will not work, at least in my SSMS ide. Try it.
I did - rule #1 of posting 🙂 I didn't do it with a selection, however.
If...
September 11, 2009 at 2:01 pm
Adam Gojdas (9/11/2009)
Charles,...
Probably not what was intended. You would need this:
{()}
...
^(.+)$ is what's wanted.
Or, you could use an editor that has a 'Copy data as IN Clause'...
September 11, 2009 at 1:40 pm
A couple of things
1) If you get into the habit of creating UDFs WITH SCHEMABINDING then it won't let you select * anyway - doing that gives a good performance...
September 11, 2009 at 11:52 am
Solomon Rutzky (5/28/2009)
May 28, 2009 at 10:47 am
I don't really see the major benefit over using the SqlBulkCopy class here, which is also backwards compatible 2000 up.
A minor benefit that I can see is that you don't...
May 28, 2009 at 3:25 am
Lynn Pettis (4/20/2009)
April 21, 2009 at 1:47 am
john.arnott (4/20/2009)
April 20, 2009 at 5:34 pm
john.arnott (4/20/2009)
April 20, 2009 at 2:59 pm
GSquared (4/20/2009)
April 20, 2009 at 2:56 pm
GSquared (4/20/2009)
I'm sorry that you don't know how to code well in SQL. I recommend, however, that instead of justifying it as "I just get the job done faster...
April 20, 2009 at 7:58 am
bruce.trimpop (4/16/2009)
"Is there a way to do a set based select statement that is based on the tables and columns used in the select...
April 20, 2009 at 7:51 am
Jeff Moden (4/15/2009)
Thomas (4/15/2009)
April 16, 2009 at 4:23 am
Viewing 15 posts - 241 through 255 (of 330 total)