cloud computing

Technical Article

RE: Sql Statement

  • Reply

What if you had 3 rows for the civic? Or are you just looking for the lat two rows?select  max(date)  , car, type from tableA group by car, typewill give you the last row for each car. From there you can transform this into a subquery to get the row.select   date  , car, type from tableA a  where […]

You rated this post out of 5. Change rating

2004-06-14

Technical Article

RE: Help new to TSQL

  • Reply

Let me answer the questions as presented.> are there any alternatives that would be worth thinking about?Yes, but without a more specific problem domain, theory is about all we can offer you.>  could you also explain the line "GID int IDENTITY"? What does GID stand for / relate to?The simple answer is that GID stands for […]

2004-05-19

Technical Article

SQL user statistics

  • Topic

I am doing a paper for a college programming course. Does anyone know how many companies worldwide use SQL server? How many servers does this constitute? At what rate is SQL use growing? If you can't provide me with close to exact numbers, please point me to a source where I could find them

2004-05-11

Technical Article

Multiple datasets

  • Topic

I created a RS report that contains 2 datasets.  The first dataset calls a stored procedure that populates a table. The second dataset contains a select statement that pulls from the table that is populated via the stored procedure in the first dataset.  Dataset2 is the source for the report.My problem is that dataset1 correctly […]

2004-03-23

2 reads

Technical Article

Date range in query removes outer joins?

  • Topic

Hi all,I have this stored proc where I need to display all the subGroups and Indicators, whether or not they have any tasks assigned to them. Basically, I have 3 tables: SubGroup (from where I need all subgroups), Indicator (I need all indicators, too), and Task. If I run the query WITHOUT the date range part, it returns […]

You rated this post out of 5. Change rating

2004-03-22

2 reads

Technical Article

RE: how getting numbers with 2 digits behind ,

  • Reply

What wizard? How do you want to store the values. Are they numbers (some locales use comma instead of full stop as decimal separator).If you want to store the values as decimal (numeric) then convert the commas to full stops as inDECLARE @test numeric(9,2) SELECT @test = REPLACE('1,111' , ',' , '.') SELECT @test

You rated this post out of 5. Change rating

2004-03-18

Technical Article

RE: Count(*)

  • Reply

Very strange.  I assume that the column 'date' not this defined like so.  But the probable thing is that it has an error in the definition of the value for which these applying the sentence.

You rated this post out of 5. Change rating

2004-02-27

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers