Viewing 15 posts - 16 through 30 (of 179 total)
It is Dev server that Im trying to install on, just wanted to know if anyone else has already done this before.
September 12, 2011 at 11:05 am
Yup did that, Thanks a lot. Im looking at the data.Will update if run into any other problems.
Thanks You Sean & Cold Coffee
August 25, 2011 at 8:05 am
Thanks Sean, that worked but now I get
Msg 5309, Level 16, State 1, Line 4
Windowed functions do not support constants as ORDER BY clause expressions.
August 25, 2011 at 7:55 am
ColdCoffee (8/24/2011)
some like
DECLARE @MaxIDVal BIGINT
SELECT @MaxIDVal = TOP 1(AcctID) FROM dbo.tableA ORDER BY AcctID DESC
; WITH CTE AS
(
SELECT RN =...
August 25, 2011 at 7:47 am
Hi Gail /Steve ,
Ive started on the transaction log backup and will keep you posted if I have any more issues,
I wanted more clarification as my manager has been insisting...
August 10, 2011 at 2:52 pm
Steve Jones - SSC Editor (8/10/2011)
August 10, 2011 at 2:12 pm
I executed DBCC LOGINFO(@dbname) on all the 30 databases's and I see lots of VLF with status =2 (In Use).Here are the questions that I have
1) Out of 30...
August 10, 2011 at 1:18 pm
1st time for this specific database, nvr saw this before on others
August 3, 2011 at 8:09 am
Yup, This rollback is from a job that failed last week. Never looked like the rollback is actually happening.Its been going on since then.
August 3, 2011 at 8:09 am
Is there any other solution that I can try before restarting the service, as I have may more application database on this server ?
Any idea why this sould have happend...
August 2, 2011 at 3:47 pm
Havent done that, as I have almost 20 database's on this server that are being backed up using the same tool as well but there has been no problem on...
August 2, 2011 at 3:45 pm
Thanks Sean, I checked the character length and it is about 16,000 +.
June 30, 2011 at 8:11 am
hi sean, i did try your advise and copied over my query to a new window but still only see half of it.
June 29, 2011 at 3:50 pm
Hi michael, thanks for your prompt response. can you show me how you use substring to accomplish this
June 29, 2011 at 3:35 pm
Front end changes are difficult, I ve added NULLIF to my proc .Thanks Craig
April 21, 2011 at 12:14 pm
Viewing 15 posts - 16 through 30 (of 179 total)