Viewing 15 posts - 1,366 through 1,380 (of 5,685 total)
gmamata7 (7/17/2012)
Waht exactly I need to configure to...
July 17, 2012 at 2:42 pm
Lynn Pettis (7/13/2012)
Brandie Tarvin (7/13/2012)
YAY for people who still allow SQL Injection on their servers! (NOT!)http://news.cnet.com/8301-1009_3-57470786-83/hackers-post-450k-credentials-pilfered-from-yahoo/%5B/url%5D
Yes, saw that on twitter yesterday.
Some people will never learn I guess.
Ah, this is fun....
July 13, 2012 at 2:06 pm
Was banging around on a few older topics I'd gotten involved in and ran into this one with a bit of.. emphasis.
My comments lie below:
SoberCounsel (5/17/2012)
Polkadot, I think we're...
July 13, 2012 at 2:52 am
Koen Verbeeck (7/13/2012)
Evil Kraig F (7/12/2012)
July 13, 2012 at 1:45 am
dwain.c (7/12/2012)
July 12, 2012 at 6:50 pm
TeraByteMe (7/12/2012)
The measure of a man's real character...
July 12, 2012 at 6:19 pm
A request to the threadizens, please don't pile on TeraByteMe if you happen across our little spat, at least not on my behalf. If it continues I'll be attempting...
July 12, 2012 at 5:48 pm
TeraByteMe (7/12/2012)
Your a **** and you work in IT not surprising and DBA at that. Point made.
You posted in a public place looking for an professional opinion. That you...
July 12, 2012 at 5:45 pm
TeraByteMe (7/12/2012)
I have I think a unique experience with how many contracts/jobs I have had in the field the last 12 years. I have worked these positions:
I haven't worked in...
July 12, 2012 at 4:23 pm
Lynn Pettis (7/12/2012)
SQLRNNR (7/12/2012)
Never heard of them and would not put too much trust into sites that promote "real answers to real questions"
Don't we offer real answers to real questions?...
July 12, 2012 at 1:29 pm
mtillman-921105 (7/11/2012)
'Guess it's time for me to pu away my aluminum floil[/url] now. MIT has researched the effectiveness of tin foil hats. :w00t:[edited link]
HAH! They convinced you with...
July 12, 2012 at 1:28 pm
SELECT EmployeeNumber, Date, Min(time) as Login, MAX( Time) AS Logout
From Table
Group By EmployeeNumber, Date
If you'd like better tested code, check out the first link in my signature as to how...
July 10, 2012 at 5:55 pm
Not sure I really understand your question... something like this?
DECLARE @Var VARCHAR(10)
SET @Var = 'abc'
IF (SELECT 1) = 1
BEGIN
SET @Var = (SELECT 'def')
END
PRINT @Var
July 10, 2012 at 3:22 pm
Sorry I fell off the planet, came down ill.
Alright, looking this over, there's a few things you can do to help yourself out. Also some data questions.
What is the...
July 10, 2012 at 2:19 pm
weston_086 (7/5/2012)
Please find attached indexes information for each table.Thanks
Yeaaah, not opening an office doc from the web, too many nasty things out there.
Please simply cut and paste the create table...
July 5, 2012 at 5:47 pm
Viewing 15 posts - 1,366 through 1,380 (of 5,685 total)