When i try to start SQL 7 on my Windows 2000 server i get the
following message.
An error 1053 (The service did not respond to the start or control
request in a timely fashion.) occurred while performing this service
operation on the SQLServerAgent service.
I know this is vague. It happene...
more >>
I have a table with two fields:
idnum (index)
full_name
I'm trying to design a query, or set of queries, that will let me identify the records with the "lowest" (i.e., first in an
alphabetical sort) full_name, by first letter of full_name. In other words, if the data looked like this:
1 A...
more >>
Greetings,
Using SQL Server 2000 SP4 64 bit edition, I am trying to update a
partitioned view on one server from another. Here are the
details.....
Server A (Where Insert Query Runs From):
insert into archiveLS.archive.DBO.archive_View
select * from #buffer (NOLOCK)
where recordnum > @...
more >>