Archived Months
January 2003
March 2003
April 2003
May 2003
June 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
November 2007
April 2008
all groups > sql server programming > december 2006 > threads for monday december 25

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Error while changing authentication from Windows to Mixed mode
Posted by SqlBeginner at 12/25/2006 11:43:00 PM
I right clicked on the server and entered Properties tab. There I entered into Security tab and choose the radio button "SQL Server and Windows Authentication mode". On clicking OK button it asked for "sa" password. After entering the password it throws this error. "Operation is not valid d...more >>


QueryNotification limitiations
Posted by roger at 12/25/2006 11:03:20 PM
I started out to use the .NET SqlDependency mechanism, based on QueryNotificationService if I have the vocab correct, and have run into a limitation that seems like it will prevent this from working out for me, at least in the way I had hoped and planned... Specifically, when adding a SqlDe...more >>

installing MsSql Server changes Visual Studio language!
Posted by Soeren Meyer-Eppler at 12/25/2006 10:52:37 AM
Hey, For testing purposes I installed a German MsSQL Server 2005 version on my development machine. My windows installation is German, my Visual Studio used to be English. The installation of SQL Server changed that - now my Studio is German as well. All toolbars and custom settings were reve...more >>

two foreing keys referencing same table and key
Posted by Soeren Meyer-Eppler at 12/25/2006 6:19:26 AM
Hey, I'm trying to convert a mySQL database schema to MsSQL Server 2005 and have a problem with foreign keys: CREATE TABLE [ocjobrelation] ( [id] INT IDENTITY(1,1) , [job1Id] INT NOT NULL DEFAULT 0 , [job2Id] INT NOT NULL DEFAULT 0 , CONSTRAINT [_ocjobrelation_PRIMARY] PRIMARY KEY C...more >>

Several questions about the AdventureWorks database
Posted by Ben at 12/25/2006 3:24:00 AM
Hey, I have several questions about the AdventureWorks db please: 1) How close is it simultaing a real world database, one that is actually in a production state? It contains about 70 or so tables, which I find quite a lot. So I guess its design is quite robust. Well, better than what I wou...more >>

Temp tables, can client tell the difference
Posted by richard NO[at]SPAM tortoise.demon.co.uk at 12/25/2006 12:00:00 AM
Hi, I have a stored procedure, called by a client application, that returns a recordset. If I use a temp table within the procedure, the client gives an error, but there is no error if I write procedure code, returning exactly the same records but without making use of a temp table. To ill...more >>



DevelopmentNow Blog