Viewing 15 posts - 6,511 through 6,525 (of 7,505 total)
arch the nice refs are gone, you must have edited the reply ![]()
I have one problem with an anymated gif, it appears to only...
September 23, 2005 at 7:57 am
I was trying to avoid just that ![]()
I'd seen you derive that info from " dRE.GetString(2) " and was hoping to find an equivalent...
September 23, 2005 at 7:26 am
you could offcourse use an alert in JobNumber1 final success step, wich launches JobNumber2, ... ![]()
If this job-launching is depending on who/what launched the...
September 23, 2005 at 6:50 am
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
Viewing 15 posts - 6,511 through 6,525 (of 7,505 total)