Viewing 15 posts - 16 through 30 (of 167 total)
Thanks for the help and correction.
January 9, 2010 at 2:19 am
What about using update trigger for this purpose?
Regards
October 29, 2009 at 2:43 am
It also seems working efficient, i would compare the efficiency of both suggestions.
Thanks and Regards
October 9, 2009 at 9:55 pm
Thanks for your help, its working well.
Regards
October 9, 2009 at 12:13 am
Thanks for reply, Moden. Actually this example UDF was to convey my problem. I was looking to create some UDFs for various tasks and was required to use dynamic sql...
July 20, 2009 at 12:49 am
Thanks for tip, I also tried this approach before but here i face limitation of UDF with following error
Msg 557, Level 16, State 2, Line 1
Only functions and extended...
July 20, 2009 at 12:10 am
Every table has at least one partitioned defined. I have noticed that following script provides number of partitions for a table equal to number of indexes defined in that particular...
July 8, 2009 at 5:15 am
Partition functions and schemes are implemented for partitioning and any new table created with file groups on that scheme will be with required partitioning criteria implemented. The only question is...
July 6, 2009 at 9:33 pm
Along with technical details, most important step is through testing of your application flow and T-SQL code with upgraded database server in test environment.
Regards
July 6, 2009 at 5:30 am
ps (6/17/2009)
select emp.empno, emp.name, posting.office, posting.startdatefrom employee emp Inner Join Posting
on emp.empno=posting.empno
where posting.ser in (select max(ser) from posting group by empno)
Thanks a lot PS for this help. It is...
June 17, 2009 at 5:15 am
Christopher Stobbs (6/17/2009)
Have you looked in BOL yet?
I looked these in BOL but there was problem to combine use these.
June 17, 2009 at 5:14 am
ps (6/17/2009)
select emp.empno, emp.name, posting.office, posting.startdatefrom employee emp Inner Join Posting
on emp.empno=posting.empno
this query will simply return all start dates for an employee. And there will be records for each...
June 17, 2009 at 4:57 am
Thanks for your help. problem is solved by update of SP. After many repetitive installations on my test server, i lost track of SP.
Thanks
June 16, 2009 at 10:18 pm
sorry that i paste here the error message of my modified trigger. Related error message for BOL trigger (that i mentioned in code) is
Msg 1084, Level 15, State 1,...
June 16, 2009 at 5:03 am
Thanks for ur reply.
June 15, 2009 at 11:18 pm
Viewing 15 posts - 16 through 30 (of 167 total)