Groups | Blog | Home


Archived Months
March 2003
April 2003
May 2003
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
all groups > sql server (microsoft) > july 2005 > threads for july 1 - 7, 2005

Filter by week: 1 2 3 4 5

List of SQL Servers
Posted by Menno at 7/7/2005 5:08:21 AM
I want to have a list of available SQL servers (Not Databases) on my company network. (If possible for use with visual basic .Net) Thanks Menno ...more >>


DateTime precision error
Posted by mcollier at 7/6/2005 3:54:28 PM
I'm having some trouble understanding why SQL Server seems to be handling millisecond precision wrong. Consider the following sample code: ------------------------------ CREATE TABLE [dbo].[testdatetime] ( [my_datetime] [datetime] NULL ) ON [PRIMARY] GO INSERT [dbo].[testdatetime] (my_...more >>

looking for a good diagram tool
Posted by jason at 7/6/2005 7:33:55 AM
the SQLServer diagrams are good for a quick view of tables and their relationships, but i'm looking for something with a little bit more metadeta in it. is there a diagram tool that will list the index, default values, and trigger information per table as well? something a little more visually e...more >>

varchar to numeric conversion
Posted by Jeff Kish at 7/5/2005 3:39:34 PM
Greetings. I have a database table with columns of type varchar length 80 that contain floating point data I'm trying not to lose any of. First of all I thought that numeric was appropriate for floating point numbers, but I don't see any decimal points or values in the output for numeric ...more >>

Fill in missing date points
Posted by alex at 7/1/2005 1:58:05 PM
If I have a date (smalldatetime) column in a table, and want to get a result set where there is a row for every minute (even though no data point might exist for that minute), how would I do something like this? ...more >>



DevelopmentNow Blog