Viewing 15 posts - 376 through 390 (of 567 total)
jrestuccio (4/9/2013)
Let me describe a little bit about why the data is deleted so regularly and...
April 10, 2013 at 10:14 am
Kwisatz78 (4/10/2013)
April 10, 2013 at 9:58 am
This article by Benjamin Nevarez confirms what @sharky pointed out - if the user isn't the owner of the table or doesn't belong to the sysadmin, db_owner, or db_ddladmin roles...
April 10, 2013 at 9:35 am
ggjjbb1983 (4/9/2013)
Could anyone tell me why the following query is timing out please?
SELECT PLAN_HANDLE FROM SYS.DM_EXEC_PROCEDURE_STATS PS WHERE PS.PLAN_HANDLE = 0x05000A00ED4FE245402231CC000000000000000000000000
If there is a better way to check if a...
April 10, 2013 at 8:41 am
Sean Lange (4/9/2013)
April 9, 2013 at 8:31 am
A few years ago my son asked me to buy him The Unincorporated Man. After he finished it, he gave it to me and we read all four books in...
April 3, 2013 at 8:42 am
Why would I want a DML trigger that could succeed or fail independently of the triggering transaction? If the use case is important enough to create a trigger to log...
April 2, 2013 at 8:42 am
david.holley (4/1/2013)
I once created a function that predicted the gender of a person by doing a lookup based on their name.
How did you handle the Lynns, Ashleys, Taylors, and all...
April 2, 2013 at 8:23 am
@SixStringSQL, I think this probably has something to do with your use of the TOP 9999 clause and/or the fact that the WHERE clause includes conditions on columns other than...
April 2, 2013 at 8:14 am
jasona.work (3/29/2013)
SQLRNNR (3/29/2013)
jasona.work (3/29/2013)
Steve Jones - SSC Editor (3/28/2013)
jasona.work (3/28/2013)
I'm debating between waiting until tomorrow, or going to...
March 29, 2013 at 12:01 pm
tafountain (3/21/2013)
March 21, 2013 at 1:27 pm
I knew about the "window split" feature in SSMS and use it often by clicking Window --> Split, but didn't know about the button. That's helpful! Thanks!
March 20, 2013 at 10:35 am
tafountain (3/19/2013)
Why the developer used ISNULL / CAST - not sure. Didn't make sense to me but even without those the execution plan remains the same. I'm also...
March 19, 2013 at 1:29 pm
pooya1072 (3/17/2013)
GilaMonster (3/16/2013)
pooya1072 (3/16/2013)
but if i execute the sp , it's execue normal and i can show the result . what this mean?
It means that Management Studio's local intellisense cache...
March 18, 2013 at 9:21 am
David.Poole (3/15/2013)
If you look at the comments following a ZDNet article there is rabid hatred of Microsoft...
March 15, 2013 at 8:14 am
Viewing 15 posts - 376 through 390 (of 567 total)