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 > june 2006 > threads for saturday june 10

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

locking behaviour 2005?
Posted by Egbert Nierop (MVP for IIS) at 6/10/2006 3:32:21 PM
Hello, I know that SQL has changed a lot and that it should be backward compatible with 2000. (I'm certified with SQL 2000 fyi). I'm experiencing a locking problem. For some specific app, I really -needed- pessimistic row locking. That was done through OLE DB and the following settings...more >>


Create Excel doc from SQL sp
Posted by Mark Paulson at 6/10/2006 2:47:01 PM
Hi All, Any suggestions for the following would be appreciated: I need to create an Excel doc from an SQL stored procedure where I pass parameters into the sp. I know how to pass and accept parameters into the sp and already have the GUI available for that. What I'm not sure of is the best...more >>

Separate business database from authentication DB ?
Posted by Philippe at 6/10/2006 4:53:01 AM
Hi Everybody, I'm developping a commerce Web Site using ASP.Net 2.0 and SQLServer. ASP.Net 2.0 relies on SQL Server to manage authentication, profiles... Should I use a second SQL Server Database to store my business informations distinct from the one used by ASP (aspnetdb.mdf) to handle a...more >>

Alter Table Alter Column sometimes fails when changing to Not Null
Posted by Doug MacLean at 6/10/2006 1:04:02 AM
I have created and run scripts to alter numerous numeric fields in 19 tables: 1. To set any null values on those fields to zero 2. To then change the properties of those fields to Not Null All of the fields are either int(4) or float(8). Frequently, but not always, the Alter statement on the...more >>

Propagating results of Alter Table to its views
Posted by Doug MacLean at 6/10/2006 12:47:01 AM
When I alter a table to add columns or change their properties, either in Enterprise Manager or with T-SQL statements in Query Analyzer, the alterations are not automatically noticed by the views that use the table. The only thing I have been able to figure out to do is to find each potenti...more >>

Timestamp Question
Posted by James Hancock at 6/10/2006 12:00:43 AM
I'm doing synchronization of two databases. I cannot use replication in this case because I need to control too much of the process and I need to be able to update tables. (if I'm wrong about these limitations requiring me to use something else, please let me know!) So I'm looking at using ...more >>

Connect to SQL Server 2005 Using Visual Studio C++ 2005 ?
Posted by Pete Moscatt at 6/10/2006 12:00:00 AM
Hi All, I hope I am in the correct group to ask such a question, anyway: I am new to Visual Studio C++ (2005) and SQL Server 2005 as I have recently moved across from using Borland C++, so VS has been pretty much a steep learning curve for me. I have created a database through SQL Serve...more >>

reproducing deadlock
Posted by vicky at 6/10/2006 12:00:00 AM
I have done some research in how to avoid and view trace logs for deadlocks. now iwant to test this on my test db. Is there any steps by which deadlock can be reprduced in any test dbsay authors or pubs? thanks ...more >>




DevelopmentNow Blog