Viewing 15 posts - 2,566 through 2,580 (of 2,840 total)
When ever you change any Sproc or any object, it is done in a Branch. The Sproc will be promoted to the mainline only when they are released. Till then...
December 8, 2008 at 12:53 pm
Well, We version every object that goes into production DB (That is the script to screate the object). But we do not keep version fo the physical table itself.
December 8, 2008 at 12:16 pm
Could it it be Page swapping that it is using that much space?
December 8, 2008 at 12:10 pm
There is an option in SSMS to specify if you want to Include a DROP statement as well when scripting any object in the Database. What both of them who...
December 8, 2008 at 12:06 pm
Did you by any chance if you are not able to connect to the Domain Controller server to Authenticate the user? Thats the only thing I can think of.
December 8, 2008 at 11:39 am
Hi GilaMonster,
I set it up the same in SSMS and tried running the Same Stored proc and it ran fine. First run was 2900 Page reads and the next time...
November 24, 2008 at 9:44 am
ANSI_PADDING False in SSMS and the DSN Audit Login shows ANSI_PADDING ON
Same with ANSI_NULLS, ANSI Warnings
November 21, 2008 at 2:06 pm
Could be parameter sniffing. I am not sure how I can fix parameter sniffing.
I ran both the contents and the Stored proc from SSMS. Both has the same number of...
November 21, 2008 at 1:37 pm
Hi Gail Shaw,
That explains it. Thanks for the update. I have updated our DBA Review guidelines for the developers to make sure that they add a clustered Index on a...
October 27, 2008 at 3:10 pm
The clustered didnt hurt at all. 🙂 It actually helped... And this was a mystery to me.
Thanks Everyone..:-)
October 27, 2008 at 1:21 pm
Thanks Gail Shaw. You helped me out here. Really appreciate it.
Roy
October 27, 2008 at 1:10 pm
Ah Darn... Thanks a Lot GilaMonster. That did the trick. So these are Ghost records. That thought did not go into my mind at all.
Now the question is why...
October 27, 2008 at 1:00 pm
I did a Select * from sys.dm_db_index_physical_stats(DBID,ObjID,NULL,NULL,'LIMITED')
I got one row.
I cant copy it as it is since this system is not connected to the prodiuction network. But the values...
October 27, 2008 at 12:37 pm
It is just a normal table. And there are no triggers on it. It is very strange.
October 27, 2008 at 11:55 am
Yes, Select count(*) returns 0 rows. That too does 6000 page reads when excuted.. :angry: . In this DB we have only one schema.
I am kind of lost here....
October 27, 2008 at 11:03 am
Viewing 15 posts - 2,566 through 2,580 (of 2,840 total)