Viewing 13 posts - 1 through 13 (of 13 total)
I just noticed there are a lot of people from South Africa posting... My birthplace! I wish I was there right now!
May 28, 2007 at 11:50 am
Assuming ColumnName is the name of your column (and Col1 & Col2 are additional fields)...
Select Col1, Col2, Case
When CharIndex(' ', ColumnName) = 1 Then Substring(ColumnName, 1, CharIndex('...
March 1, 2007 at 8:10 pm
I'd use SUBSTRING with CHARINDEX - Is a space char always what you are going to look for?
March 1, 2007 at 7:40 pm
Sql 2005's integrated backup functionality is not going to be very fast - though your storage infrastructure is going to be the biggest factor impacting the speed of backups &...
February 28, 2007 at 6:43 pm
It depends what you are trying to return - and what kind of operations are being processed in the CLR code.
Are you doing any updates/inserts/deletes?
Are the queries that are ultimately...
February 28, 2007 at 11:24 am
Hey Steve: If you are going to upgrade the drives you should buy them through Dell. I had a big headache when I found out that my PowerEdge 2650's require...
August 29, 2006 at 11:56 pm
I had this issue with a VB project with over 1,000,000 lines of code! It was so SLOW!!!
After the patch - WOW - I can actually scroll down my project...
August 16, 2006 at 2:52 pm
I have tried to setup a seperate partition on my main Dev. machine with Windows XP x64. Lets just say that got real ugly, real fast
March 13, 2006 at 12:25 am
I just setup a 64bit Sql Server 2005 (Standard Edition) with Windows 2003 (Standard Edition) on an HP DL385 2 x Opteron 280 (Dual-core) w/ 16GB RAM and 6 x...
March 10, 2006 at 4:07 pm
Search the "SQL Books Online" for T-SQL references and info regarding "BACKUP"
I think the BOL that ship with 2005 have some pretty good examples (I could not find the info...
January 25, 2006 at 9:35 am
I setup an (internal) SQL 2005 x64 Std. Ed. on Windows 2003 x64 Std. Ed. (which, I think, supports UP TO 32GB of RAM) on:
HP Proliant 585
4x Dual-core AMD Opteron...
January 25, 2006 at 9:30 am
Even though the CORE parts of 64bit SQL 2005 are fully native 64Bit code, the SQL Studio tools run inside a virtual 32bit environment on 64bit Windows.
January 25, 2006 at 9:14 am
Viewing 13 posts - 1 through 13 (of 13 total)