Viewing 15 posts - 5,626 through 5,640 (of 14,953 total)
I like the Red Gate intellisense more than the SSMS default, but I have to admit, they both get in the way as often as they help, till you get...
December 16, 2010 at 11:17 am
Interesting.
That means there's something going on in the application or its connection to the database.
SQL Server stores dates as decimal numbers. Left of the decimal is the number of...
December 16, 2010 at 11:14 am
Stefan Krzywicki (12/16/2010)
GSquared (12/16/2010)
Brandie Tarvin (12/16/2010)
December 16, 2010 at 10:49 am
I tend to use GetDate() because of habit, but I have to admit, Current_Timestamp is more expressive of what it does, more intuitive to a person who isn't already indoctrinated...
December 16, 2010 at 10:43 am
Format inputs in ISO style, and you won't have any problem with it.
Are dates being fed to the database as strings, or as date-time data? How does the application...
December 16, 2010 at 10:38 am
Does the table have some sort of "this rows was inserted at this time on this day" kind of column? Or at least an ID column for sequence?
December 16, 2010 at 8:11 am
I can't open Office documents from a non-secure source. Can you provide the table definitions and sample data as DDL statements and insert statements?
December 16, 2010 at 8:06 am
Brandie Tarvin (12/16/2010)
December 16, 2010 at 7:23 am
Luke L (12/15/2010)
GSquared (12/15/2010)
Kit G (12/15/2010)
Lynn Pettis (12/15/2010)
Now...
December 16, 2010 at 7:17 am
Glad you worked it out. Good job.
December 16, 2010 at 7:10 am
Why separate tables for each of the code types? Why not one table, with a column that indicates which type of code it is?
Also, why not a table for...
December 16, 2010 at 7:08 am
Have you tried changing the settings in Excel? That's where the actual formatting takes place.
December 15, 2010 at 1:48 pm
Viewing 15 posts - 5,626 through 5,640 (of 14,953 total)