|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
referencing expressions in Select
ChrisA -
23 Nov 2006 2:01 AM - 1 message
I'm hoping SQL can allow me to refer to an expression in a Select, but can't find any syntax; I suppose that a function might work. Here's the problem: I've got a existing DB table with a date stored as an integer, so to ...
Query help
SQL_help -
22 Nov 2006 10:09 AM - 1 message
Hi, The question is mentioned below the DDL. CREATE TABLE BUDGET ( emp_id INT, task_name VARCHAR(20), allotted INT, spend INT, commn INT, balance INT, date_spend DATETIME ) GO INSERT INTO budget VALUES(1,'TASK1',1000,800,25,175,'JAN 1 2005') ...
Default Table Owner using CREATE TABLE, INSERT, SELECT & DROP TABLE
Peter Nurse -
21 Nov 2006 5:16 AM - 1 message
For reasons that are not relevant (though I explain them below *), I want, for all my users whatever privelige level, an SP which creates and inserts into a temporary table and then another SP which reads and drops the same temporary table. ...
using sql mail
Roy Goldhammer -
19 Nov 2006 11:10 AM - 1 message
Hello there I need to create sql mail in order to send messages by sql events. I've decered my mail with windows mail and i couldn't use it on sql server where can be the problem? ...
|
|||||||||||||||||||||||