Viewing 15 posts - 46 through 60 (of 355 total)
Gary Varga (2/3/2012)
cengland0 (2/3/2012)
What? Not using stored procedures!!!
Good question and one I'm glad you asked.
I'm the DBA on several databases, others I'm not. For those that I'm not the...
February 3, 2012 at 10:47 am
jcb (2/3/2012)
I dislike using dynamic SQL but for .net I sugest using @String sqlcode = @" /*this
ill keep
the break lines
no need to fancy concatenations */
select *
from
mytable
where
myfavoritesqlresource = 'SSC';
";
😎
How embarrassing....
February 3, 2012 at 10:40 am
tsceurman (2/3/2012)
February 3, 2012 at 7:15 am
IceDread (2/2/2012)
While one professor writes "software gets better with age but the...
February 2, 2012 at 11:18 am
SQL Kiwi (2/2/2012)
cengland0 (2/2/2012)
February 2, 2012 at 9:32 am
TravisDBA (2/2/2012)The point is here that they are trying to move us away from the different flavors of syntax to a point where you can move SQL between the different...
February 2, 2012 at 9:24 am
mtassin (2/2/2012)
It can if I store it in the table. 🙂
Exactly. You don't need that information in the main table -- just the audit table.
Also, what would...
February 2, 2012 at 8:22 am
mtassin (2/2/2012)
KWymore (2/2/2012)
mtassin (2/2/2012)
cengland0 (2/2/2012)
February 2, 2012 at 8:15 am
I like using this function for audit tables. If you have an application that allows users to add, edit, and delete, you can use this method to keep track...
February 2, 2012 at 3:22 am
You know what's funny is some of the code I wrote over 10 years ago have the *= syntax instead of the joins. I now look at that and...
February 2, 2012 at 3:06 am
IceDread (2/2/2012)
About aging, it's been proven recently that people over 45 solves equations a bit more slowly than younger ones.
Really? I'd like to see that documentation. I'm...
February 2, 2012 at 3:00 am
jay holovacs (1/31/2012)
January 31, 2012 at 6:53 am
Hugo Kornelis (1/31/2012)
"Is...
January 31, 2012 at 3:25 am
Interesting question.
If I'm at my computer and taking notes, I will use notepad so I can store it as a text file. I can organize those however I wish.
If...
January 31, 2012 at 3:11 am
djackson 22568 (1/30/2012)
January 30, 2012 at 10:29 am
Viewing 15 posts - 46 through 60 (of 355 total)