Viewing 15 posts - 3,361 through 3,375 (of 18,926 total)
GilaMonster (8/10/2011)
No.Please go and read the article that I linked for you over at SQL Team.
I don't see the link, could you repost, from PM I guess.
Wow, need a break!
August 10, 2011 at 2:40 pm
Why bother with right?
SELECT 1 000 000 + CONVERT(INT, ID) WHERE ID < 1 000 000
August 10, 2011 at 2:38 pm
ddl = data definition language. Basically the script to recreate the table in question in this case.
We would have seen float for the id and spotted the problem in...
August 10, 2011 at 2:32 pm
Eddie Wuerch (8/10/2011)
If you're seeing loads of CMEMTHREAD waits in SQL Server 2008...
August 10, 2011 at 2:31 pm
Create the new server from scratch with all sps and windows updates.
Test the process. Backup on 2k5, to a local drive (shared). Restore from 2k8. Du your...
August 10, 2011 at 2:30 pm
Easy test, do a select into of that column in a temp table but convert to int in the process then rerun your where. You should see the correct...
August 10, 2011 at 2:19 pm
That's what I knew, but it just read funny in my head, don't know why...
August 10, 2011 at 2:11 pm
What's the datatype of the id?
Are you sure this is the actual statement you are running? That just doesn't seem to be possible.
August 10, 2011 at 2:08 pm
sunny.tjk (8/10/2011)
This database had been in read only mode for the last 6 months, so nothing would have changed since then. Not sure, why am I still getting this error.
Only...
August 10, 2011 at 2:04 pm
I'd bet on blocking or accidental cross join.
can you post your query and estimated execution plan?
August 10, 2011 at 2:02 pm
You can't see objects if you don't have permissions on it.
August 10, 2011 at 2:01 pm
Please post the actual execution plan of the query in question.
Either the load on the server changed drastically, amount of data to process or the plan changed...
August 10, 2011 at 1:59 pm
Can you rephrase Gail? No sure your statement makes sense.
Do you mean that locks ar not taking place at all?
August 10, 2011 at 1:56 pm
Please don't cross post. It fragments replies and waste everybody's time.
No more repllies please, continue the discussion here : http://www.sqlservercentral.com/Forums/Topic1157732-149-1.aspx
August 10, 2011 at 1:55 pm
Viewing 15 posts - 3,361 through 3,375 (of 18,926 total)