Viewing 15 posts - 1,261 through 1,275 (of 6,486 total)
GilaMonster (11/30/2010)
Alvin Ramard (11/30/2010)
I'm still not sure about the number of records this might returned.
Who knows? Unless I'm missing something, it's a cross join between T2 and T3 (there's no...
December 1, 2010 at 7:48 am
CELKO (11/30/2010)
November 30, 2010 at 7:04 pm
Tim Mitchell (11/28/2010)
November 28, 2010 at 2:04 pm
Jeff Moden (11/25/2010)
November 26, 2010 at 5:25 am
You could always build a procedure to rebuild the functions with hard-codes: just script out the alter statement into a dynamic SQL script. You could even set up a...
November 24, 2010 at 6:03 am
Michael Valentine Jones (11/16/2010)
November 16, 2010 at 12:19 pm
wannalearn (11/15/2010)
Update the values with ABCD0123 if 3 digitupdate the values with ABCD1234 IF 4 digit
for the same column now.
what would be sql statement?
Thanks
You just changed the question around. ...
November 16, 2010 at 12:04 pm
Lowell (11/4/2010)
GSquared (11/4/2010)
Since VB.NET can create text files pretty easily, a CLR proc would do the job, and be more secure than xp_cmdshell.
how would you get the CLR to write...
November 4, 2010 at 7:06 pm
Brandie Tarvin (10/28/2010)
Thanks for pointing out that he's talking about syntax, but when I go back to read his post, he's saying ANSI is more readable than T-SQL.
I don't know...
October 29, 2010 at 11:47 am
Ninja's_RGR'us (10/18/2010)
October 18, 2010 at 4:32 pm
Also - I can't help but notice that you are using what looks to be something like LinQ syntax instead of TransactSQL code. firing that code off as a...
October 18, 2010 at 6:43 am
Steve Jones - SSC Editor (10/11/2010)
Dan Guzman - Not the MVP (10/11/2010)
Excellent followup article Steve, and JenMidnightDBA, where do I find your blog?
You can find Jen here: http://www.midnightdba.com/Jen/
... Did I...
October 11, 2010 at 8:35 pm
Steve - I read over the facebook article you mentioned, and while I did see the parts about being able to TRANSFER your data from Facebook to other sites, there...
October 11, 2010 at 9:58 am
ldsudduth1 (10/10/2010)
October 11, 2010 at 9:50 am
Agreed -
The code looks a bit longer, but it would probably work a LOT faster to skip the function entirely and build this out as a direct SQL statement....
October 10, 2010 at 6:38 pm
Viewing 15 posts - 1,261 through 1,275 (of 6,486 total)