Viewing 15 posts - 3,721 through 3,735 (of 6,038 total)
David.Poole (6/26/2015)
June 26, 2015 at 10:09 am
You can find equal numbers of SQL Server versus Oracle developers, and the same goes for C# versus Java developers. Also in terms of features they are similar. However, the...
June 26, 2015 at 8:56 am
I do occasionally rename variables, temp tables and such when refactoring a stored procedure. So long as the input / output parameters and resultset columns don't change, then this type...
June 26, 2015 at 8:27 am
Delivering pithy parting words, other than the standard goodbye and contact info, in an email is a bad idea, even if you send it to a handful of trusted coworkers....
June 26, 2015 at 8:22 am
I agree that those of us in IT development need to train on new technologies and work through sample problems for much the same reason that firefighters train for disasters...
June 26, 2015 at 7:59 am
Iwas Bornready (6/25/2015)
It's funny reading this old article now in 2015. This problem is never going away.
When it comes to IT security policies; it certainly does seem that the government...
June 26, 2015 at 7:53 am
chrisn-585491 (6/17/2015)
Second: The IT management in the public sector is equally incompetent.
Third: The programming...
June 22, 2015 at 8:43 am
Crap, I left for vacation and forgot to unsubscribe from this topic, so now my inbox is full.
June 18, 2015 at 7:19 am
In the real world, IT development isn't like a gourmet chef following a tried and true recipe; many times it more resembles a police detective investigating a twisted crime where...
June 18, 2015 at 7:13 am
I wish we had more sweat files in the form of learning projects. A place where you could download a document describing the problem, scripts to set up any needed...
June 18, 2015 at 7:06 am
Welsh Corgi (6/12/2015)
I got my way. Server Core is out.
Maybe installing SQL Server on a Windows Core server is a good idea. Like you said, it reduces the surface area...
June 16, 2015 at 3:14 pm
When comparing two relatively small resultsets, I usually copy / paste both into separate tabs in a text comparison tool like WinMerge. If sorted the same, the tool will line...
June 16, 2015 at 1:37 pm
gosven07 (6/16/2015)
Convert 100 xml files individually to pdf's and zip them in a folder along with the source files.
Can it be possible in SQL server BI world?
If possible make this...
June 16, 2015 at 12:11 pm
Revenant (6/16/2015)
Eric M Russell (6/16/2015)
Ed Wagner (6/16/2015)
Eric M Russell (6/16/2015)
Ed Wagner (6/16/2015)
BL0B_EATER (6/16/2015)
TomThomson (6/15/2015)
Ed Wagner (6/15/2015)
djj (6/15/2015)
Eirikur Eiriksson (6/15/2015)
Ed Wagner (6/15/2015)
Revenant (6/15/2015)
Ed Wagner (6/15/2015)
djj (6/15/2015)
crookj (6/15/2015)
Guzzled
Gin (reference to the late...
June 16, 2015 at 11:56 am
Notice that when including a quote ' with quotes '', you need to double it up.
REPLACE( Column1, '''', '"' )
To make it more readable, you can also specify char(39) in...
June 16, 2015 at 11:29 am
Viewing 15 posts - 3,721 through 3,735 (of 6,038 total)