Viewing 15 posts - 16 through 30 (of 35 total)
Ok, I haven't written stored procs in a while. Bear with me please.
I'm running this, and it's telling me I need to declare @cnt1 and @cnt2.
Is there some scope...
April 24, 2015 at 12:42 pm
Thanks. However, Table is created with the upload. Not populating existing tables. In this case, I did not know the previous table was there, likely because of...
April 24, 2015 at 11:01 am
for my purposes, it's part of the imported table name.
January 16, 2015 at 2:41 pm
It is only in one year blocks. Jan-Dec. Whatever year that particular report is for.
January 16, 2015 at 10:08 am
thank you.
I'll try to remember to include the scripts. Sorry, didn't think of it.
January 13, 2015 at 4:04 pm
Grant Fritchey (12/10/2014)
DSNOSPAM (12/9/2014)
SS seems to throw other...
December 10, 2014 at 1:15 pm
thanks, everyone, for your continued responses, and broadening input.
December 10, 2014 at 1:10 pm
aaron.reese (12/10/2014)
From my...
December 10, 2014 at 1:09 pm
Matt Miller (#4) (12/10/2014)
sqldriver (12/9/2014)
Grant Fritchey (12/9/2014)
doesn't everything in sql server? 😉
Still trying to figure out what the use-case for multi-statement table-valued user-defined functions is. But, other than...
December 10, 2014 at 1:07 pm
I would suggest that if your procedure is so complicated you need to step through it you can probably gain a lot by simplifying your code. Often times what I...
December 9, 2014 at 2:15 pm
Not complicated. Just tedious to debug when changes need to be made.
I guess it also goes against all my reflexes for other programming languages, which is to break a...
December 9, 2014 at 11:08 am
Sean Lange (12/9/2014)
December 9, 2014 at 9:32 am
I could have table results with hundreds of thousands of records. I THINK I read that that is not a good use for table variables. If I...
December 8, 2014 at 3:53 pm
Hmmm.....by this post I found on StackOverflow, everyone can see global temp tables.
There are two types of temporary tables: local and global. Local temporary tables are visible only to...
December 8, 2014 at 3:39 pm
what if two people run the proc at the same time? Is the ## still within my login space, and can't be used by others?
Thanks for the response.
December 8, 2014 at 3:20 pm
Viewing 15 posts - 16 through 30 (of 35 total)