Viewing 15 posts - 31 through 45 (of 91 total)
Thanks Kevin - Why did you write "select count(*)" instead of "select ticketnumber" in your query?
January 12, 2014 at 5:59 pm
ok - I removed the "left" join and I am currently rerunning the query
May 28, 2013 at 5:32 pm
Do you have any rows in #tmpIndividualCreateDates where CreateDate is NULL?
The declaration of that temp table allows for NULL in that column and you fill it from an external file....
May 28, 2013 at 3:56 pm
the stored proc hangs in section 4 of the attached proc
May 28, 2013 at 3:04 pm
What's the best implementation for doing this in chunks? Can you please provide an example?
Also, why would I would I want to do this in 10k-50k chunks as opposed...
May 16, 2013 at 9:18 am
yes - the code folding in that screenshot appears to do more harm than good.
However, you mentioned a plugin could be written to use regions in a way that's more...
May 15, 2013 at 4:04 pm
SSCrazy - Any reason why you wouldn't query sys.objects on object name instead of object id? Seems like a simpler approach?
I originally queried sys.objects for the info but I...
May 15, 2013 at 11:42 am
Thanks Gail!
When you say "Maybe", in what scenarios "Yes" and in what scenarios "No"?
May 13, 2013 at 12:44 pm
How is region handling awful in SSMS 2012?
Is it quirky and inconsistent or does it have a poor overall design?
May 11, 2013 at 5:13 pm
I downloaded SSMS Tools Pack and the region functionality seems to be a bit quirky. For example, for 2 regions on top of each other, collapsing the top region...
May 10, 2013 at 4:58 pm
thanks lowell - very helpful!
May 3, 2013 at 8:56 am
TenC - Thanks for that tip. What you're describing seems logical.
Yes - the temp tables I'm using in my SQL are in the format #MyTempTable. So hopefully SS...
April 5, 2013 at 10:45 pm
I see objects in the table with a create date going back several years. When you create a temp table does SS store this table indefinitely?
Also, I seem to...
April 5, 2013 at 10:53 am
What I'm suggesting is that table #a would have 2 rows with the same company. For example:
'Microsoft', 'Seattle'
'Microsoft', 'Portland'
In this scenario, row #1 would get updated but row #2...
April 4, 2013 at 8:25 pm
I think for the purpose of this example it should be sufficient to assume that each table has 2 columns - DomainName and OfficeName, with the column names between the...
April 4, 2013 at 7:10 pm
Viewing 15 posts - 31 through 45 (of 91 total)