Viewing 15 posts - 22,411 through 22,425 (of 59,072 total)
ZZartin (11/20/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 3:30 pm
sqldriver (11/20/2014)
Jeff Moden (11/20/2014)
NJDave (11/20/2014)
Today, a DBA in my group doesn't understand the reasoning and has experiencing storing the passwords for end-users.
Sounds mean but my suggestion is that anyone that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 10:09 am
tamer.h (11/20/2014)
based on (first in/last out) rule, i need to calculate the working hours (difference between first and last timing per day) per each employee.
Ok, so what do you want...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 10:05 am
NJDave (11/20/2014)
Today, a DBA in my group doesn't understand the reasoning and has experiencing storing the passwords for end-users.
Sounds mean but my suggestion is that anyone that doesn't understand isn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 9:55 am
Very cool. Thank you for the feedback. Just be aware that will also find usage and not just the instances where someone turned it off.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 9:43 am
DSNOSPAM (11/19/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 8:17 am
hkravitz (11/20/2014)
If I may add another solution for splitting a list of values into a table
here is a short function that does the trick:
CREATE FUNCTION FN_LIST_TO_TABLE (@List...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 8:07 am
Koen Verbeeck (11/20/2014)
This means people have to vote for me (or other people, but preferable me):
http://www.mssqltips.com/MSSQLTipsAuthorVoting.asp
Note that you...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2014 at 7:52 am
If you have the "Default Trace" running (and you should if you don't, it's on by default though), the following should do with the understanding that you get to pick...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 11:00 pm
Port1433 (11/19/2014)
Does any one know any good education and training centers in IT in U.S. in any city/state or you recommend going through a traditional public 4 year univeristy?
Get the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 10:01 pm
ksatpute123 (11/18/2014)
I'm not saying money is the best thing ever and it sure has it's issues, but just to go around declaring it should never be used is one step...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 9:43 pm
iammichaelclark 21625 (11/18/2014)
I am having two columns with the money datatype values.
Column1 Column2
$134,456 $15,897
$123 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 8:31 pm
ksatpute123 (11/18/2014)
It is proprietary, so porting it is a pain. It is one of the many "Sybase Code Museum" features from decades ago. Remember the early versions...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 5:47 pm
My thought would be that you're spending a whole lot of time on something that might not help. IMHO, it would be much more fruitful to find the cause...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 4:19 pm
I don't believe "the kludge" allows you to pass parameters to a stored procedure in a function. To do that, I believe that you still need dynamice SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2014 at 3:58 pm
Viewing 15 posts - 22,411 through 22,425 (of 59,072 total)