Viewing 15 posts - 1,396 through 1,410 (of 1,414 total)
Interesting proposition! Posting this for discussion's sake, use at your own risk!
for each destination table TABLE_NAME, have a matching table TABLE_NAME_IMPORT with the same named columns.
IF OBJECT_ID('tempdb..#COLUMNS_2_CHECK') is not null
BEGIN
DROP...
April 9, 2013 at 1:10 pm
rollercoaster43 (4/9/2013)
I have created an stored procedure which uses thebelow select statement :
select getdate(),'Old or No Backup At All For the database ' + s.dbname + ' no backup...
April 9, 2013 at 10:33 am
Eric M Russell (4/8/2013)
patrickmcginnis59 10839 (4/8/2013)
Eric M Russell (4/5/2013)
TravisDBA (4/5/2013)
Eric M Russell (4/5/2013)So, an a-hole boss will inevitably surround himself with either a-hole subordinates or mediocre supplicants. Meanwhile the most...
April 8, 2013 at 11:45 am
Amy.G (4/8/2013)
April 8, 2013 at 11:13 am
Amy.G (4/8/2013)
April 8, 2013 at 10:07 am
tamil.selvanmca (4/8/2013)
I am working in Medical college campus.They have 5 server in our campus.
I have done a Port for...
April 8, 2013 at 10:04 am
Amy.G (4/8/2013)
I'm sorry, but I don't know what a bog is (relating to SQL, that is). I googled it, and didn't see anything obvious.
"Bog Standard" http://en.wiktionary.org/wiki/bog_standard
(idiomatic) Especially plain, ordinary, or...
April 8, 2013 at 9:51 am
Just curious, what's the drawback of using a bog standard join using tables? (posting a wild guess at such a query :w00t:)
SELECT grads.student_ID, grads.Lname, WAGES.SumWage, WAGES.SumHours
FROM GRADS
JOIN
(
SELECT year, quarter, ssn,...
April 8, 2013 at 9:39 am
opc.three (4/8/2013)
patrickmcginnis59 10839 (4/8/2013)
mister.magoo (4/8/2013)
patrickmcginnis59 10839 (4/8/2013)
opc.three (4/7/2013)
Jeff Moden (4/6/2013)
Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently...
April 8, 2013 at 9:14 am
mister.magoo (4/8/2013)
patrickmcginnis59 10839 (4/8/2013)
opc.three (4/7/2013)
Jeff Moden (4/6/2013)
Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on...
April 8, 2013 at 8:10 am
Eric M Russell (4/5/2013)
TravisDBA (4/5/2013)
Eric M Russell (4/5/2013)So, an a-hole boss will inevitably surround himself with either a-hole subordinates or mediocre supplicants. Meanwhile the most talented people will simply walk...
April 8, 2013 at 6:54 am
opc.three (4/7/2013)
Jeff Moden (4/6/2013)
Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on your machines?
I do...
April 8, 2013 at 6:40 am
Nice one Lynn, beats my multiple max operators hands down :w00t:
April 5, 2013 at 11:40 am
LOL queue the experts to post a more elegant solution!
Anyways, I'm just throwing this out there for discussion's sake, make sure you test any solution you develop for suitability for...
April 5, 2013 at 11:13 am
Viewing 15 posts - 1,396 through 1,410 (of 1,414 total)