Viewing 15 posts - 1 through 15 (of 28 total)
Hi John,
Thanks a lot. How I can filter this with the condition? < 20.
April 4, 2016 at 4:01 am
Hi,
It is not possible through TSQL. If you have an access to exchange server, API kind of thing will work to fetch the data. It is quiet long back,...
June 26, 2015 at 12:21 am
I think KILL command will automatically ROLLBACK the transaction my point is if we use KILL command there will be a data loss.
July 1, 2014 at 5:52 am
Do you think killing the Spid will resolve issue? What about the transaction running behind that?
July 1, 2014 at 5:22 am
@Koen Verbeeck
Yeah!! Got it;-)
December 27, 2012 at 11:58 pm
I don't think MERGE statement is available in SQL Server 2005. Hope it should read SQL Server 2008.
December 27, 2012 at 4:40 am
Thanks for the Prompt reply.
Still i am getting the latest date. unable to see the whole list of dates in the dump.
Thanks,
Karthik
August 9, 2012 at 12:15 pm
Guys,
Thanks for your help.
I have worked out using Recursive CTE to get the desired results.
Thanks,
Karthik
August 7, 2012 at 3:41 pm
I have parsed the string using space as a delimmiter, however not sure how to make it as a hierarchy. Also i need to the keep the first row value...
August 7, 2012 at 7:46 am
Ok. Here the columns will be added dynamically based on the first row and second row description value. If the first description value is AAA BBB CCC and second description...
August 6, 2012 at 12:47 pm
Hey Guys,
Sorry for providing in incorrect format.
Please find the below.
With MyCTE( Code,[Desc])
AS
(
SELECT 'A1','AAAA BBBB CCCC' UNION ALL
SELECT 'A1.1','AAAA BBBB CCCC DDDDD' UNION ALL
SELECT 'A1.2','AAAA BBBB CCCC DDDDD EEEEE' UNION ALL
SELECT...
August 6, 2012 at 11:40 am
Nice Article. I am really impressed. Keep up the good work!!
July 19, 2012 at 12:38 am
Hi Jeff,
Nice Article, Keep going.
I have a question on sys tables, most of them using the Sys.tables for generating random numbers. Assume that developers don't have an access to System...
March 26, 2012 at 3:46 am
Viewing 15 posts - 1 through 15 (of 28 total)