Viewing 15 posts - 61 through 75 (of 118 total)
Thank u, now recovered but still am getting one transactions like
Oldest active transaction:
SPID (server process ID): 123
UID (user ID) : -1
...
July 2, 2010 at 2:25 am
Hi ,
Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86) Nov 24 2008 13:01:59 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build...
July 2, 2010 at 1:25 am
Thank u so much , I just made small alternations that is DISTINCT for removing duplications & LTRIM & RTRIM for removing white spaces..
Its amazing working fine,,,
July 1, 2010 at 6:30 am
Small changes i done from your query
SELECT TOP 100 Author,LEFT(author,CHARINDEX(',',author)-1)AS FIRST_PART,
SUBSTRING(author, CHARINDEX(',',author)+1,LEN(author) ) AS SECOND_PART
FROM Table WHERE Author LIKE '%,%'
July 1, 2010 at 4:07 am
Thank u sir,
I forgot the charindex functions.. thanks for you output...
July 1, 2010 at 3:46 am
Thanks for replies, I will keep the old backup file at least 1 month ...
Thanks.....
June 22, 2010 at 5:55 am
Thanks your for your replies, here we will keep the Backup files at least one month,.
June 22, 2010 at 5:53 am
I understood everything ,Sorry for my bad English,
Actually we are taking the backups weekly once, after two weeks we will delete the old backup files,
But still our one of...
June 22, 2010 at 5:42 am
Am not serious, My problem is unable to understand our Gila replies..
June 22, 2010 at 5:15 am
If we have full recovery model , can we do that? and how?
June 22, 2010 at 12:10 am
Thank you so much..
My problem is track number generations, now i got a solutions , thanks... Location...
April 19, 2010 at 6:08 am
Yes, Table name is Location_master
The columns are like :
STATE , LOCATION_ID , TRACK NUMBER, ETC..
HERE THE DATA's WILL INSERT INTO LOCATION_MASTER
BUT WE NEED TO GENERATE THE location_id...
April 19, 2010 at 5:44 am
Sorry Network problem unfortunately i made two times...
April 9, 2010 at 1:16 am
Viewing 15 posts - 61 through 75 (of 118 total)