Advertisement

1 - 10 of 206 containing alltags:("ms sql 2005") (0.004 seconds)
How do I display row # when run a select * from table in sql 2005
Zones: MS Dev, SQL Server 2005Date Answered: 10/01/2007 Grade: A 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 SQL ServerDate Answered: 11/06/2007 Grade: A 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 Grade: A 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 Grade: A Views: 4
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 Server 2005Date Answered: 01/23/2008 Grade: B Views: 0
Ok so im on the road to getting to grips with sql server 2005 and teaching myself tsql with a couple of books and using access sql view to lend a hand I have a function set up to convert my nume...
Zones: SQL Server 2005, MS AccessDate Answered: 01/24/2008 Grade: A Views: 8
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 Grade: B 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 Grade: B 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, ...Date Answered: 02/11/2008 Grade: B Views: 52
Hi, I have recently changed from access to sql as my back end Im currently rewriting the old queries to be either views, sp's and pass through queries. one of my old queries involed using a d...
Zones: SQL Server 2005Date Answered: 02/21/2008 Grade: A Views: 0