Viewing 15 posts - 16 through 30 (of 60 total)
If you really need to go down the route of changing the collation of your database, maybe this utility can help:
http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=12753
It was a lifesaver for a sql2000-to-2008 migration...
May 2, 2014 at 1:20 pm
It seems to me that schemas need to be part of the initial database design and will be used mainly for larger databases that need a formal design phase.
Many...
March 25, 2014 at 3:22 pm
What were you trying to do at the time?
If it was when opening a file, then read on:
I used to get this a lot when running SSMS via "Run...
February 24, 2014 at 1:59 pm
I took a slightly different route. After a few basic HowTo exercises from the Web I worked my way through "Windows PowerShell in Action" and found it very enjoyable. Of...
January 15, 2014 at 2:03 pm
Producing and refining a mock UI up front is invaluable, but be careful to manage user expectations. For many users the UI is the application and they may not understand...
September 9, 2012 at 4:36 am
For a single database this codeproject solution (updated for SQL 2005) may still be worth a look:
August 6, 2011 at 8:34 am
sturner (5/24/2011)
I don't understand the meaning of mediocre and always put for forth 110% ... and yes, I'm worth more than 5%.... anytime anywhere.
I admire your self-confidence but (with apologies...
May 30, 2011 at 5:37 am
My "aha" moments don't usually come from my colleagues, but rather from various gurus out here in internet-land
Same here. As a "lone developer" I value sites like SqlServerCentral and StackOverflow...
July 7, 2010 at 8:59 am
PowerShell is built on top of the .NET framework. I expect that Powershell will take off as a management tool / API of choice for managing SQL Server, in the...
March 15, 2010 at 7:54 am
Apart from creation dates, I tend to use default constraints for bit flags, like this:
Active bit NOT NULL DEFAULT 1
When used in this way, a new record begins life as an...
February 8, 2007 at 1:49 pm
I can see one possible benefit of the MCA program:
With the release of Visual Studio 2005 Mcrosoft is has begun to address the development of enterprise-level applications and systems. No doubt...
October 23, 2006 at 4:43 am
Check this out: http://www.theregister.co.uk/odds/bofh/
October 17, 2006 at 1:45 am
After several redundancies in the eighties I decided to strictly separate my social life from my work life, in order to provide continuity in one while coping with problems in...
October 16, 2006 at 3:14 am
Same here. I dont mind ads as such, but for me personally anything that moves/flashes completely dominates everything else on a page - just as if someone is screaming into my ears....
October 2, 2006 at 9:37 am
Viewing 15 posts - 16 through 30 (of 60 total)