Viewing 15 posts - 91 through 105 (of 152 total)
Cadavre (9/25/2013)
No. Why didn't you just try it? It would've failed far quicker than waiting for a response on a forum.
That will fail, but i would like to know, is...
September 25, 2013 at 4:31 am
Code is too big, it having around 900 lines .
but inner side also post data to temp table from sp result.
September 25, 2013 at 4:17 am
andrew gothard (9/16/2013)
September 16, 2013 at 5:52 am
Carlo Romagnano (9/13/2013)
The scope of "set language" and "set datefirst" is per session and also per procedure/functionTry this:
create procedure proc_datefirst
as
set language 'us_english'
select @@DATEFIRST
go
set language 'Italian'
exec proc_datefirst
select @@DATEFIRST
Easy question...
September 13, 2013 at 3:38 am
Hany Helmy (9/11/2013)
Hope one of them will post a reply explaining how he got the...
September 11, 2013 at 1:23 am
marcia.j.wilson (9/4/2013)
Thanks for giving me a good laugh.
+7.....
September 9, 2013 at 12:39 am
Are you running this as a query from SSMS from your local machine?
yes..
August 22, 2013 at 11:57 pm
Jack Corbett (8/22/2013)
August 22, 2013 at 11:55 pm
Thanks for your reply .
As per above code(as per functional wise) not possible to insert at single time . It is looping 1.2 millions time and joining with...
August 22, 2013 at 8:37 am
Viewing 15 posts - 91 through 105 (of 152 total)