Viewing 15 posts - 5,326 through 5,340 (of 6,022 total)
crookj (12/12/2011)
If you apply at Siemens, make sure you use the Siemens font πAnybody else know of any companies out there with their own fonts?
Joe
Times New Roman was commissioned by...
December 12, 2011 at 9:08 am
Greg Edwards-268690 (12/9/2011)
...Good job giving a short overview. Many give up trying to set this up, and resort to workarounds.
I'm a DBA on some development and QA servers but...
December 9, 2011 at 7:05 am
When you reference a table variable in a stored procedure, SQL Server operates on the assumption that it will contain at most a small number of rows, and will generally...
December 8, 2011 at 2:48 pm
An alternate method to insure only one row (or 2, 3, ... rows) would be to simply define a unique key and check constraint on the table's ID column.
...
December 8, 2011 at 1:39 pm
There is hardly ever a good reason for employees or contractors to copy sensitive production data down to the local SQL Server instance on their laptop or desktop. Any developer...
December 7, 2011 at 1:16 pm
It seems like I hear more stories about sensitive data theft (or least misplacement) as a result of some developer's laptop getting stolen than I do about production database servers...
December 6, 2011 at 9:49 am
On any given day, I rarely check email while out of the office, even when not on vacation. If something important comes up, I'll get a call on my cell...
November 30, 2011 at 1:07 pm
David Moutray (11/29/2011)
I Dont want to change on the DB , i want to have that display as YYYY/MM/DD when i want to generate reports for the application reports, the...
November 29, 2011 at 10:42 am
rashid_alavi (11/29/2011)
I Dont want to change on the DB , i want to have that display as YYYY/MM/DD when i want to generate reports for the application reports, the...
November 29, 2011 at 8:03 am
Members of different teams often follow a rigid "start [this] only after [that] has been completed" development path that isn't necessary.
For example, when developing the data model and stored procedures...
November 28, 2011 at 2:32 pm
rashid_alavi (11/27/2011)
i have column in my table which of datatype varchar(14) (20111107070115) , now i want to change display
2011/11/07 07:01:15 ( DD/MM/YYYY HH:MM:SS)
please help me on this ,...
November 28, 2011 at 1:02 pm
When something like this arisis, it helps a lot when the team's manager acknowledges that he or she is aware of the situation and understands the reason for delay is...
November 28, 2011 at 9:07 am
I agree with the quote "perfect is the enemy of good", and I'll be the first to compromise.
Here is the problem: Ask 100 people to define their idea...
November 23, 2011 at 8:40 am
In terms of which technique will perform the best; it really depends on the actual table definition and indexing. Obviously what you originally intended to be an ID column is...
November 21, 2011 at 3:04 pm
Evil Kraig F (11/21/2011)
andrew.zarb (11/20/2011)
Any guarantees you are going to get there?Winning trips to space isnt something I want to experence first hand...
There's no guarantee I'm going to safely cross...
November 21, 2011 at 12:37 pm
Viewing 15 posts - 5,326 through 5,340 (of 6,022 total)