Viewing 15 posts - 58,756 through 58,770 (of 59,039 total)
No, there is not. You can, however, paste a date from Query Analyzer... or you could set the table up to fill the column with GETDATE() as a default for...
April 12, 2005 at 5:29 am
Thanks, Joe...
>If you absolutely after a few weeks of research cannot find an industry standard, then you have to pick a method to create your own.
April 11, 2005 at 4:52 pm
Thanks Joe... great explanation about why sequential numbering of records and the use of the IDENTITY property is so bad. I really appreciate the in-depth explanation (especially the history behind...
April 10, 2005 at 2:11 pm
>And a proper table does not have IDENTITY either since it can never be a key
How do you generate unique customer numbers for new customers if you don't use IDENTITY?
(Edit)...
April 9, 2005 at 11:07 pm
Great job all around Frank! Congrats on the MVP!
April 9, 2005 at 10:53 pm
I believe ISQLW will launch Query Analyzer. I think you meant ISQL and it is fairly well deprecated compared to OSQL. That, not withstanding, if you use OSQL to...
April 5, 2005 at 11:06 pm
I'd have to say the data in the Birthdate column was not a valid date or date format. NULL is not a valid date during conversions.
April 5, 2005 at 10:56 pm
>Say to give me all rows with a 'timestamp' column greater than a specific value?<
Yes. The datatype is varbinary and you can find the last timestamp for the entire DB...
April 5, 2005 at 10:52 pm
Since you're the only one using it, change the Password on the "SA" account and go for it.
April 3, 2005 at 11:30 am
Better late than never... It was the answer I was looking for...
April 3, 2005 at 12:03 am
The problem is that, whatever value you are trying to update with, already exists in the Primary Key. You cannot have dupes in the Primary Key (sorry if that's so...
March 31, 2005 at 10:20 pm
I know it's been a while but did you ever figure out what the cause was? I'm having similar problems...
March 31, 2005 at 10:17 pm
Finally, the voice of reason. I agree with Kenneth 100%.
March 31, 2005 at 9:40 pm
Sure, Marilou,
To make a really long story shorter, if you have triggers, procs, whatever, all vying for the same row to update in a tracking table as...
March 30, 2005 at 8:14 pm
Great lead-in article, Steve. I sat across from our two DBA's and it's amazing with what they have to put up with and what they have to do on a...
March 30, 2005 at 5:45 am
Viewing 15 posts - 58,756 through 58,770 (of 59,039 total)