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
August 2008
all groups > sql server programming > october 2006 > threads for sunday october 1

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

Cannot Update Identity Column while doing Select statement
Posted by thomson at 10/1/2006 11:45:21 PM
Hi All, i do have stored procedure in which there select id,name from tablename id i primary key and Identity seed is there for this column When i directly query this statement it " select id,name from tablename" , it shows the results But when i call the same thing v...more >>


Suitable Hardware
Posted by Leila at 10/1/2006 10:05:42 PM
Hi, I have a database containing 1GB data. I have tuned all of queries and indexes and they perform good comparing with the current hardware. But still we lack performance! My boss has admitted that the server's hardware must be upgraded but its my task to choose and offer the appropriate har...more >>

snapshot isolation - sql2k5
Posted by param NO[at]SPAM community.nospam at 10/1/2006 6:24:14 PM
Hi all, Is it recommended to turn on snapshot isolation? We have a highly transactional database that has a few (about half a dozen or so) long running transactions. They run about 2 mins or so on average. We have seen locking and deadlock issues when some other queries attempt to read data...more >>

Select Query Right/But wrong.
Posted by kev26er at 10/1/2006 6:02:31 PM
I have run into an annoying problem that I know can be solved but I do = not know exactly how to resolve it. Table A has department and folder = size columns. Table B has user, folder size, and department. I want to = find all departments from both tables where department folder size < = 1000...more >>

Calculation question
Posted by Seb at 10/1/2006 12:44:02 PM
Hi There, I'm very new to SQl and I've been trying to figure out how to calculate the total records from 3 separate tables. Any help would be greatly appreciated. Tanks, Seb...more >>

book recommendation - sql 2005
Posted by param NO[at]SPAM community.nospam at 10/1/2006 10:01:15 AM
Hi all, Can anyone recommend a good book on SQL 2005 that covers topics like Clustering, Mirroring, Performance Tuning, Scalability etc. We have a large database 1TB that is running on SQL2000 and is having serious performance issues. We would like to port it to SQL 2005 and then work on op...more >>

DateTime BETWEEN two dates
Posted by richardb at 10/1/2006 9:55:01 AM
A sample expression would be: SELECT ProcedureCode WHERE entry_date BETWEEN '09/20/2006' AND '09/28/2006' FROM Charges the entry_date is stored as the default DateTime variable, for example: 05/01/2006 12:14:29 PM. The right side expression is just the date, e.g. '09/20/2006'. I have tri...more >>

Replicate rows.
Posted by Ankith at 10/1/2006 7:05:25 AM
Hi I have a question for which the solution I am looking is a little bit different. you might wonder why i am prefrring but that route however i do want to see if i can do it in that way. what I have is a customer table with a customerid and a customername. I want to replicate (repeat) the...more >>



How to create a table in a schema other than [dbo]? (SQL Server 2000)
Posted by thomas at 10/1/2006 2:09:12 AM
Hello, Is it possible to create a table, or any other object, in a schema other than dbo as a dbo user? I know I can create another user, login as this person and so on, but I would like to be able to do it in a script run as dbo user. Yes, I know it is easy with 2005 but I need to figure o...more >>


DevelopmentNow Blog