Viewing 15 posts - 436 through 450 (of 516 total)
ramyours2003 (7/25/2012)
can any one answer this
Whenever a client/User requests to a Sql Server what exactly happens internally? which components will handle the requests and how...
July 25, 2012 at 11:32 am
+1 [SQL Pretty printer]
I am also using this tool. Once installed it adds into ur menu tab as SQL Beautifer. Check it out..its a cool tool 🙂
July 25, 2012 at 10:42 am
To post any performance related stuff, please check the article 'How to post performance problems - Gail Shaw]
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 25, 2012 at 9:39 am
Yup...I forgot that its table/SP
Thanks for correcting me 🙂
July 25, 2012 at 9:32 am
My question still remains unanswered, does someone has an answer to this please.
- Lokesh
July 25, 2012 at 9:23 am
Hi Gail
Just a quick one - Does lock escalation also depend upon the size of the table? Or it only depends upon the memory buffer allocated for holding locks?
Thanks in...
July 25, 2012 at 9:20 am
+1
Get in touch with some veteran from cobol team
July 25, 2012 at 9:13 am
I thought you will do that...here's is the query:
sp_msforeachdb 'select "?" AS db, name from [?].sys.tables where name = ''table_name'''
Replace your table name with table_name
July 25, 2012 at 9:08 am
Your question is not very clear. Kindly post DDL along with sample data.
July 25, 2012 at 8:52 am
To find the table/SP use sys.all_objects and to find if the table exists in any db use sp_foreachdb. I leaving this as a home work for you to come out...
July 25, 2012 at 8:41 am
Yes. That's true.
As persisted columns are used to define computed column they cannot be changed all alone.
July 25, 2012 at 8:36 am
One more thing: If I try to execute this code, why I am getting the error message two times?
Caution: Changing any part of an object name could break scripts and...
July 24, 2012 at 10:48 pm
Though I got this correct, but I always thought you cannot remane (only) participating columns. Nice question 🙂
July 24, 2012 at 10:39 pm
Viewing 15 posts - 436 through 450 (of 516 total)