Viewing 15 posts - 2,821 through 2,835 (of 2,837 total)
eric_russell 13013 (5/26/2010)
Perhaps my biggest data modeling pet peve is when date/time values are contained in a VarChar column. Not only does this consume 20+ bytes, compared to only 4...
May 26, 2010 at 2:03 pm
Today's main linked articles leads me to another request for something I'd like to see on the site. If you're going to post a link to an article on another...
May 21, 2010 at 6:23 am
Steve Jones - Editor (5/18/2010)
There were plug ins for managing SQL 2K.
I liked Enterprise Manager. Personally I'd like to...
May 18, 2010 at 8:34 am
I'm torn between whacking SSMS as Buck Woody suggests, or allowing add-ins.
SSMS might not be perfect, but what would we use instead? When you say "whack SSMS" it sounds like...
May 18, 2010 at 7:28 am
Cory E. (5/14/2010)
Jeff Moden (5/14/2010)
3. No... I disagree... old threads should NEVER be locked. Every once in a while, I'll come across one that I absolutely disagree with...
May 14, 2010 at 1:13 pm
CirquedeSQLeil (5/14/2010)
Stefan Krzywicki (5/14/2010)
CirquedeSQLeil (5/14/2010)
Last night a little dancer came dancin' to...
May 14, 2010 at 11:18 am
CirquedeSQLeil (5/14/2010)
On a side, the title made me think of a White Wedding. It must be what happened after:Last night a little dancer came dancin' to my door
I believe...
May 14, 2010 at 11:11 am
GilaMonster (5/14/2010)
Stefan Krzywicki (5/14/2010)
May 14, 2010 at 7:52 am
Others have addressed the search and while I don't find it as bad as they seem to, I do have a suggestion. Whenever I do a search I immediately turn...
May 14, 2010 at 6:30 am
Are you using the same security/credentials when you create the linked server in the two environments?
Yes
If you are, then try to run a select query on your dev server to...
May 6, 2010 at 8:19 am
If you go into SQL Server 2008, can you see the tables? Can you write a query there and get the information you want? That'll verify that the import worked...
February 8, 2010 at 8:15 am
In straight SELECT statements, I tend to use
SELECT Field1, Field2, Field3
FROM Table1
and I continue the fields until I run out of horizontal space or I consider them no longer readable.
If...
February 5, 2010 at 3:59 pm
I realize this is an old question, but I'm killing time while waiting for a remote install to finish. This is a terribly worded question. The correct answer is that...
February 5, 2010 at 3:44 pm
Can you change the Regional setting on the machine or in SQL Server to United Kingdom? That should change your default to dd/mm/yyyy
February 4, 2010 at 2:40 pm
If you want to compare the strings and ensure trailing whitespace is taken into account, check the field with a REVERSE.
REVERSE will make the trailing whitespace into leading whitespace and...
February 4, 2010 at 12:47 pm
Viewing 15 posts - 2,821 through 2,835 (of 2,837 total)