Viewing 15 posts - 11,791 through 11,805 (of 15,381 total)
rka (5/31/2012)
Can anyone provide me with a full working solution based on the requirement above?. Any help will be very much appreciated
Thanks
Depends on how much you are paying.
May 31, 2012 at 8:30 am
Then you need to close the connection that called it. That will cause an implicit rollback.
May 31, 2012 at 8:27 am
Where are you going to display this? That is where you should format it.
If you are deadset on on forcing this square peg through t-sql you need to post ddl...
May 31, 2012 at 8:13 am
This will show you the current open transactions.
select * from sys.dm_tran_active_transactions
If you still have the same SSMS window open you can see if your transaction did not complete.
select @@TRANCOUNT
I suspect...
May 31, 2012 at 8:09 am
Read today's article. It is part 3 in a series about auditing.
May 31, 2012 at 8:02 am
steviemoxford (5/31/2012)
That's really kind of you - I've attached a copy of the table structure.Cheers
Steve
What would be far better than a spreadsheet is to post ddl (create table statements)...
May 31, 2012 at 7:59 am
The first suggestion I would make is to leave formatting to the front end. Put this in SSRS and let the formatting go crazy. I would certainly not recommend using...
May 31, 2012 at 7:56 am
Did you commit or rollback the transaction? Sounds like blocking to me.
May 31, 2012 at 7:53 am
I am guessing you didn't read that article as most of this is pretty useless.
here is my
1) create tabel for PurchaseOrder system script;
The create table portion is ok but...
May 31, 2012 at 7:39 am
OK I will try one last time. You keep saying you want to auto-populate this table. I understand the table and relationship but I don't understand the logic of how...
May 31, 2012 at 7:16 am
You are going to have to explain this clearly. You just keep randomizing stuff. I am not familiar with your project and your explanation is leaving me scratching my head....
May 30, 2012 at 3:26 pm
nu_bie (5/30/2012)
May 30, 2012 at 3:19 pm
You are quite welcome. Glad that worked for you.
May 30, 2012 at 3:17 pm
nu_bie (5/30/2012)
Yes thank you for editing my SP in populating Performance table. It was succeed when I run the SP on my SQL Server 2008 but when I...
May 30, 2012 at 2:59 pm
Koen Verbeeck (5/30/2012)
Sean Lange (5/30/2012)
SQLDCH (5/30/2012)
I enjoy a 'Clausthaler' every so often. I bet I'm one of the few on this site.
This one could be disqualified because it is...
May 30, 2012 at 2:43 pm
Viewing 15 posts - 11,791 through 11,805 (of 15,381 total)