Viewing 15 posts - 1 through 15 (of 25 total)
You should also have someone else review your slides and check for grammatical errors such as:
6. Decide the placement of Demos - ie., how many demos and which one's come...
October 27, 2016 at 5:15 am
Try this
ROUND(AVG(CAST(Atraso AS FLOAT)), 0) AS avgAtraso
Kemp
April 20, 2009 at 6:28 am
Aaron, if you're still looking you may want to apply to this, Senior Automation Analyst. A large portion of the duties are as a junior dba.
September 22, 2008 at 7:58 am
If you're still looking, you can apply for this position, Senior Automation Analyst.
September 22, 2008 at 7:45 am
You could create a table, and update it with the status of job 1 by adding an additional step at the end of job 1 that executes on failure of...
October 19, 2006 at 10:56 am
Here are some options:
SELECT CONVERT(varchar, getdate(), 113)
SELECT CONVERT(varchar, getdate(), 114)
SELECT CONVERT(varchar, getdate(), 120)
SELECT CONVERT(varchar, getdate(), 121)
------------------------------
01 Sep 2006 15:23:23:927
(1 row(s) affected)
------------------------------
15:23:23:927
(1 row(s) affected)
------------------------------
2006-09-01 15:23:23
(1 row(s)...
September 1, 2006 at 1:23 pm
Create a view of InControl.dbo.IMP_CUST_tbl_Information within the database InControl. Grant SELECT to the Roles. Have your stored procedure in InControl_QC select from the view.
August 30, 2006 at 9:13 am
Look up DTSRun in BOL for the command syntax.
August 29, 2006 at 6:08 am
Does ColdFusionUser have execute rights on xp_cmdshell?
August 17, 2006 at 6:59 am
You don't want to give the client application access to master. It would be better to have a user table in your application and set a flag for that user...
August 16, 2006 at 8:56 am
I have quite a few jobs that import fixed field, flat file text data from legacy mainframe systems into tables. My top performer loads 9 fields of parcel information that...
July 27, 2006 at 12:09 pm
Use a text file source in DTS. Select fixed field format and just click the desired starting position for each field. Check the Use fast load option on the Transform...
July 25, 2006 at 7:28 am
Use a DateTime String conversion for that field's transformation. In the properties for the transform you can then configure both the input format and the output format for the source and destination.
Kemp
June 29, 2006 at 5:43 am
I've had a few instances where I create files in jobs and then try to copy them to another location on the network and the copy fails because another process...
November 17, 2005 at 7:17 am
Have you considered putting triggers on the table that stores the table definitions to audit the changes?
Kemp
June 27, 2005 at 6:44 am
Viewing 15 posts - 1 through 15 (of 25 total)