Viewing 15 posts - 6,481 through 6,495 (of 7,472 total)
euh ... got a question
What if you have the image in a dataset
How can you figure...
September 23, 2005 at 3:07 am
SELECT
ll.pid AS PID,
la.oic AS OIC,
lo.NAME_1 AS NAME1,
lo.NAME_2 AS NAME2,
lo.ADDRESS_1 AS ADD1,
la.set_id AS SET_ID,
(la.gen_impr_net + la.gen_land_net) AS Assesment
FROM OWNERS lo INNER JOIN
land_legal ll ON lo.EQUITY_ID = ll.legal_id
INNER...
September 23, 2005 at 3:03 am
thanks for the feedback
September 22, 2005 at 1:22 am
sorry for the fase ref.
try :
ALTER DATABASE [Dorian Event Archiver] Set single_user WITH ROLLBACK IMMEDIATE
go
September 22, 2005 at 1:08 am
You _will_ have to follow the procedure described in Allan Cui's article !
September 21, 2005 at 8:17 am
try
DBCC rebuild_log ('Dorian Event Archiver', 'yourdrivepath\Dorian Event Archiver_Log.ldf')
?
September 21, 2005 at 8:04 am
I also found this in my archive :
-- DBCC rebuild_log (dbname [, filename])
-- -- -- -- Create new database with same name, stop SQL Server, replace the MDF file from...
September 21, 2005 at 3:04 am
did you check usp_AttachDBWithMissingLogFile ?
http://www.sqlservercentral.com/columnists/awarren/attachanddetachagain.asp
September 21, 2005 at 3:01 am
What if you use EM to attach the db and you fill out the logfiles ?
September 21, 2005 at 2:47 am
from BOL :
The DIFFERENCE function compares the SOUNDEX values of two strings and evaluates the similarity between them, returning a value from 0 through 4, where 4 is the best...
September 21, 2005 at 2:43 am
did you try sp_attach_single_file_db ?
September 21, 2005 at 2:25 am
from BOL :
Before enabling AWE, consider the following:
September 21, 2005 at 2:20 am
September 20, 2005 at 2:08 am
Viewing 15 posts - 6,481 through 6,495 (of 7,472 total)