Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 64543(0.061 seconds)
Sort By:
 
If have a field in a table, say it is named tbl_test.  This tbl_test has a field latest_Update which is a date. I want to do an if statement in another sql query something like this. Meaning tha...
Zones: MS SQL Server, SQL...Date Answered: 02/05/2008 Rating: 9.8 Views: 19
I have a table with 3 fields that are key's  (say a, b and c) I have another table (table2) where I have the same keys, but it contains only a subsete of the fields. what I want to do i s to up...
Zones: MS SQL Server, DatabasesDate Answered: 02/14/2008 Rating: 9.4 Views: 0
I would like to change db owner on a DB that i restored. I ran the following and it doesn't work.. Any ideas? Owner is currently called odbc and i would like to replace it with dbo EXEC sp_ch...
Zones: MS SQL Server, DatabasesDate Answered: 04/07/2008 Rating: 9.1 Views: 17
Hi folks, I have a database table named tblsales. I want to create a stored procedure that will take two input parameters.These are @Year and @week. When I enter these two parameters then stored...
Zones: MS SQL ServerDate Answered: 04/10/2008 Rating: 7.0 Views: 0
How do I get a secondary COUNT in an SQL query? I have a table called ITEMS as shown below. I have an SQL query with a GROUP BY giving me a report, but I need more detail in the report. What SQL...
Zones: SQL SyntaxDate Answered: 05/31/2008 Rating: 9.6 Views: 4
How do I write an SQL-query that generates these results: OrderID   UserID      UserName --------- ----------- -------------- 010101    ASMITH      Anthony Smith 010200    (null)      (null) from ...
Zones: DatabasesDate Answered: 08/06/1997 Rating: 6.6 Views: 5
Hi Guys, Inside a PL/SQL procedure I am doing lot (couple od millions)of inserts. Is there a way to speed up this inserts??. Here is the sample PL/SQL block ...procedure declare cursor (some quer...
Zones: OracleDate Answered: 02/12/1998 Rating: 5.6 Views: 0
How to connect VB5 with SQL server 6.5 and proceed with the process without aNY PROBS?If any of u could explain clearly. It is urgent please.
Zones: DatabasesDate Answered: 05/01/1998 Rating: 6.6 Views: 0
I have a SQL Server problem. I am using a TTable connected to a TDatabase all on a data module. When connected to a paradox database table with the following structure, the code works. TABLE STR...
Zones: Delphi Programming, Delphi D...Date Answered: 05/22/1998 Rating: 7.4 Views: 0
I would like to set up a web site, which is very similiar to discussion groups. in a given moment, there could be maximum 100 users connected to my server. When they login to the server or do some ...
Zones: MS SQL ServerDate Answered: 06/22/1998 Rating: 6.2 Views: 0