Viewing 15 posts - 136 through 150 (of 194 total)
You could create a new step which is run if the CheckIfFilePresent step fails which will add a new one time schedule entry for 5 minutes time and then end...
January 31, 2014 at 2:30 am
As an additional complication.
I'd suggest you also store the invoice date.
Tax rates can change and in general the tax payable will be charged at the rate applicable at the time...
January 13, 2014 at 2:28 am
I'd have to agree that removing tha ability to remotely log on to the server will hinder the ability for the DBA to do their work.
As long as SQL Server...
December 20, 2013 at 3:28 am
Has anyone changed that ID column to an Identity column without telling you?
December 20, 2013 at 2:50 am
One option would be to change the applications so that they connect to the database using an application specific service account which the users will not know the credentials for....
December 6, 2013 at 7:29 am
Also if the server is a virtual you should check into how the physical server hosting them is updated.
The updates could also be distributed via some other means - most...
November 15, 2013 at 6:40 am
Could this have happened following a reboot of the Windows box hosting SQL Server?
November 14, 2013 at 9:44 am
So overnight on a Tuesday. First thing I'd check would be was this due to an automatic reboot triggered by Windows Update?
November 13, 2013 at 8:51 am
SQLRNNR (11/1/2013)
crmitchell (11/1/2013)
The clocks going back in the winter i.e. as they did last weekend
Which timezone? Here in the states we are looking at the time change to...
November 4, 2013 at 2:25 am
The issue of the clock going forward can usually be totally avoided by scheduling your job to not run exactly on the hour. Running the 2am job at 01:59 would...
November 1, 2013 at 10:11 am
have the disabling job create another job scheduled to run at 01:50 which will enable the original job.
November 1, 2013 at 8:41 am
madhu-686862 (10/25/2013)
In Task manager, I did NOT see any OS process taking...
October 29, 2013 at 3:30 am
I would expect that behind the scenes the LEN function is implemented as a set of overloaded function prototypes and there is no implicit conversion occurring.
October 18, 2013 at 2:37 am
Definitely check you have connectivity to the server during that period.
There may be a job (SQL or OS) or a system update running on a different server which means the...
October 3, 2013 at 6:12 am
assuming your c: drive is only used for the OS could you use disk quotas in windows to limit the amount of disk space visible such that attempting to take...
October 1, 2013 at 2:11 am
Viewing 15 posts - 136 through 150 (of 194 total)