Viewing 15 posts - 271 through 285 (of 535 total)
Thank you ! Thank you ! Thank you !
April 29, 2009 at 8:02 am
Thank you. I read on another forum that if you leave out the '@article ' line it defaults to all.
I ran it like this and it worked!! ...
April 28, 2009 at 8:00 am
So here is my code.. This returns
select a.towid,a.update_date,a.update_action,b.towid,b.presentdate
from modify_title.dbo.mat_audit_nbdoc as a left join towerdb.tower.nbdocdeletedrecords as b
on (a.towid = b.towid)
where
a.Update_Date >= '04/07/2009'
and a.Update_Date < '04/08/2009'
and...
April 9, 2009 at 10:08 am
It's not an interview question.. and I suppose I don't understand joins as well as I should. I thought it would be a left outer join but everytime...
April 8, 2009 at 12:45 pm
Thanks!!! What I ended up doing was making him a memeber of the TargetServers role in the MSDB database. He can now view jobs and job...
April 3, 2009 at 7:15 am
Just to see the jobs and the job history would suffice. Can this be done? I can't figure out how to do it...
March 31, 2009 at 5:51 am
How would I modify this script to show the results in MB instead of GB?
February 20, 2009 at 1:15 pm
oh boy.. I must be half brain dead. Thank you! that worked.
December 23, 2008 at 1:58 am
thanks!
Tried this:
DELETE R
FROM [tower].[NBDocUpdatedRecords] R
LEFT JOIN ( select MIN(ReplicationID), {Unique key}
from [tower].[NBDocUpdatedRecords]
...
December 22, 2008 at 5:37 pm
here is the table:
CREATE TABLE [tower].[NBDocUpdatedRecords] (
[PresentDate] [datetime] NULL ,
[SystemUser] [char] (40) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[npages] [int] NULL ,
[ifnds] [int] NULL ,
[ifnid] [int] NULL ,
[datatype] [int] NULL ,
[win] [varchar]...
December 22, 2008 at 10:33 am
thank you. APP\DEV is looking at the code to see if this particular index is named anywhere before I drop it.
December 16, 2008 at 7:19 am
both indexes are on only one column - polnum. What - if any - damage could I cause if I dropped the non-unique - non-clusered index and left the clustered/unique...
December 15, 2008 at 1:38 pm
Viewing 15 posts - 271 through 285 (of 535 total)