Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 52689(0.234 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: 4
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: 9
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
Is there a system table in Microsoft SQL Server 6.5 which lists all the Reserved Words?  I am writing an app which will allow the user to define the column names of a view.  I want to check to make...
Zones: MS SQL ServerDate Answered: 06/12/1998 Rating: 7.6 Views: 0
Okay, I know this must have been asked a 1000 times on this page. But here it is anyway. I have multiple processes that will be accessing the same MS SQL table. Their first access will be to see w...
Zones: MS SQL ServerDate Answered: 06/25/1998 Rating: 7.8 Views: 0
I have a multi-table database (aren't they all) which requires several outer join statements and we are piecing it together by the key columns.  Can someone give me an example of a SQL statement wh...
Zones: MS SQL ServerDate Answered: 08/09/1998 Rating: 6.6 Views: 0
I have form level recordset variable. And I am using an SQL statement in a routine and using Set Testset = test_Db.OpenRecordset(Sql, dbOpenDynaset, 0, 1). But the problem is when I tried to update...
Zones: MS SQL ServerDate Answered: 08/05/1998 Rating: 4.4 Views: 0