all groups > sql server programming > july 2005 > threads for sunday july 17
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 31
Error in show in taskpad
Posted by checcouno at 7/17/2005 11:51:01 PM
When i select mydb from enterprise manager and i want to see taskpad info,
i've got an error in executing script in internet explorer, and i can't see
the html page info. How can i solve this problem?
Thanks... more >>
Urgent!! how to retrieve the following data-
Posted by Melis85 at 7/17/2005 6:47:02 PM
Hi,
Currently I have two tables, A and R
1 similar field is ACC_NO
I want to retrieve ACC_NO from R which doesnt appear in table A.
For example, if both table has ACC_NO 1, then i don't not need this data
But if table R has ACC_NO 2 while table A doesnt, i want to retrieve this
ACC_NO ... more >>
sql statement
Posted by Chris at 7/17/2005 1:02:11 PM
Hi guys,
I am having some difficulties making a sql-statement.
I took the Northwind database as an example.
I want to return the customernumbers from the orders-table, where the
orderdate is 1996/8/23 or 1996/8/27 or the whole month of september.
I came up with the following statement, bu... more >>
anyway to call front-end
Posted by Ed at 7/17/2005 10:11:02 AM
Hi,
I have a table called "TrainSchedule"
Also, I have a .NET application that has a hash table (just like a temp
table) to store the TrainSchedule data which is actually from the database.
Since those data are rarely changed, that's why the developers decide to put
it in hash table i... more >>
Append Query Duplicates
Posted by Colin Spalding at 7/17/2005 8:29:27 AM
I have and append query which adds records to a table with a multible
column Primary Key. When I run the query I need it to append the
records which are not duplicates and discard the rest. At present what
happens is, I get and error message telling my that there is a
'violation of PRIMARY K... more >>
Compiling a SQL string for use in VBA
Posted by Colin Spalding at 7/17/2005 6:08:28 AM
I have an APPEND query which I need to run using the RunSQL command in
VBA. The problem is that, neither the Column nor criteria can be named
until they are select on the form from which the SQL will be called.
I have declared the Column Name and the WHERE criterian as strings
'strFieldName'... more >>
Setting Default Value
Posted by Roy Goldhammer at 7/17/2005 12:00:00 AM
Hello there
Is there a way to set field default value as value of other field?
... more >>
Sql server null
Posted by perspolis at 7/17/2005 12:00:00 AM
Hi all
I have this query
declare @Code int
select @Code=Code from My table where Number>0
if @Code is null
select 'error' as message
but the IF clause dosen't work..but I'm sure that returns null,,..
but I don't know how can I check that???
thx
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|