Viewing 15 posts - 256 through 270 (of 630 total)
are you selecting the fine or so you need to run some job on a daily basis that will update a fine field to store the current fine for an...
March 18, 2011 at 12:22 pm
Case
When col1 is not null and col2 is not null then col4=1
when col1 is not null and col2 is null then col4=2
end
March 18, 2011 at 9:34 am
Often teh difference between environments such as dev of production is simply traffic. On the test box your query likely has to contend with very few other reuests. While...
March 18, 2011 at 8:31 am
I would not say SOX itself has ever been a problem for me but the slightly twisted perception some managers had was a bigger issue. For example my last...
March 18, 2011 at 8:05 am
What I would do in that situation is create a failure path. You can add another step and when you connect it click on the connecting path arrow. ...
March 18, 2011 at 7:54 am
It should make no difference. However if that is listed as the owner of any jobs in the database they may start failing. Being the actual Database Owner...
March 18, 2011 at 7:42 am
A backup can be written to any FULL UNC Network path that you have access to.
you can also write to a network drive by mapping it if you don't want...
September 21, 2010 at 10:32 am
I am not familiar with INSERT-EXEC but thought I would point out that if you are using xp-cmdshell to connect to a non SQL server environment it is not really...
September 21, 2010 at 9:50 am
I use VB where I see you are using c# so it may be different butI I thought I would share my VB expeirence. In the control flow dts.variable...
September 21, 2010 at 9:37 am
There is nothing like a bulk read in SQL.
The ability to get the records out of a database as fast as possible depends intelegent design.
The database...
September 2, 2010 at 12:49 pm
something else that might help is type something up about the process you implemented. Often with these types of managers having a pece of paper in their hands can...
September 2, 2010 at 12:16 pm
I am not sure what you mean by as soon as possible? can you give us a scenario of what you are tying to accomplish and where the hang...
September 2, 2010 at 11:57 am
Not as famous as some of the others mentioned but since I am overly Geeky I would choose to be a technopath. I don't really care which one and they...
September 2, 2010 at 10:47 am
I have worked for someone like that a couple times.
It is not uncommon for managers to not understand and often not appreciate the technical aspects of what you...
September 2, 2010 at 10:33 am
Viewing 15 posts - 256 through 270 (of 630 total)