Viewing 15 posts - 3,736 through 3,750 (of 5,356 total)
quote:
Regarding your last comment, I can't really place a default in a VARCHAR, because say the user leaves it blank on the...
October 17, 2003 at 2:09 pm
quote:
Frank - I'd say an honest 4-6 weeks. Incredbile that in 2003 anything can take that long, but I sent several books...
October 17, 2003 at 12:54 pm
Hi Sarat,
a short explaination why you need to wrap it in a view:
GETDATE() is nondeterministic, meaning same input different output.
SQL Server can handle only deterministic stuff in a function.
Check BOL...
October 17, 2003 at 12:28 pm
October 17, 2003 at 7:17 am
quote:
In SQL 6.5, the upgrade changes the -- by removing it. This allows that command to execute in the stored procedure.All...
October 17, 2003 at 5:26 am
If you have your logfile you should be able to restore it by using RESTORE LOG.
Check BOL for complete syntax or take a look at logs-> applying backup when...
October 17, 2003 at 5:25 am
Hi Lenard,
quote:
You are correct....but what if both @areaDesignatorID and AreaDesignatorID are NULLs? The statement won't evaluate to TRUE. That is my...
October 17, 2003 at 4:57 am
Hi Rahul,
quote:
One of our user accidentally deleted all the tables. Please tell us as how to restore those tables. I have last...
October 17, 2003 at 3:31 am
October 17, 2003 at 2:51 am
I might reiterate myself, but to me QOD is (educational) fun!
And IMHO the intention should not be to answer all questions straight out of the head.
Nobody knows everything in...
October 17, 2003 at 1:30 am
quote:
You mean use Char or Varchar? But that will loose the benefit of datetime data type when it comes to date calculations,...
October 17, 2003 at 12:40 am
Hi,
I guess unless you haven't a backup or a copy from that time you're pretty much out of luck ![]()
Frank
October 17, 2003 at 12:33 am
Hi Matthieu,
quote:
I'm seeking some code or piece of code (or idea ?) to convert this sentence in :
October 16, 2003 at 4:50 am
quote:
I'd enjoy the post more if it didnt include "silly".
![]()
![]()
October 16, 2003 at 4:48 am
To piggy-back on Jonathan this topic has also been discussed here
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=14941
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12303
HTH
Frank
October 15, 2003 at 9:35 am
Viewing 15 posts - 3,736 through 3,750 (of 5,356 total)