| Thread | Last Post | Replies |
|
| Execute StoreProcedue in SQL2000 every time i received a replay me | 26 Jul 2005 19:59 GMT | 1 |
how can i execute a StoreProcedue in SQL2000 every time i received a replay message with a specific subject, and pass some arguments like the subject. thank in advanced, Renato Ribeiro
|
| Exist Return Values | 25 Jul 2005 20:15 GMT | 1 |
I like to use a variable to store the return values (True / False) of the exists statement. How can I do that ? I unable to do that from my query show below declare @bln
|
| Using variables in Select Statements | 22 Jul 2005 18:56 GMT | 3 |
I was wondering if it is possible to use a variable in the from part of a select statement as in... select * from @myVariable
|
| service | 20 Jul 2005 23:30 GMT | 1 |
I have started a server in sql2002 named SERVER1.How can i start another one new service in same enterprice manager SERVER2. I tried new sql server registration but its asking for the existing server name.
|
| Comparing a pair | 19 Jul 2005 14:08 GMT | 2 |
I would like to have a subquery where I'm comparing 2 values from the subquery to the main query and unsure on the syntax. I know in Oracle sql it's something like WHERE (manager_id , dept_id) IN (SELECT manager_id, dept_id FROM table ...
|
| N prefex in a non-unicode database | 19 Jul 2005 11:16 GMT | 4 |
This problem is about N prefex in a non-unicode database. Collation name of the database is "SQL_Latin1_General_CP1_CL_AS". Though the database is a non-unicode database, our application generates N prefexed (before the string constants) queries. This is because, our
|
| filtering data | 18 Jul 2005 11:09 GMT | 2 |
Hi, all I have one big table with 190 columns (!), there are user's data stored in that table. Now, there is a form on which i can select criteria (around 30) for
|
| sql server 2000 | 17 Jul 2005 22:57 GMT | 2 |
I just started to work with sql server 2000. I want to write a query against "datetime" columns in the sql server 2000 database. I am to be able to do the following with the sql server 2000 "datetime" columns: 1. Be able to access the date portion only.
|