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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|