Viewing 15 posts - 19,966 through 19,980 (of 59,072 total)
I think before we get into interview questions, it would be much better to define what a DBA/Developer needs to be, know, and do.
I remember a post that someone made...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 4:41 pm
Wouldn't a simple WMI windows alert be easier and more fruitful since that's what they were designed for?
http://www.opennms.org/wiki/Enable_monitoring_of_CPU_utilization_on_Windows_systems
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 3:11 pm
Script tasks ARE fun but it shouldn't be necessary. SSIS should be able to handle the problem just fine if the text qualifier is enabled.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 2:57 pm
bghad1 (8/4/2015)
Jeff Moden (8/4/2015)
bghad1 (8/4/2015)
i heard that is the case in the states and Europe..
Looking at this and your other posts, you're nothing more than an idiot spammer for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 2:40 pm
Ah... the other possible problem that you may be having for the download of the attachment is the possibility of blocked downloads by your company policy.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 12:17 pm
Welsh Corgi (8/4/2015)
Thanks Jeff.When I click on the like it directs me to the main forum page.
I'm going to probably archive year.
Thanks again.
You click on the attachment link and not...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 12:16 pm
SoHelpMeCodd (8/4/2015)
Let's imagine a harangued writer in SQL Server's documentation ("user education") team, one who cannot write about the new features until *after* the feature is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 12:09 pm
Sean Lange (8/4/2015)
blossom_suki (8/4/2015)
Thus, I was wondering if there is an automated...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 9:40 am
sshobha297 (8/4/2015)
If yes, than how to find...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 9:08 am
Have you actually tested backing up to 20 files for purposes of performance? I've seen backups to just 3 files absolutely kill performance because they didn't back up to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 9:05 am
bghad1 (8/4/2015)
i heard that is the case in the states and Europe..
Looking at this and your other posts, you're nothing more than an idiot spammer for the link you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 9:00 am
SQL Guy 1 (8/3/2015)
djj (8/3/2015)
I have had luck with
DECLARE @Date DATE = '1/1/2015', @Time TIME = '15:20'SELECT cast(@Date as datetime) + cast(@Time as datetime)
This looks like the most...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 8:58 am
drew.allen (8/3/2015)
djj (8/3/2015)
I have had luck with
DECLARE @Date DATE = '1/1/2015', @Time TIME = '15:20'SELECT cast(@Date as datetime) + cast(@Time as datetime)
I expect that to stop working at some...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 8:56 am
Jacob Wilkins (8/3/2015)
djj (8/3/2015)
I have had luck with
DECLARE @Date DATE = '1/1/2015', @Time TIME = '15:20'SELECT cast(@Date as datetime) + cast(@Time as datetime)
Indeed. On a couple million rows, that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 8:49 am
To emphasize what Sean said, doing a SELECT * in a view is a form of "death by SQL". The SELECT * in views and functions is positional rather...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 8:43 am
Viewing 15 posts - 19,966 through 19,980 (of 59,072 total)