Viewing 15 posts - 106 through 120 (of 1,884 total)
Could be a timing issue. I had something similar with the app that gets something from the share. If a user logs in to the computer that is not...
December 2, 2008 at 1:08 pm
You can use WGET utility in the script, it will place the downloaded file to your local hard drive and then the next step of the job will be...
December 2, 2008 at 9:56 am
Hi Sean,
This is what it says: the process probably can not access the domain controller to verify the identity of this person. It can happen if Agent or SQL Server...
December 2, 2008 at 9:46 am
Hi,
Linked Server Local Login is mapped to the remote login.
How is your linked server logins are set up?
I would create 2 Windows Global (or server local) groups, add developers to...
December 2, 2008 at 9:39 am
Thanksgiving also equals BIG HIGH SCHOOL FOOTBALL
For those who don't celebrate Thanksgiving, this is Football as in American Football, not as in you hit the ball with your foot, but...
December 1, 2008 at 1:22 pm
Richard,
Drama starts after appending!
Now with automatic appending they will have to write another 100 lines of code to prompt for the timely cleanup, checking for the file size, drive space,...
December 1, 2008 at 9:19 am
As rightly mentioned by Tao, try to run it with ANSI_NULLS OFF:
set ansi_nulls off
IF(NULL IN (34, 35, NULL))PRINT 'TRUE'
IF(34 NOT IN (35, 36, NULL))PRINT 'FALSE'
and you will get a completely...
November 18, 2008 at 11:55 am
In 2000 all objects are in sysobjects and the definitions are in syscomments in the text column
November 7, 2008 at 9:59 am
Yes it is.
Management Studio is just a client tool. Your queries are going towards the actual server which in your case is of version 2000
November 7, 2008 at 9:40 am
Did you try to run the plan manually and not as a job?
It may happen that the account that is running the job does not have permission to delete files.
Or...
November 7, 2008 at 9:34 am
The reason could be that you are running SQL Server 2000 that did not have this table.
Please, confirm
November 7, 2008 at 9:29 am
Hi,
There are 2 types of files, yes. But there could be more then 2 files - they roll over:
October 20, 2008 at 2:15 pm
I normally use
http://msdn.microsoft.com/en-us/library/ms186265(SQL.90).aspx
sp_trace_setevent (Transact-SQL)
that lists events with the last event number 202 with 10 of them reserved, total number 171. The question was how many of the events are...
October 7, 2008 at 10:01 am
Viewing 15 posts - 106 through 120 (of 1,884 total)