Viewing 15 posts - 121 through 135 (of 312 total)
Hi Perry - the version is 5.0.2.1030 however this is working on other servers with the same version of LITESPEED
May 11, 2012 at 2:42 am
Hi thanks for the reply, I will check out what out app is using.
May 11, 2012 at 2:18 am
We are looking at building a 2012 test environment so fingers crossed.
April 26, 2012 at 8:35 am
Ok I found the answer here
However my owners were not null in my case but had my account as an owner. I had already used sp_changedbowner previously in trying...
April 13, 2012 at 6:01 am
Gianluca Sartori (3/6/2012)
The important thing is that the datetime column stores the right value.To change the way it displays on the report, try changing the report field.
Hi yes, it dawned...
March 6, 2012 at 5:20 am
Hello
If I do that though it converts it to a varchar where as I want to keep it as a datetime. The reason is that this is to be...
March 6, 2012 at 4:33 am
Hi - Seems the log reader agent had been stopped, I did a re-initialise and was then able to shrink the log.
Thanks
March 1, 2012 at 8:27 am
No I just broke down the large transaction into smaller ones, ran them individually and kept an eye on log space and tempdb space, it was all fine in the...
March 1, 2012 at 2:33 am
Ahh no worries at least its not me going mad, its been a long day 😛
February 29, 2012 at 10:02 am
How is that? Have I just explicitly stated what it was implicitly doing? None of them are nested
February 29, 2012 at 9:43 am
Hello all - The code is as follows, plus the code I have wrapped in transactions.
SET XACT_ABORT on
BEGIN TRANSACTION
update fastquote.dbo.FQ4_Project_Lines set RepresentativeQuoteId = 0, RepresentativeQuantity = 0, RepresentativeUnitPrice = 0
update...
February 29, 2012 at 9:27 am
Sorry why doesn't smaller transactions have a benefit in full recovery, surely smaller transactions followed by a log backup will surely allow me to keep the log in check during...
February 29, 2012 at 7:23 am
Hi
I don't believe the UDF is actually using a linked server, for some reason the 4 part naming convention is being used when all the code I have posted is...
February 28, 2012 at 9:33 am
Viewing 15 posts - 121 through 135 (of 312 total)