Enter Keywords:
1 - 10 of 1101(0.042 seconds)
Sort By:
 
I need to update information on a table that is on my live server from information that is on a back up server.  Is it posable to write an update like I would normaly if I was just doing it on the ...
Zones: SQL Server 2005, ...Date Answered: 12/27/2007 Rating: 9.8 Views: 0
Hi I am looking for a way in a SQL query of automatically resolving the date between in an SQL query to the last 12 full calander months. eg if the report was run today it would return data ...
Zones: SQL Server 2005, MS ...Date Answered: 09/19/2008 Rating: 7.6 Views: 0
How do I display row # when run a select * from table in sql 2005
Zones: MS Dev, SQL Server 2005Date Answered: 10/01/2007 Rating: 7.2 Views: 0
Hi I have been using ms sql server 2005 for the past 6 months and mainly used inner joins with unique indexes in the tables. One area that I havent covered is relational databases. I am trying ...
Zones: SQL Server 2005, MS ...Date Answered: 11/06/2007 Rating: 8.6 Views: 0
I am getting a syntax error for the following really simple insert statement... can someone point out my error please? INSERT INTO tblsite            ([num],[prod])      SELECT            (nu...
Zones: SQL Server 2005Date Answered: 12/07/2007 Rating: 9.6 Views: 0
Hi, Working on my first stored procedure and it's an archiving project.   I am trying to run a select statement on a table, capture the rowcount in a variable, then run an insert statement to in...
Zones: MS SQL ServerDate Answered: 12/28/2007 Rating: 8.8 Views: 0
I have worked out a sproc that returns the required products and details. I need to page the results on the site by multiples of 6 and have found a simple way of paging results with sql 2005. T...
Zones: MS SQL Server, SQL...Date Answered: 01/23/2008 Rating: 9.2 Views: 0
I read an article online not to long ago that described a method in which you could set up an autonumber field in one table and use that field to generate the values for several (or at least one) o...
Zones: SQL Server 2005Date Answered: 04/04/2008 Rating: 8.3 Views: 0
This is strange, when I run a query in Query Analyser sorting Date, it works fine ex select date from AttendantDailyCallSummary order by date ASC so why when I format the date does the order get...
Zones: SQL Server 2005Date Answered: 02/20/2008 Rating: 8.8 Views: 0
Can anyone advise how to create a query using two sets of "LIKE %%" conditions? I tried tbe below query statement but failed. SELECT * FROM dbo.coy_free_listing WHERE coy_free_list_publish = ...
Zones: MS SQL Server, Adobe...Date Answered: 02/11/2008 Rating: 7.2 Views: 45