Viewing 15 posts - 58,741 through 58,755 (of 59,067 total)
Can't be done. The purpose of having a username and password is to keep people out unless they know the username and password. Sorry...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2005 at 10:01 am
I second the nomination on...
http://www.w3schools.com/sql/default.asp
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2005 at 9:37 pm
scking,
I'm curious... what is your objection to using ISNULL or it's big brother, COALESCE? Yes, CASE works but it's probably not a fast as ISNULL... your last CASE example could...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2005 at 9:35 pm
Miller Time,
Don't define the new column as a TimeStamp datatype... the TimeStamp data type in MS-SQL Server is actually a binary number used for row versioning and has nothing to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2005 at 7:18 pm
Do you want the time included in the default, or not? All of the posts, so far, include time.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2005 at 7:15 pm
That's a pretty good two cents... lot's of folks forget that there IS a difference between 90 days and 3 months.
JN, here's the code without the time stripping part... that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2005 at 5:29 am
Don't forget that just subtracting 90 days using either method will not take you to midnight of the given day... the current time element will be included unless you do...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2005 at 10:49 pm
This'll work if you have a DBA that doesn't understand the merits of a date table and it's short enough to use in inline code if the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2005 at 10:36 pm
Hopefully, SP4 will fix some of the memory leaks. It came out this last Friday.
The problem in our shop used to be that no-one did a code review of other's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2005 at 6:26 am
I second Carl's suggestion about turning AutoShrink off... AutoShrink causes several problems not the least of which can be severe disk fragmentation and long wait times when it does need...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2005 at 6:15 am
I don't believe I'd use a trigger for this because if the Oracle DB or the connection to it is down, then your SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2005 at 6:06 am
I don't believe I'd use a trigger for this because if the Oracle DB or the connection to it is down, then your SQL Server processes will start kicking off...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2005 at 5:56 am
I believe that it's called an "M-Space" and occupies the same width as the letter 'M", hence the name. Since it's not a regular space character (ASCII 32), you may...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2005 at 10:18 pm
Here's a couple of other differences...
PRINT doesn't print those pesky column headers.
PRINT outputs to the MESSAGES tab even if the GRID mode is turned on. SELECT will print to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2005 at 9:15 pm
Ok, so you've shown what doesn't work... what, in your estimation, would work if you were given that particular problem (the Adam Mechanic one) with that particular data?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 2, 2005 at 10:27 pm
Viewing 15 posts - 58,741 through 58,755 (of 59,067 total)