Viewing 8 posts - 1 through 8 (of 8 total)
Thanks for further input:
I have used SQL Server 2000 for years now and I really like the feature where there is a button at the bottom of the stored procedure...
August 15, 2007 at 11:32 am
Hi:
Thanks, yes I later found those templates but when I change the template for the:
. . . . Create Stored Procedure (New Menu)
I still get the same old...
August 13, 2007 at 5:46 pm
OK:
....Could be that I am missing something:
In SQL QUERY ANALYZER, when I run:
PRINT CONVERT(DateTime, GetDate(), 20) OR
PRINT CONVERT(DateTime, GetDate(), 120)
I get:
Jun 14 2007 9:26AM
So the formatt: YYYY-MM-DD...
June 14, 2007 at 9:32 am
Hi:
... The suggestion to do GUI-side formatting for date field is well taken. However, if MS SQL Server does provide a date formatting function then such a function should cover...
June 13, 2007 at 6:21 pm
Richard:
You state that:
. . "Connection objects can only execute "action" queries (insert, update, and delete)"
Could it be that you also meant to imply that the "read" query required that the...
May 26, 2006 at 8:44 am
Thanks the two script work perfectly!!!
Anthony
August 2, 2004 at 11:17 pm
Jeniffer:
I think that the rolling average problem is really an algorithm/script coding challenge where you need multiple code objects that build into the needed script.
E.g. You need a function/sp which will recieve an exam name...
August 2, 2004 at 11:03 pm
Thanks for all who contributed a solution to this. A few things are noteworthy:
The formatting method using:
CAST(@MyNumeric AS DECIMAL(8,2)) works OK and data is returned...
July 30, 2004 at 9:37 am
Viewing 8 posts - 1 through 8 (of 8 total)