Viewing 15 posts - 196 through 210 (of 458 total)
palotaiarpad (3/28/2012)
Hugo Kornelis (3/27/2012)
palotaiarpad (3/27/2012)
BOL: If a view is not created with the SCHEMABINDING clause, sp_refreshview should be run when changes are made to the objects underlying...
March 28, 2012 at 5:57 am
I had a hard time finding documentation on this the first time I ran across it, though I'm sure someone will post a relevant link from BOL. What I...
March 27, 2012 at 5:56 am
jeff.mason (3/24/2012)
If you remember that other apps use SSPI besides SQL Server this wasn't hard. But a good reminder though.
Yup, that was my "process of elimination" mental pathway, too....
March 26, 2012 at 6:49 am
I put my hands up in the air sometimes
Saying Ayyyyy-Oh
Too much I/O.
I gotta troubleshoot this query now:
Lines of code are
Full of RBAR.
With apologies to Taio Cruz....
Rich
March 26, 2012 at 6:42 am
Here's a script I've saved and used from Tibor Karaszi's website. I adapted it slightly to filter table names based on a string at the start of the table...
March 22, 2012 at 6:18 am
As Sean posted, adding DDL code is useful to get the help you're seeking. Also, he mentioned tally tables, which is my usual approach.
So, if you have a tally...
March 20, 2012 at 8:46 am
I haven't figured out the answer yet, b/c I'm still mentally stepping through the code.... still mentally stepping through the code... still mentally stepping through the code... 🙂
March 20, 2012 at 7:20 am
ErikEckhardt (3/13/2012)
P.S. You didn't touch on why you're using the WITH SCHEMABINDING option. There are no real external database objects referenced, so it seems superfluous. Would you explain?
PMFJI: SCHEMABINDING can...
March 13, 2012 at 12:42 pm
Schedules can be shared by multiple jobs, so you generally wouldn't want to disable the schedule when all you want to disable is the job.
Be sure to check both the...
March 9, 2012 at 11:38 am
I think of this having less to do with temporary objects so much as it does with schema restrictions: you can't have 2 objects with the same name in the...
March 9, 2012 at 6:30 am
I got this right b/c of a great article I've kept bookmarked, "Ten Common SQL Programming Mistakes":
http://www.simple-talk.com/content/print.aspx?article=783
Ratchev lists it as item #1, with a straightforward, lucid explanation as to why...
March 5, 2012 at 7:46 am
This was a terribly difficult question: I spent 10 minutes looking for the syntax error, catch, gotcha, trip-up, etc., only to submit the straightforward, correct answer.:-D
Rich
March 5, 2012 at 6:44 am
Jeff Moden (2/8/2012)
February 9, 2012 at 6:56 am
I knew about VARCHAR defaulting to length of 1, but I learned today about the CASE/CAST 30 byte truncation.
So.
Anyone know why MS created two different default data lengths? It...
January 26, 2012 at 8:34 am
When is a view appropriate? Here are a couple of my candidates:
1) You want to grant power users access to a boatload of data they need day-in, day-out. ...
December 21, 2011 at 7:11 am
Viewing 15 posts - 196 through 210 (of 458 total)