Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server mseq > august 2007

Syntax for query to another SQL-Server-Instance
Posted by Florian L. at 8/22/2007 2:38:03 PM
Hi, what is the correct syntax to execute a query to a table on another SQL-Server-Instance. For example: dbo.table on Server1 with Instance2 (Server1\Instance2) Thanks in advance F. L....more >>


Help with missing data in query
Posted by SLIMSHIM at 8/14/2007 8:08:01 PM
Hello and thanks for your efforts, I have a table with Part, MonthSold, ItemsSold i need to generate a view comparing this years sales to lastyears sales and their differences by month. this was my first shot at it: SELECT DATENAME(month, inv_Monthly_Sales.MonthSold) AS Month, SUM...more >>

Date format question
Posted by lwidjaya at 8/1/2007 1:46:03 PM
I think this should be easy, but I'm stuck. I have a datetime field with this format: mm/dd/yyyy. It looks exactly as that format when I opened the table in EM. How come when I used Query Analyzer, the format became yyyy-mm-dd hh:mm:ss? I need to create a crosstab table from this table using ...more >>



DevelopmentNow Blog