all groups > sql server mseq > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
Changing Date Format in SQL
Posted by Ramin Sahafi at 11/6/2003 7:46:22 AM
Anyone could give me an idea, how can I change the French
SQL server Date format to accept American Date format?
I have installed a SQL French version and need to get
query based on USA Date version and it messed up.
I want to send query in MM-DD--YYYY
but this French version send ... more >>
Latest SQL service packs
Posted by jano at 11/5/2003 2:36:12 AM
Does anyone know of a website/newsgroup/any way or means
of keeping informed of exactly when new service packs and
hotfixes come out for SQL Server?
Especially after the Slammer virus i try and keep our
server completely up to date, but this is difficult
because i need to search the inter... more >>
FWD: Look at critical pack for Windows
Posted by MOURAGRO at 11/4/2003 12:47:36 PM
Microsoft Customer
this is the latest version of security update, the
"November 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to he... more >>
problem displaying x/y as a percentage
Posted by Brad Martin at 11/4/2003 9:17:56 AM
I'm having a very frustrating time trying to display the
quotient of x / y in my SELECT statement. If the result is
> 1, it displays everything to the left of the decimal. If
the result is < 1, it displays a 0.
SELECT CAST(1/2 AS decimal(5,2)) AS MatchRate
The result of this operation i... more >>
Select date time values from a table
Posted by Jawahar Rajan at 11/3/2003 9:23:01 AM
All,
I have MS SQL 6.5 Database.
One of the tables is an audit table with a date time
column called time_stamp.
When I display the values for this column the data time is
shown as : e.g.
'Nov 03 2003 9:42AM'
If try and select the values for this row
as
Select * from trial_audit
where ti... more >>
Email Problem
Posted by Deepa at 11/3/2003 8:20:39 AM
I want to send a mail without the involvement of SMTP from
a stored procedure in sql server. Basically a specific
table will be read, records count will be extracted and
emailed to a hardcoded email address. Please tell how i
can go about it.
... more >>
Variables, scope
Posted by Ken at 11/2/2003 2:29:32 PM
Is there a way to create/update a connection scope
variable that I could reference from a trigger?
I have been using SUSER_SNAME() in a trigger that writes
field level audit records. Previously, I have been using
NT authentication to connect to the server, so the audit
records reflected ... more >>
SQL Server 6.5 sp_addlogin error
Posted by Ron at 11/1/2003 1:16:59 PM
Will having a period in a login name create a invalid
character error when adding name to database?
Example; previous login names that worked - navsea_jonesrb
name that will not work - navsea_ronald.jones... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|