Viewing 15 posts - 5,971 through 5,985 (of 15,381 total)
mwitthoft (1/10/2014)
but still leave me wondering when and where cursors will randomly restart themselves.
If you don't use them then there really isn't much need to have any concern here. 🙂
Cursors...
January 10, 2014 at 1:23 pm
hisakimatama (1/10/2014)
Sean Lange (1/10/2014)
hisakimatama (1/10/2014)
January 10, 2014 at 1:17 pm
hisakimatama (1/10/2014)
January 10, 2014 at 1:08 pm
Meltdown (1/10/2014)
Parameters are being used, I believe the database is safe and secure -- still don't like seeing the database being hammered with those types of queries.
I was just...
January 10, 2014 at 1:04 pm
Cool glad that is working you. Thanks for letting me know.
January 10, 2014 at 12:40 pm
The above example is exactly why you should NEVER NEVER NEVER run pass through sql statements that have information posted from a public facing web page. Properly parameterize your queries...
January 10, 2014 at 12:30 pm
Yes what happens behind the scenes is an implicit conversion of all the data to the new datatype. This is incredibly simple to demonstrate.
Go on your test box and try...
January 10, 2014 at 12:27 pm
petervdkerk (1/10/2014)
But it turns out that I need one more thing: of all duplicates: keep the row where the column...
January 10, 2014 at 12:20 pm
rho_pooka (1/10/2014)
January 10, 2014 at 10:06 am
cdl_9009 (1/10/2014)
The logic is used was I set @trans_id = SCOPE_IDENTITY(). I...
January 10, 2014 at 10:02 am
Shadab Shah (1/10/2014)
Sean Lange (1/10/2014)
Parameter sniffing (or the lack of it)?
It is nearly impossible to help without some details. Please see this article from Gail about how to post...
January 10, 2014 at 8:37 am
Stale statistics?
Parameter sniffing (or the lack of it)?
It is nearly impossible to help without some details. Please see this article from Gail about how to post performance issues. http://www.sqlservercentral.com/articles/SQLServerCentral/66909/%5B/url%5D
January 10, 2014 at 8:22 am
Nested transactions are a myth. They do not exist. It seems like they should and the documentation evens references them. The reality is though they do NOT do what would...
January 10, 2014 at 8:20 am
Excellent job posting ddl and sample data. I think you deserve more than a link to basic article that discusses ROW_NUMBER but does nothing to explain how you might use...
January 10, 2014 at 7:44 am
Practicing canned answers for interview questions is not a great idea. What happens if the interviewer has an actual good question that requires a discussion about the topic? Interviews are...
January 10, 2014 at 7:31 am
Viewing 15 posts - 5,971 through 5,985 (of 15,381 total)