Viewing 15 posts - 1,186 through 1,200 (of 1,252 total)
try to catch it in sql profiler
December 14, 2006 at 12:33 am
hi
is RE7 name of the database. if that is the case then should'nt it be RE7.dbo.[tablename].[fieldname]...
December 13, 2006 at 10:56 pm
search this site and other sites u should get some scripts
December 7, 2006 at 3:27 am
Hi
Why dont u store the resultset that you get from the linked server query into a temp table and then use the temp table in the SQL query to do...
December 6, 2006 at 11:54 pm
take a look at this. u will need to make some changes as per your requirements
declare
@name varchar(100)
declare
December 5, 2006 at 11:46 pm
hi
A job can have multiple schedules. Disabling a job disables all the schedules in a job. Disabling a schedule disables only that schedule in a job.
If your job has...
December 5, 2006 at 8:55 pm
hi
just a thought - would it help to use @@ERROR variable just after your "EXEC" statement.
December 5, 2006 at 3:43 am
its not possible to use Alter Table statement for altering multiple columns.
December 5, 2006 at 3:31 am
hi
user must be a member of sysadmin role
December 4, 2006 at 3:52 am
hi
Thanks, that certainly was the case. Is there any method of getting backup and restore information even while using history cleanup task ?
December 3, 2006 at 11:52 pm
hi
i think (i may be wrong) that its got something to do with applying the latest patch to the OS/SQL server.
search the discussion forums in this site for more info....
December 1, 2006 at 2:13 am
hi
i have experienced a similar issue but i got the error while using import export wizard. I think i faced the same issue as yours but i cant remember correctly.
For the...
November 29, 2006 at 10:25 pm
hi
where is this article? clicking on temp does not take me anywhere
November 29, 2006 at 10:12 pm
in mssql also its "NOT IN" but it can be used only for a single field.
select * from table1 where (f1) not in (select f1 from table2 )
November 29, 2006 at 1:27 am
Viewing 15 posts - 1,186 through 1,200 (of 1,252 total)