Viewing 15 posts - 2,311 through 2,325 (of 2,904 total)
Excellent article and I look forward to the rest on this topic.
About email notification: I am a member on another site and if you select email notification all you get...
December 30, 2003 at 12:39 pm
What 'last comma'???? This is the way it looked when I answered it.......
CREATE TABLE Employees (
EmployeeID nvarchar(10),
EmployeeName nvarchar(255),
EmployeeSocial nvarchar(255),
EmployeeStartDt datetime,
EmployeeReviewsMemo nvarchar(2040),
EmployeeNotes nvarchar(2040)
)
-SQLBill
December 30, 2003 at 6:06 am
No fun! We can't post replies (I get the same error as Frank).
And I so wanted to respond to Andy's "Steve Jones my garage door is broken" thread.
So here's my...
December 29, 2003 at 1:50 pm
OOPPSS, there ARE other forums in which I can't see any of the threads. Could it be that there aren't any threads since it's beta for now?
-SQLBill
December 29, 2003 at 1:43 pm
1. CON - I have to scroll to the side on every page
2. PRO - I really like the look
3. CON??? - I noticed I'm the last poster on...
December 29, 2003 at 1:41 pm
What permissions do you have on that database? Are you just a user? If so you aren't going to be able to delete it.
-SQLBill
December 29, 2003 at 1:33 pm
You can only use Profiler to show what you have already recorded. You can't get it to show something that has already happened. Set it up now to start recording...
December 29, 2003 at 8:34 am
quote:
In http://www.tek-tips.com the orginator can mark accepted/usefull solutions (multiple) and based on that the points are awarded. They have Annual and Monthly...
December 29, 2003 at 8:29 am
If you still have the tape drive for the DDS-4 tape: restore it to a server and then copy it to LTO.
Other than that, you'll probably have to find a...
December 24, 2003 at 10:36 am
I'm not sure you could do it that way, but do you have any reason why it can't be two different stored procedures? For example:
EXEC spMyProcedureIN ('502,503,504')
EXEC spMyProcedureNOTIN ('502,503,504')
-SQLBill
December 23, 2003 at 12:46 pm
quote:
I agree, I did not answer the question because it did not include changing the dateformat for the imports from overseas using...
December 19, 2003 at 8:35 am
This should work:
CONVERT(datetime, datefield, 120)
Refer to the BOL, use the INDEX tab and enter CONVERT.
-SQLBill
December 18, 2003 at 12:33 pm
Have you tried the format:
'yyyy-mm-dd hh:mm:ss'
i.e. '2003-12-18 18:30:00'
-SQLBill
December 18, 2003 at 12:32 pm
Viewing 15 posts - 2,311 through 2,325 (of 2,904 total)