all groups > sql server programming > june 2007 > threads for saturday june 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
e-mailing users in SQL 2000
Posted by childofthe1980s at 6/9/2007 5:54:01 PM
Hello:
Two questions.
First, generally speaking, how do you configure SQL 2000 to e-mail end
users? I have a SQL script that shows, in an accounting database, inventory
items that have not been purchased from a vendor within the last year. I
want to e-mail that list of items to end u... more >>
HOWTO: Copy a table between 2 SQL servers... where I have different log-in names/passwords
Posted by \ at 6/9/2007 3:48:33 PM
I'm trying to copy a table between 2 different SQL Server 2000 machines.
I want to do this copy with a Windows "scheduled task"... running a batch
file... each midnight.
(I assume oSql or BCP will be needed.)
How can I do this 'table copy' when my SQL log-in names are different?
I need to ... more >>
Error converting data type nvarchar to numeric
Posted by michael at 6/9/2007 10:09:00 AM
I seem to be having the hardest time running the following SELECT without
getting the error that is listed after the statement. The column in the table
is of type nvarchar:
SELECT CONVERT(decimal(18, 2), Code) AS ConvertedCode
FROM [CodeTable]
WHERE (CONVERT(decimal(18, 2), ... more >>
TempDb or some other option?
Posted by Leonard Chung at 6/9/2007 3:06:03 AM
Hi there,
I'm creating an app which keeps track of any items ever seen. It takes a
large list (about 40k-100k rows) and joins it against a table in the DB to
check for duplicates. The client is returned a count of duplicate rows while
the previously unseen rows are added to the table in the... more >>
Elapsed Time SQL statement
Posted by Rob at 6/9/2007 12:00:00 AM
Using SQL server 2005...
I have the need to divide time between different tasks such that double
billing does not occur.
A sample scenario follows...
In the 10 minute increment below one operator works on several tasks
simultaneously.
When this occurs, I would like to divide the elap... more >>
SQL Server 2005 with VB.net 2005
Posted by Omar Abid at 6/9/2007 12:00:00 AM
Hi every body,
Im using VB 2005 to create a program that open SQL Data base
The problem that i want to detect the tables of a database
so how can i know a data base tables instantly
Thank you
omar.abid@hotmail.com
omar.abid2006@gmail.com
Omar abid
... more >>
|