Viewing 15 posts - 16 through 30 (of 141 total)
For something like this I would recommend you hire a consulting company.
BrentOzar
PragmaticWorks
SQLSkills
I am sure other posters could offer many other options as well.
August 17, 2015 at 8:52 am
I am curious of what the default fill factor of this database was since the question was about the speed of inserts and I would think that would have a...
August 6, 2015 at 6:35 am
The best line I saw was my friend Lana who asked in her exit email if HR would finally let her know how she scored on her interview assessment tests...
June 26, 2015 at 7:28 am
It depends on the business value and cost.
Typically I do not like to rename things once they are shipped to production even with the ease of SSDT to refactor. Primarily...
June 12, 2015 at 5:46 am
I use both.
I have SSMS open constantly for ad-hoc queries and research.
Most of my development is done inside SSDT however.
March 27, 2015 at 5:14 am
I typically do not mind general comments as if someone pseudo coded a general approach and then wrote their code (at least they thought about it first).
However, the comments I...
March 13, 2015 at 7:28 am
I think this really depends on the assumptions made.
If I assume the code is as given then neither would be the option I would go with since the table variable...
November 26, 2014 at 5:36 am
I like the overall design and the editorial at the top.
However, the content is sailing down the middle of a sea of white space.
The ratio of 1/3 content to 2/3...
July 2, 2013 at 5:02 am
I remember having a speech synthesis program on my commodor 64 (named SAM I think). That got me hooked.
My brother and I would have graph paper everywhere plotting out sounds...
February 22, 2013 at 4:44 am
You may want to look at
http://stackoverflow.com/questions/2047536/sending-an-sms-through-sql-server-2008
December 27, 2012 at 6:13 am
sturner (11/18/2010)
November 18, 2010 at 7:00 am
I am just trying to get a list of user databases that the login has access to.
They are db_datareader and db_datawriter on the user database.
HAS_ACCESS returns a 0 unless I...
November 17, 2010 at 3:08 pm
The checksum and timestamps techniques described above can help you stop concurrency issues.
If you are going to allow the updates and just want to be able to look at them...
September 22, 2010 at 10:26 am
I still have not managed to find a way in profiler to come up with how sql is checking the ansi setting conditions.
If anyone comes across a solution to check...
August 12, 2010 at 9:15 am
Viewing 15 posts - 16 through 30 (of 141 total)