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