Viewing 15 posts - 5,326 through 5,340 (of 6,026 total)
sqldba_newbie (12/12/2011)
December 14, 2011 at 1:27 pm
As a datamart developer and data anayst, I often times work directly with end users, who are managers and department heads. Therefore, if I think of a bright idea, I'll...
December 14, 2011 at 7:38 am
I think more explanation is needed about what your script is demonstrating. Is your specific intent to demonstrate how to select from a "remote" stored procedure?
When I want to...
December 14, 2011 at 7:27 am
FDE isn't needed or required on the server, but definately for laptops belonging to corporate IT people. It's inevitable that sensitive information will end up in local email storage, Excel...
December 13, 2011 at 10:18 am
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
Viewing 15 posts - 5,326 through 5,340 (of 6,026 total)