Viewing 15 posts - 17,521 through 17,535 (of 59,069 total)
Luis Cazares (6/7/2016)
Try this:
SELECT sys.fn_get_folder(path, 1)
Absolutely the correct answer! 😛 Well, except for the Hungarian notation used. :hehe:
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2016 at 8:46 am
Eric M Russell (6/7/2016)
They're asking the wrong type of questions for a job interview.
I think it's a great question. It shows whether or not you actually know much about...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2016 at 8:45 am
Understood. Ed and I go to Cleveland and Pittsburgh every year and neither of us are sponsored. Everything comes out of our own pocket. Definitely worth...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2016 at 8:30 am
And notice that Drew did NOT suggest using 9999-12-31. That's because the classic method of isolating date ranges requires a "AND SomeDTColumn < @EndDate +1" and all similar variations....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 9:07 pm
Ray K (6/6/2016)
Michael L John (6/6/2016)
We geared this toward students(we host it...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 9:02 pm
Ray K (6/3/2016)
How many people who know absolutely nothing about SQL Server ...
Ah... easy answer for me. About 90% of the people that I've interviewed for Sr. DBA or...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 8:51 pm
Duplicate post. No answers here, please. Keep all the answers together at the following post...
http://www.sqlservercentral.com/Forums/Topic1792569-146-1.aspx
Thanks, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 8:43 pm
DennisPost (6/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 8:38 pm
asita (6/6/2016)
I have the below procedure if it returns 0 no need to send any email , if it is more than 0 then we need to send...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 8:31 pm
java56p 72136 (6/6/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2016 at 8:24 pm
coolchaitu (6/5/2016)
I thoroughly looked at Event logs,SQL Logs and did not find anything. Is the problem with the PowerShell script?
If nothing else, that would be the next place to look....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 5, 2016 at 7:44 pm
dale_berta (5/25/2016)
It's not a question of there being an advantage of one over the other, since they do different things.
Careful now. What you say is true except when...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2016 at 3:30 pm
leehbi (6/2/2016)
I had a the best results from this query. Works really well over the huge table. Thanks 🙂
Which query is "this" query? A lot of them...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2016 at 3:07 pm
jude.pieries (6/3/2016)
used a batch is of 10000 ,
So if i understand it correctly, if i stop the script it would rollback up to a max of 10000 ?...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2016 at 11:26 am
I agree. It's not only a security risk (think payload from each server), it would also prevent you from customizing what each server can see based on it's functionality....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 10:43 pm
Viewing 15 posts - 17,521 through 17,535 (of 59,069 total)