Viewing 15 posts - 31 through 45 (of 240 total)
I'll be curious to see how others respond to this. The short answer is, of course, yes, the job can be automated. You could set up a scheduled task that...
September 22, 2005 at 1:04 pm
> How would you do that?
Given the original query:
select skillname,code,descr from skill s inner join topic t on s.skillid=t.skillid
Something along these lines:
SELECT IDENTITY (INT, 1, 1)...
September 22, 2005 at 7:57 am
I misspoke earlier when I said the SQLSERVERAGENT account; I meant to say, SQLSERVERAGENT service. I see, however, that you interpreted my garbled message perfectly.
I haven't used BULK INSERT very...
September 16, 2005 at 12:00 pm
Check to make sure that the login who owns the SQLSERVERAGENT account has read access to the folder with the data in it.
September 16, 2005 at 11:23 am
sp_changeobjectowner [ @objname = ] 'object' , [ @newowner = ] 'owner'
September 16, 2005 at 9:20 am
Birds are no problem. My roots are from Tangier Island, VA. During duck season, even an angel won't fly over Tangier.
September 16, 2005 at 9:11 am
There are two types of respondents: those who categorize respondents, and those who don't.
September 16, 2005 at 8:57 am
Kirsi, are you restoring the database to a different server? If so, I'm wondering if perhaps some of your database objects are finding themselves attached to a user who himself...
September 16, 2005 at 7:43 am
I spent eight years on a project managed by an "accountant". If offices were being shuffled and moved, every engineer, physicist, mathematician, and computer geek on the project came to...
September 16, 2005 at 7:32 am
Viewing 15 posts - 31 through 45 (of 240 total)